Etienne Magnier

Results 127 comments of Etienne Magnier

On my side, I'm definitely in favor of TypeScript. It will probably be a little more work to add typing, but I think it's worth it, because this will bring...

Cool, I made 2 similar PRs on the Inuit.css v6 alpha: - https://github.com/inuitcss/trumps.widths/pull/2 - https://github.com/inuitcss/trumps.widths/pull/3 It keeps the retrocompatibility with Inuit.css v5, but needs Sass 3.3. The generated code is...

[node-sass](https://github.com/andrew/node-sass) is based on [Libsass](https://github.com/hcatlin/libsass), but Libsass doesn't support yet the global variables. More details here: https://github.com/hcatlin/libsass/issues/278

Meanwhile if we want to get a specific version of the repo, we can hack a bit the `bower.json` by specifying: `"inuit.css": "git://github.com/csswizardry/inuit.css#"`

Should we consider adding this support through the official core https://github.com/fastify/fastify-multipart package, instead of [fastify-multer](https://github.com/fox1t/fastify-multer) from the community? This feature would be configured and used differently than multer for Express,...

A PR was opened to address this need: #170. I'm still waiting for a feedback and eventually a merge, from the author of this package 🤞 (ping @BilalShahid13).

+1, I'm completely agree with the latest comment of @Snugug. I already had this need, and had to do some code gymnastics to get round this limitation. This gave things...

I tried to fix that one [here](https://github.com/toopay/bootstrap-markdown/pull/47). My PR was particularly useful because it avoid to hard-code new dependencies, and give us more flexibility to use any dependency we need....

1. Writes/Edits something in the textarea of Bootstrap-Markdown 2. Inserts a link by using the corresponding editor button 3. Press the Ctrl/Cmd + Z keys to undo your last changes...

I'm not sure to understand well your point here. It keeps exactly the same behaviour as before (use of `markdown-js` and `marked` as fallback, and `to-markdown`), so by default it...