Jacques-Yves Bleau

Results 9 comments of Jacques-Yves Bleau

> In the `getClasses `function, the filter's return should be `return v !== null;` instead of `==`. Shouldn't it be `return v != null;` to also include `undefined` value ?...

FYI Fixed by #713 Still waiting for this PR to be merged.

Are there any active maintainers ? Can we help ?

I created a fork that uses a new parameter: `extendedOptions` https://github.com/jybleau/body-parser Could or shoud it be considered as a PR? I had parsing inconsistencies when using with [Datatables Editor](https://editor.datatables.net/) until...

@dougwilson, have there been any new thoughts on the idea of passing parameters to `qs`? Or should we still wait for a next major release for a new approach on...

Hi, It looks like it's not possible to have more than one isotope container under the same $scope or controller...

@carycodes ran into the same annoying issue. Excellent explanation. When not giving a `log` param (2), Restify seems to create a default pino log instance at req.log. The problem is...

Thanks a lot @szYuan For my part I was using a private npm package while waiting for a merge. Ultimately, @seykron 's branch should be merged with the master branch......