nemosupremo
nemosupremo
Loading two gifs from the asset directory will cause undefined behavior. Fix: libgifdrawable.c @ c58e2ecc96ac5c2e5d27724be2e77980cd6fe500 Line 45: ``` typedef struct GifAnimInfo { int duration; int current_frame; + int fd; +...
Is it possible to have Chronos listen on a specific interface (rather than 0.0.0.0)? Currently, as set up, chronos is available publicly, we would just like to have Chronos to...
Example: http://jsdf.github.io/coffee-react-transform/?code=IyBAY2pzeCBSZWFjdC5ET00KCkNhciA9IFJlYWN0LmNyZWF0ZUNsYXNzCiAgcmVuZGVyOiAtPiAoCiAgCTxkaXYgYT1iIHsuLi5wYW5lUHJvcHMoYSwgYil9PkRhc2hib2FyZDwvZGl2PgoJKQ%3D%3D Remove the `, b` and the right side becomes valid coffeescript.
When you use a large integer (greater than 2^63) as an ID, faiss-rs will panic. This is a bit unexpected as it's not mentioned anywhere in the documentation, nor do...
Hi, I've recently added the spdy library to reduce/speed up the number of open connections in our client when communicating with Google APIs. Something I've noticed is the library (hash:...
Calling `device.brand()` for RTX cards (e.g. RTX A4000) causes the function to fail with: ``` unexpected enum variant value: 13 ``` [In device enums in the docs](https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceEnumvs.html) we see that...
I may have missed something but I can't seem to find a way to retrieve the estimated available bandwidth when using `configure_twcc`. Is this something provided by webrtc-rs or is...
This PR replaces the usage of `select` with `poll` on linux. `select` has a limitation that the number of descriptors **and** the actual descriptor value must be lower than `FD_SETSIZE`...
I believe this to be an adequate fix - on this error the application can just retry setting the watches on their own.