witcher
witcher
When opening a new window, I sometimes get the problem of the window being "sticky" (not like "sticky" in the node flags, this is not set by default), meaning selecting...
## PR Info - Closes https://github.com/SeaQL/sea-orm/issues/841 ## Adds - [ ] Command line argument `--skip-primary-key-deserialization` to `sea-orm-cli` for the option to skip deserialization of primary keys with serde by adding...
## Motivation Expecting a JSON value with a web framework usually makes it return the correct status codes etc. if an entity cannot be deserialized from the request, but currently...
We should try to install Vale through a package manager instead of doing it manually with a build script as this will simplify building and management. If possible, LLVM and...
Compiling spotify-tui and running it on Alpine Linux immediately segfault's. I installed it through Cargo. Is any dependency of spotify-tui known to not work on musl? I'm assuming that would...
**Description** Spotifyd segfault's when music should start playing. **To Reproduce** 1. Start spotifyd 2. Play music selecting a different device on Spotfy 3. Segfault **Expected behavior** Should play music **Logs**...
GRUB only fully supports LUKS1 but also supports LUKS2's PBKDF2 function, which has not been clarified in the documentation before. This patch clarifies that the standard key derivation function, being...
Personally, I'm missing this feature. I realise that, ideally, suggestions for scopes are desirable (as written in #42) but having this feature in cocogitto without suggestions is a great improvement...
Remove normalizing paths in "expand_path" and expand environment variables. Paths don't need to be normalized, but doing this on non-path parameters (i.e. URLs) might cause bugs. Reported-by: s-hamann Closes: https://github.com/pimutils/vdirsyncer/issues/1021
Checklist: * [x] `cargo +nightly fmt --all` * [ ] Modify `CHANGELOG.md` if applicable `CHANGELOG.md` seems to be missing updates since 0.23.0 so it's not updated.