Paulo Cesar
Paulo Cesar
while I'm still thinking about the best ways to do this, I have some use-cases that we already need in the real world, so it can be applied to the...
@mnmkng what do you mean by keep callbacks dead? you mean instead of attaching a callback to the event object (and calling as `event.callback()`, for example), use the Promise returned...
ok, while the middleware style for Koa needs a little mental exercise for most of JS coders, it makes even more sense to use immutability between calls and pass the...
I'll provide a conceptual example for some of those events that I listed in https://github.com/apifytech/apify-js/issues/635#issuecomment-623173438 ~what I imagine that the event listeners are "unshifted" to the event listeners array, so...
usually this suffice `cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js` the example is actually "hidden" (in between commands) in the [Istanbul section](https://github.com/nickmerwin/node-coveralls#istanbul)
you can install git-scm, that comes with a lot of 'linux shell' utilities that can be used in windows. other than that you could create a "proxy" .js file that...
indeed, I was thinking mainly in IDEs, because most of them, when using modifiers, they show as an error. Dynamic classes, like ORM, that get the properties from the database...
I see, very well thought out, now it really seem redundant. I didn't know I could create a doc above the `__get` and still work :) thanks for your time
`*` would "signal" to the IDE to "parse" the switch/ifelse comparisions inside `__call` or `__get` for example, that's the only thing I can think of. but using a Regex group...
yes, I'm going to cover the new protocol changes, the initial version was using slushpool's in 2013