Maël Lavault

Results 15 issues of Maël Lavault

Hi, I want to use data sources for search as you type functionality. I already implemented this in my own way with jquery abort() by canceling promise if another one...

Hi, I wanted to use django-avatar but my app isn't organize like a basic django app, and my env dependent settings are loaded in a .env file. ├── proj_name │...

Hi, I'm trying to use react-gemini-scrollbar in an isomorphic react app, and I have trouble making it work. How do I apply it to the whole page ? Thanks !

question

I want to use a hashed version of my SVG sprite file in production for cache invalidation. We are using the `webpack-assets-plugin` to be able to map an asset name...

Hi, When using https api for routing with Firefox OS, the request fails because the certificate is invalid. Here is the error : ``` router.project-osrm.org uses an invalid security certificate....

Remove vendor prefixes and use a browserlist to state which target we support. Soon babel-preset-env will support the browserlist file too so we can simplify the configuration further.

This is the configuration used by Atom and also medium before. It will use the system font on Ubuntu, Gnome, KDE, Windows, MacOS. Remove the Roboto font except for Terminal...

Hi, It seems to be the exact project I was looking for, is there any plan on publishing it to npm ? Thanks !

HI, I'm using redux-localstorage in my app and it works well. State is saved to localstorage and is re-hydrated properly. The problem is that I get a huge warning in...

Hi, I love this plugin, thanks for your work ! It would be great to be able to interrupt the seed anytime. (ex: a cancelSeed function). Thanks !