Jesse Gibson

Results 16 comments of Jesse Gibson

@nevf thankfully that's part of the same problem, so both should be fixed at once :sweat_smile: [Deletes in gun](https://github.com/amark/gun/wiki/delete) work by writing `null` to a field, meaning it operates on...

So in some cases, the websocket `readyState` isn't updated when the client goes offline. It seems the platform/browser combo I was testing on (chrome v54 on android) was just gracious....

Hey @nevf, sorry not trying to hijack the conversation... in relation to the offline queuing issue, @amark helped me figure out how the websocket request/response model works in the browser,...

Haha, awesome @nevf! We need more users who break things, it helps us find the bugs :D

@amark yeah, which is odd, since it was failing for me just a bit ago, then it started working again magically and I can't re-create. Running the same gun version,...

@amark! While working on PR #292, I think I figured out what's going on, and offline queues only solve half the problem. Two things: - Our browser sockets are lazy....

Per an IRL conversation with @amark, we're automatically attempting a reconnect after socket disconnect in PR #292. Although it narrows the window for missed updates, it still leaves the handshake...

Pardon me if this has been asked before, but does `rq` really need a query language? I've been using this purely as a format conversion tool and it's kind of...

NixOS 22.05 introduced something that might help: [`_module.args`](https://nixos.org/manual/nixos/stable/options.html#opt-_module.args) I can't try it myself, my infrastructure is still stuck on 21.11, but I'd be curious if anyone else has success with...

I got some time to try it. You were right @roberth, that works perfectly. Thanks for the tip!