Sören Meier
Sören Meier
When copying an image via dd the gpt partition of that disk is not updated, so the backup header might not be at the right location. Which when trying to...
### Describe the bug Today i ran into a weird behaviour, which took a few minutes to debug, my folder structure: - keyboard.svelte - keyboard.js - keyboard.css Where the js...
Idears
- [x] add configuration option to allow the primary or backup header to be invalid #89 - [x] Make GptDisk generic over it's ReadWrite - [x] Better error handling #85...
If the device token get's set with invalid uri characters the call to `send` panics with: ``` thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: http::Error(InvalidUri(InvalidUriChar))', /home/soeren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/a2-0.7.0/src/client.rs:169:36 ```
I just noticed that the most up to date branch is master, but the default branch is main. Maybe consider changing the default branch.
When deserialization fails in a `next` call this error gets returned from rust: https://github.com/DCS-gRPC/rust-server/blob/4a046556392efc7d17ee9d6c630c3fb3957e1359/src/lib.rs#L151-L158 But in lua only the following line get's outputed: `Error retrieving next command: attempt to concatenate...
**Is your feature request related to a problem? Please describe.** I would like to enable a graphql field only if a cargo feature is set. `#[cfg(feature = "myfeature")]`. **Describe the...