Skip to content

Instantly share code, notes, and snippets.

View thibaudcolas's full-sized avatar
😀

Thibaud Colas thibaudcolas

😀
View GitHub Profile
@thibaudcolas
thibaudcolas / mermaid-in-github.md
Last active January 10, 2024 16:00
Testing Mermaid diagrams in GitHub
@thibaudcolas
thibaudcolas / social-media-wg.md
Last active January 26, 2024 11:58
DSF Social Media working group

Application to join the DSF Social Media working group

As per the proposed charter, this is my application to join the working group.

Eligibility criteria: Members must have demonstrable experience with social media platforms, and be registered as a Django Software Foundation Individual Member.

Why I want to join

There’s a lot of untapped energy in the Django universe on social media. With more community-led organization, there is a lot of potential for Django as a project and community to become much more visible and active than it is currently.

@thibaudcolas
thibaudcolas / signposting.md
Created January 5, 2024 11:50
GitHub wagtail/wagtail first-time contributor signposting

GitHub wagtail/wagtail first-time contributor signposting

Reviewing issues, pull requests, and discussions. In all three cases, there is no visible sign-posting when viewing existing entries.

Issues

As a dismissable region above the listing:

@thibaudcolas
thibaudcolas / template.md
Last active December 19, 2023 11:26
Django DEP template in Markdown
DEP Author Implementation Team Shepherd Status Type Created Last-Modified
XXXX
Jacob Kaplan-Moss
Jacob Kaplan-Moss
Andrew Godwin, Carl Meyer
Draft
Feature
2014-11-16
2014-11-18
@thibaudcolas
thibaudcolas / README.md
Last active December 12, 2023 14:34
ATAG 2.0 Wagtail features overview
@thibaudcolas
thibaudcolas / README.md
Last active December 1, 2023 11:57
Wagtail builds with React in dev mode

Wagtail builds with React in dev mode

To create client-side extensions for Wagtail, it’s very useful to get full JavaScript error messages:

  • React in development mode, with un-minified component traces, full error codes, and support for React DevTools
  • JavaScript with source maps for more legible stack traces and debugger usage.

We can achieve this by building a release of Wagtail with Webpack’s mode set to development – which will in turn set process.env.NODE_ENV to development. This flag is what determines whether React is in development mode or not, and other debugging features within Wagtail and dependencies.

@thibaudcolas
thibaudcolas / report.md
Created December 1, 2023 07:01
Django GSoD 2020 project report
@thibaudcolas
thibaudcolas / adding-new-icons.md
Created November 20, 2023 07:21
Wagtail wiki - Adding new icons
@thibaudcolas
thibaudcolas / install-old.ps1
Created November 9, 2023 07:18
Fly.io install.ps1, modified to install v0.1.58
#!/usr/bin/env pwsh
# Copyright 2018 the Deno authors. All rights reserved. MIT license.
# TODO(everyone): Keep this script simple and easily auditable.
$ErrorActionPreference = 'Stop'
$Version = if ($v) {
$v
} elseif ($args.Length -eq 1) {
$args.Get(0)
@thibaudcolas
thibaudcolas / README.md
Last active December 12, 2023 13:16
WSG 1.0 Manual VS Automated Testing comparison tables