Sebastian Messmer
Sebastian Messmer
## Bug Report Rust 1.82 introduced precise capturing, see https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html#precise-capturing-use-syntax Using this in a function annotated with `#[instrument]` fails with ``` expected identifier, found keyword `use` ``` ### Version tracing...
This option is present in Crypto++'s CMakeList.txt but was not exposed in the conanfile.py. Adding exposure for it. ### Summary Changes to recipe: **cryptopp/\*** #### Motivation This is an option...
I saw some claims online that a password manager I was considering to use doesn't correctly enforce the RPID domain check and therefore would allow phishing attacks. Not mentioning the...
Tested on Github Action macos-12, macos-13 (x64) and macos-14 (arm64) runners, they aren't able to find OpenMP. I don't know why the setting of `CMAKE_PREFIX_PATH` is not enough, but it...
This seems to just download the tailwindcss binary into my project root. I think it would be better to hide it away in `dist/` or `target/`.
`perseus serve` and `perseus export` both work and contain the `tailwind.css`, but it seems `perseus deploy` doesn't. I checked the `pkg` folder but there is no `tailwind.css` in there.
If tailwind fails, say because the tailwind.config.js is misconfigured, `perseus serve` still succeeds and doesn't show an error message. It just keeps serving the previous version of the tailwind output...
For reproducible builds, it would be useful to be able to lock the tailwindcss version instead of just downloading the newest one.
Possibly related: https://github.com/zesterer/chumsky/issues/704 Chumsky 0.9.2 (did not find a 0.9.2 tag in the repository, so I built myself from revision e656589496ad0d1c11a8e2be1e27a5a5eaa0c1cd) Example: ```rust let parser = chumsky::primitive::empty::().map_with_span(|(), span| span); let...
It would be great, if this could be used in bevy's custom relationships. Most relationships have clearly defined components they expect on each side, but this is currently not supported....