Pier-Luc Gendreau

Results 69 comments of Pier-Luc Gendreau

Make sure you are only passing simple objects to the data argument. What is fixture?

If it's a mongoose document, then you can do `fixture.toObject()`. Otherwise I'm not exactly sure. I haven't looked how data is handled, but this along with the memory leak discussed...

If anyone's interested, I've forked this with zero dependencies and compatible with Node >= 0.12 https://github.com/Zertz/unicode-json

Unfortunately, there was no other choice. npm module names have to be unique and this repository is not being maintained anymore.

You can use `const slug = require('slug/slug-browser')` and add `exclude: ['node_modules/unicode/category/So.js']` to Browserify's options. We also use slugs client-side because it's far faster then calling an endpoint just to give...

Can you reproduce the issue on [jsfiddle](https://jsfiddle.net/) or a similar tool?

While I love react-tabs, I've found the headless approach using hooks in [@bumaga/tabs](https://github.com/jeetiss/tabs) to be better suited for advanced use cases such as drag and drop. Edit: I have since...

I created [stenode](https://www.npmjs.com/package/stenode), a small package to make steno easier to use, but making steno itself available on npm would be a lot more convenient!

The confusion is because there's a mistake in the installation doc where it says ``` fos_facebook: file: %kernel.root_dir%/../vendor/facebook/src/base_facebook.php ``` /php-sdk is missing in the path