Michael Rodrigues

Results 8 comments of Michael Rodrigues

+1. This library just helped me authenticate against a site that I was unable to with other methods, but now I'm running into an issue because this library doesn't support...

You can also bypass it directly within `demo.js` in the above example by adding the following before the `try_require()` calls: ``` Object.prototype[__filename] = { http: true, fs:true, net:true }; ```...

Thanks for reporting this @mebibou. I can definitely see this as being useful as well, especially if converting back to JSON from CSV is a requirement. I'll take a look...

To do: * Update README * Check best way to handle `deeks` module option specification

Thanks for bringing this up again. I'm trying to make some progress on these issues and will take another look to see if I can find a solution to resolve...

Closing as this will require revisiting anyway.

Thanks to everyone demonstrating support for this use case and issue. I just released version `5.4.0` which updates the `deeks` and `doc-path` dependencies to add support for this, while also...

I'm running into a similar issue without VueX. I have an array of objects and if the array is filtered down to an empty list when a user searches on...