Jim Posen
Jim Posen
AFAICT, it is not possible (or rather, easy) to have a `std::borrow::Cow` where the `Owned` is an `ElasticArray`. In order for this to be possible, we need a new type...
The `dtc` compiler allows compilation of DTS overlay files which fail when applied with `FDT_ERR_NOTFOUND`. I discovered this issue first with a Raspberry Pi overlay and reported the issue with...
I've been playing around with some R1CS gadgets and have noticed that `allocate` is rather difficult to use. It accepts an assignment function, however, computing the assignments from other variables...
There is a thread safety issue with using the watch command in the redis-rb library without a block as documented [here](https://github.com/redis/redis-rb/issues/228). The block option was only added in redis 3.0,...
This is far from full coverage, but it provides some basic coverage and a starting place to add more checks. It doesn't make sense to fully test the current implementation,...
## 🐛 Bug Report snarkOS client does not respond to SIGTERM/SIGKILL when running as the root process in a Docker container. This is because in Linux, a process running with...
Python: 3.11.6, galois version 0.3.5, numpy version 1.24 This code produces an error: ```python F = GF(2**8) x = F([1, 1, 3]) x_invertible = x != 0 y = np.reciprocal(x,...
The [jQuery.fn.live()](http://api.jquery.com/live/) function was deprecated in 1.9.1.
If an address is listening for TLS connections, how should that be encoded? Encoding X509 certificates seems particularly tricky. You could base64 encode the certificates, but that is variable length,...