Pavel Djundik
Pavel Djundik
> How well does Algolia handle thousands of filters? I am not going to put your entire game list into every request.
The issue boils down to the fact that reconnections are only attempted if previous connection was registered. In both of these examples, it goes like this: - Connect successfully -...
I feel like `RESET` is just asking for trouble with state that _may_ not reset. Isn't it easier to just have separate test files?
One thing that I just realized, is that we will probably want a mechanism to call methods on `IrcClient` to test that it sends correct command. Something like: ``` CALL...
> Things like the bot.join() Well this particular example would be solved by the ability to call methods on ircclient. If there needs to be a way to mix with...
From a quick look at the code, it could possibly be caused by this: https://github.com/kiwiirc/irc-framework/blob/cfc5cf6c6504be7d3468901d26905d3349794f52/src/linebreak.js#L180-L184
Perhaps this could be interesting to take a look at: https://github.com/wilsonpage/fastdom
Sounds like a good idea, but when implemented, there should be an option to not enable this (maybe someone wouldn't want it).
Have you considered just using native `fs.watch`? Looking at watchpack, they removed chokidar in v2 beta releases: https://github.com/webpack/watchpack/commit/805b66502e43be4b1892d2cc0b160e4c53e32e38#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
Well, chokidar comes with the baggage of fsevents, which has a native package (and all of its problems)