Mati Kärner

Results 25 comments of Mati Kärner

There is definitely something going on when browser is activated from background (throttling of timers?). So I switched from using my own constant ID-s to one generated by this API...

Out of curiosity, is there anything in Fastify 4 that prevents v3 (this lib) from working correctly? I have lots of deps that (currently) make it impossible to move to...

@MrHeer I was able to do all of that with [Re-Flex](https://github.com/leefsmp/Re-Flex).

@Methuselah96 @defunctzombie Is any of you still working on it?

Workaround: Cloned the contents of `http-transport.js` + added defaults for `superagent`: ``` var agentDefaults = require( 'superagent-defaults' ); var agent = agentDefaults(); agent.withCredentials(); /** * Conditionally set basic authentication on...

Might be related to #147 ...

In my case, I had `ajv 8.8.*` under `ajv-formats/node_modules` and `8.6.*` in `node_modules`, fixing this version mismatch also fixed TS compilation issues.

Would love to see this added!

@robinfehr Thanks for your reply. In addition to whats already shown, I also have basic SASL parameters in config (protocol, mechanism, username & password). It's worth mentioning, that this issue...

@antoniopironti I don't remember anymore, might of done that just out of precaution. Edit: Now I do. I was initially specifying `fetchSize: 100` when creating a stream, and when I...