Antonio Santiago

Results 10 comments of Antonio Santiago

@bkonkle Any news on this issue?

Done https://github.com/linkedtales/scrapedin/pull/136

Lets try to get some free time this weekend 🚀

Any comparison with Netlix Zuul proxy?

Not exactly. In my case at least, while developing and using webpack-dev-middleware, I know the exactly names, path and url where to "found" the generated js and css files. Didn't...

As @EdwardIII suggest the vscode extension `node-debug2` is no longer available and the new one is `js-debug-nightly`.

I downgraded from npm 8 to npm 6 and seems to fix the issue for some days. Right know I'm experiencing the same issue 😞 I have upgraded to npm...

Any news on merging this PR

What do you mean with "duplication"? Some methods can act as getter/setter, you simply must indicate which ones can act as a getter because they break the method chaining and...

While the code is fine I think the issue is it breaks de jQuery convention to use the same method both for read/write. For example: ``` var c = $elem.css('color');...