Chris Cinelli

Results 18 comments of Chris Cinelli

I end up not using this plug in. I started moving as much as possible to `import` and explicitly using `default` when I want to keep `require`.

If the $uri parameter start with "/" (Ex: '/var/www/js/myfile.js') the putObject return true as the file was successful uploaded but the file is not in the bucket anywhere. Obviously that...

If you start from scratch with Jest, everything seemed pretty straightforward. Now that you pointed out another method... what is the difference between creating the `fs`'`__mock__` like in `mrm` and...

A redirect example would be useful.

Setting **a** JS variable in **one** scroll handler is not going to degrade any performance.

@jljorgenson18 In this sense, I like @bretkikehara branch at: https://github.com/bretkikehara/jump.js I documented at : https://github.com/ChrisCinelli/jump.js/tree/master#cancel-scrolling

They should have a way to define loading order. If you start a project from scratch it is not a major problem but as soon as you try to convert...

Domain were softly deprecated more than one year ago. The core node.js developers hate them because of the amount of code necessary around APIs to keep domains working. Some use...

@jackkav If "The problem doesn't seem to occur when the app and db are on the same server and we only run one app server." sounds like a race condition.