Jerome Gravel-Niquet
Jerome Gravel-Niquet
@casey the runtime will spawn more threads if the current thread blocks for too long (for some measure of long). For things that block only for up to 1ms, it's...
I think this effort has been abandoned (because the apollo graphql router just removed compression for multipart responses), but we're facing a similar issue with "html streaming" where the content-type...
Works remotely for me, but I haven't found the right combo to properly apply it. Clicking "reload" on the popup does nothing and reloading manually doesn't always / ever apply...
Reviving this old issue because it's somewhat related: We'd like to get queue length as well as other "metrics" so we can better monitor our queues.
Would love this. I'm now on a M1 mac and Safari is very smooth on it, enough that I'm willing to give it a serious shot. Unfortunately one of my...
I have the same issue running "ungoogled chromium" as my browser. I'm not entirely sure what I should be looking at for debugging. Not much going on in the console...
@medicinecal either from a zip file or from a folder (by enabling developer mode in the extensions settings) or by using https://github.com/NeverDecaf/chromium-web-store to install extensions from the chrome web store.
Not sure if anything changed, but this seems to work now under ungoogled chromium.
That makes sense. I might've noticed this wasn't a problem when I was using larger max payload size, transmitted via TCP. Would that have made a difference? For reference: my...
I ended up doing my own broadcasts, handling messages with logic similar to the `BroadcastHandler` trait. I'm using the config's number of probes to know how many I should broadcast...