Caleb Hearon

Results 35 comments of Caleb Hearon

Mostly because we support a continuous range of colors in our app, so I didn't want to generate 256^3 classes. It should totally work if you only allow a set...

You can put that anywhere, e.g. at the top of a module that uses Quill.

I was able to achieve the right build without having to fork the code: ``` javascript stubModules: ['hbs', 'hbs/underscore', 'hbs/json2'], onBuildWrite: function (moduleName, path, contents) { if (moduleName === 'hbs/handlebars')...

See what you think of my branch for this issue: https://github.com/chearon/require-handlebars-plugin/tree/issue-244 I didn't have to change `hbs.js` except to remove the pragmas. So I've just updated config/readme to show the...

cool! Just added some stuff to the readme and opened a PR

Safari (any) on macOS, Chrome (any) on macOS, Firefox (any) on macOS, Firefox 97+ on Windows, and I believe Edge latest on Windows too. If testing on macOS, make sure...

> If testing on macOS, make sure overlay scrollbars are enabled (which is the default): Forgot if you're using a mouse on macOS you'll want to switch that to "When...

I'm not seeing any difference. macOS/Safari, macOS/Chrome, macOS/Firefox

That's consistent with what I've found. I did a lot of profiling of C++ map, string, and array operations vs JS equivalents, and JS was at worst the same. String...

I don't think community-driven types are better than having them written by the authors of the actual code, and published alongside it. #54 has problems and should be closed. #90...