Dominykas Blyžė
Dominykas Blyžė
> Yes that is the normal workflow Glad to know I'm not crazy 😂 This workflow does have the downside for the fully automated situations, where nobody ever looks into...
https://github.com/dominykas/critters/commit/55a03c22ef01a5b41cfef29aa0f66c4e4ef6bfa8 would fix it for my use case, but I'm not sure if the same needs to be done (and undone?) elsewhere for other use cases. I'd open a PR...
I would gladly open a PR with what I have, but I'm not sure what to do about the tests that are currently failing on master?
@boardend this issue is specifically about hashes in the query, not in the filename and I'm building things on Mac and Linux.
I only started poking around to see if I can fix this myself to spot this commit: https://github.com/GoogleChromeLabs/critters/commit/1f9fd6628753a159579ac4718de25f89fa25acf3 - could it be the culprit?
This is a good point. Does github have an issue tracker for things like this? Node/pkgjs is not the only place where I'm missing a sort of "umbrella org" /...
> Informers don't seem to have a stop() function, and I'm worried that just re-calling start() is going to cause some problems. ~~`makeInformer` returns a `ListWatch` which does have a...
Thanks 🙇 I'll see if I can catch a break to PR this soon enough. Guidelines on how you'd approach it most welcome - I have my ideas, but not...
I have a suspicion that some recent changes affected this to the opposite - I'm now seeing unhandled `ECONNRESET` in 0.17.0, whereas 0.15.x seems to reconnect OK, while 0.16.x seems...
Is using both generators and fetch/request in parallel not an option during the transition? I haven't thought through all implications or the workload of doing that, just thinking out loud,...