Thibaud Colas

Results 242 issues of Thibaud Colas

When using this polyfill for the first time I didn't realise it was so big (somewhere between 10 and 20kb depending on how the code is minified). This is in...

This is the best format I could think of, to easily get embedded code snippets and links, and some notion of "actions". Please note that my experience with mobile development...

Priority: Medium
Type: Code quality
Status: In progress

> Disclaimer: this is probably one of the worst possible fixes, but it does the job. There is a bug / misleading feature in the smoosh tool, which removes the...

This is best demonstrated with a GIF: https://jsfiddle.net/thibaudcolas/Lo2zL37h/ ![draftjs-utils-newline-undo-stack](https://user-images.githubusercontent.com/877585/33476700-948055fe-d68b-11e7-828f-05929d2d8c50.gif) Here I'm pressing `return` once and then undoing it with ctrl + Z, but it takes two undo operations to get...

I've been trying out this new code quality measurement service called [Code Climate](https://codeclimate.com) on some of my code and I think this project could benefit from it. Basically it's like...

While trying this tool on a bunch of codebases, I ran into issues with SVG code embedded in HTML. For example, ```html Arrow ``` With this code, Jinjalint will report...

Related to #1. This documents the available config options and CLI flags. There aren't many of either, but this will make it that much faster for people looking into this...

Given the following Django template, ```html {% if has_sidebar %} {% else %} {% endif %} Main content {% if has_sidebar %} Sidebar ``` Jinjalint will produce the following parse...

### Is your proposal related to a problem? Reviewing our focus outline with @wagtail/accessibility, based on reports from an accessibility specialist, we think our focus outline could be tweaked to...

type:Enhancement
good first issue
Accessibility