Török Edwin

Results 67 comments of Török Edwin

Handling of out of gamut colors should be documented I agree, but the initial example is not out of gamut: there is just loss of precision due to floating point...

FWIW the code in `test.ml` uses an epsilon of `2. ** -23.` for round-trips, I'll have to check if its possible to increase the precision of the matrixes and constants...

Thanks for testing, should be possible to detect `podman` with `$(command -v docker podman | head -n1)` and then changing flags accordingly. I'll do some experiments on Ubuntu (which doesn't...

I tried https://github.com/FelikZ/ctrlp-py-matcher, and it now finds files (exact matches) that it previously didn't due to max results / list height. It is also a lot faster than increasing max...

Same issue on Fedora 33 with g++ (GCC) 10.2.1 20201016 (Red Hat 10.2.1-6)

On 2016-07-25 19:45, Anil Madhavapeddy wrote: > Looks like we need to define the hop-by-hop headers; I'm going with https://www.mnot.net/blog/2011/07/11/what_proxies_must_do. Got an RFC reference for these Apparently the explicit list...

Another approach would be to provide the validation similar to a middleware or filter and chain it with your regular callback at `Server.make_raw` time (`Server.make` would automatically chain the validation),...

On 1 August 2015 12:05:32 EEST, Anil Madhavapeddy [email protected] wrote: > The trivial one used by realworldocaml.org to get HTTP->HTTPS fails > every so often with exception leakage. > >...

@rgrinberg the latest conduit fixes the leak in the OpenSSL-based server, which might help @rathereasy, however the server in this bug is an HTTP one, which can run out of...

Access to the raw request Uri would be useful in some situations (e.g. S3 sign requests using an HMAC, and you need to verify the signature on the original Uri,...