Antoine Pultier

Results 166 comments of Antoine Pultier

It's an environment variable, you can ask chatgpt the details for your environment.

Hi, I'm not an Erlang developer, I couldn't implement a hello world, but from what I understand the `handle_call` for `fetch` should return a list of replies instead of a...

A video was enough to reproduce. It's just about having something that changes in OBS. What is the resolution you tried ? The lag was more obvious at 4K for...

NDI is way too slow at high resolutions but the VirtualCam worked a bit better perhaps. Also, the filter output works well even when OBS isn't focused.

`cache_from` is not helpfull with multi-stage builds. Why DroneCI doesn't use a cache by default ?

Oh, I never thought about that. It would be important to mention it in the documentation if it's updated for caching images.

Thank you it works fine. I added a `sessions.CloseSession(ID);` in my OnOpen callback. I leave the issue open because it may be interesting to have a Close() method.

I don't know, but I don't think it's very common. A close method can make it closer to the client WebSocket class, but you maybe don't want to have a...

I assume this issue is about [RRDTool](https://en.wikipedia.org/wiki/RRDtool) or similar round-robin database implementations. 12 years later, it appears that round-robin databases fell out of fashion for time-series. As far as I ...

I made a Rust library/crate. * https://github.com/SINTEF/rrdcached-client * https://crates.io/crates/rrdcached-client * https://docs.rs/rrdcached-client/latest/rrdcached_client/struct.RRDCachedClient.html