Zicklag
Zicklag
@zellski thanks for the input! I looked at meshoptimizer and it looks like it is more suited to the needs that I have. I was planning on using it for...
If the `gltf-json` module *is* re-exported in the `gltf` crate, then it *should* affect the major version of `gltf` because it is in the public API. I agree that if...
> am wondering now: rather than just applying arbitrary extra groups, what about arbitrary extra claims? I just thought of that in another issue: https://github.com/dexidp/dex/issues/1182#issuecomment-649695644. --- I am just testing...
> @jtnord just saying, but you'd better adjust "nofile" rlimit in your image to prevent memory leak. Openldap has some strange magic, which makes it eat a lot of memory...
:thinking: I think that _should_ work, but I tried to do it once by just manually setting the size of the text box and for some reason I couldn't get...
> To make that happen we would need to make an optional engine trait that will calculate exact size of the input TextBox unit. When user won't provide that engine,...
Cool, let me know if you have any questions. :+1:
I'm feeling like the caching might not be helping CI necessarily because a couple of times the cache upload failed for some reason and also because they can be massive...
Worth noting that rustdoc has some form of coverage reporting on nightly: ``` cargo rustdoc -p raui-core -- -Z unstable-options --show-coverage Documenting raui-core v0.34.0 (/home/zicklag/git/other/raui/raui-core) +-------------------------------------+------------+------------+------------+------------+ | File | Documented...
Ah, we can also output JSON for analysis! ```bash cargo rustdoc -p raui-core -- -Z unstable-options --show-coverage --output-format json ``` That should give us all the info we need, we...