Léo Gaspard
Léo Gaspard
Yes, I do check for ArvBuffer status, but I probably get back ARV_BUFFER_MISSING_PACKETS, as literally all frames I receive from the camera are tagged “missing packets” (despite the fact that,...
On latest master, it looks like this no longer happens, but instead I now (I think, haven't cleaned up the code yet) get one timeout buffer and then the stream...
FWIW, it seems to only happen when proxying requests to the root redirect. Assuming `trunk serve --proxy-backend http://localhost:3000/api`, then: - `curl http://localhost:8080/api` gets rewritten to `http://localhost:3000/api/` (the issue) - `curl...
I don't really see why solving this issue (ie. adding a chapter in the gluon book) would have a possible relation to actix (didn't know of it before, knowing it...
That's a nice workaround, thanks! That said I think all D-Z priorities should have a color by default, just so that they aren't the only element that changes color when...
(Also, `buf` should probably be taken by `&mut` and not `&`, as the host side gets a mut-able `GuestPtr`)
Oh that's right, so I guess this further evolution would require additional changes, by splitting the start state between a start state that hasn't consumed any input yet and a...
What, you don't want to make an API-breaking change just for my very specific use case? :P (more seriously, I was more thinking it could be something to stash on...
Oh that sounds great! It means that bors would currently work perfectly if we switched to complete usage of it. Unfortunately, switching to it is certainly going to involve a...
Hmm so your comment being strange to me (whether it passes all tests is only dependent on the setup of CI), I re-checked https://bors.tech/documentation/ and couldn't find the feature you...