kiwixz
kiwixz
Hi, I'd like to make the parsing of my JSON config file more or less compatible across versions. If a new field gets added I can easily add it if...
Hi, there are two cases where I couldn't avoid implementing one-line tag_invokes. I'd love boost::json to do it for me! The first one is an enum that only has ints....
Hello there, it seems that image-webpack-loader is trying to compress all images in parallel (in my config at least). Is there anyway to limit this to the number of processors...
It's a common type that is an aggregate but with a C array as only member. Until something like #20 is implemented, it should be explicitly marked as non-reflectable.
Hello, I have a "big" project with mostly C++, but also some python files! The spec says `src` is for compilable source (and I wouldnt want to put rogue python...
### Describe the bug I don't think users will mind restarting, but the tooltip says "can be switched on and off at any time" which confused me. If it's too...
Fixes #17049. The same image mentioned in the issue now saves as this: ``` [[[-9.6519381e-10, -9.6519381e-10, -9.6519370e-10], [ 1.5873017e-02, -7.8206919e-10, -1.6203817e-09], [ 3.1746045e-02, -4.6560213e-09, -1.0837195e-10], ..., [ 9.6825391e-01, 1.1111117e-01, 1.5070472e-09],...
**Is your feature request related to a problem? Please describe.** I'm using a lossless floating point JPEG-XL to define some kind of Hald LUT. The goal here is to maximize...
### What is the issue? I just noticed that transmission was not uploading to other leechers. They all have the "?" flag, and typically stop sharing with me as I'm...
**Describe the bug** When trying to save an image in lossless mode with `exponent_bits_per_sample = 5`, it fails with the following: ``` ./lib/jxl/enc_modular.cc:291: JXL_FAILURE: 0.999994 is losing precision (mant: 7fff99)...