eric regnier

Results 46 comments of eric regnier

Yes, you meant we want autofocus on modal submit button to trigger flow from keyboard only. That will be a cool feature :)

This issue seems still not solved. This is annoying :/ . Anyone knows how it should be done in a proper way ? Computing padding from total length of labels...

@inlinecoder maybe rotating your labels may solve your issue: http://c3js.org/samples/axes_x_tick_rotate.html

Hi folks, I just let you know this related topic : https://unix.stackexchange.com/questions/742308/horrible-wget-download-speed-to-cifs-mount-local-download-and-cp-to-share-is-fi/753130#753130 in short : using axel with default settings to download on a mounted CIF (smb) drive has poor...

I forked @jarecsni fork to do the PR : https://github.com/gowravshekar/font-awesome-webpack/pull/42 wait & see.

@bparticle you can install @jarecsni fork with up to date version using something like npm i [email protected]:jarecsni/font-awesome-webpack.git until I hope his fork is merged to the upstream repository.

indeed, there is an issue with npm and git URI. instead, try : npm i https://github.com/jarecsni/font-awesome-webpack.git I tried it this time and it works for me.

It look that the CI errors does not come from my PR

Hi jwag956, Thank you for your advices. 1. I did not want to add more dependencies to the project when required code is about 20 loc or so (but I...

I will try to do an implementation using LRU cache, I am interested in writing less code for the same thing :)