Hadrien G.
Hadrien G.
> See https://github.com/orhun/binsider/issues/26 - I'd love to get your opinion on it as well. I'm afraid I'm not knowledgeable enough about binary file formats to evaluate how good this abstraction...
This is also a pretty credible path to **finally** resolving #21.
First of all, apologies for the incorrect speculation. I normally try to avoid those, but this time I gave in to the temptation due to a mixture of time pressure...
See https://github.com/metno/hdf5-rust for a maintained fork, while we wait and hope for this repo's maintainer to respond...
Indeed, I think #2580 can encompass the use cases of this feature. That code snippet could be used to point it out in the docs of a prospective #2580 impl.
With a hardcoded size that is too large, shaderc will refuse to compile the GLSL to SPIR-V (because it has access to `gl_MaxComputeWorkGroupSize`), so for GLSL shaders at least that...
Now that you mention it, that is strange indeed. I should check the GLSL spec again, maybe that's actually always 1024 on all hardware even if that feels strange because...
Indeed that is the case!
Hmm, that's interesting. What I can quickly tell is that... - #1668 modified [`AcceptRange`](https://github.com/lycheeverse/lychee/blob/696a7cafc842c2c7728a3808b5ac5666bb3b652c/lychee-lib/src/types/accept/range.rs#L29). - [`--accept` maps into a `StatusCodeSelector`](https://github.com/lycheeverse/lychee/blob/696a7cafc842c2c7728a3808b5ac5666bb3b652c/lychee-bin/src/options.rs#L607C24-L607C42), whereas [`--cache-exclude-status` maps into a `StatusCodeExcluder`](https://github.com/lycheeverse/lychee/blob/696a7cafc842c2c7728a3808b5ac5666bb3b652c/lychee-bin/src/options.rs#L426) - [`StatusCodeSelector` wraps a...
Ok, I got it. The actual error is on current master is... ```text $ cargo run -- --accept=300.. https://github.com/lycheeverse/lychee/issues/1769#issuecomment-3084022958 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s Running `target/debug/lychee...