Sven Kanoldt
Sven Kanoldt
stegano-core is the library for stegano-cli, by this it should handle error cases as like a library and should never panic - extend error codes for all error scenarios -...
A build target should produce a .rpm binary package.
this works: ```rust #[component] struct SpecificDuck {} ``` this does not work: ``` #[component] struct SpecificDuck; ``` the error is: ```plain error[E0618]: expected function, found struct `SpecificDuck` --> examples/01-waiter-di.rs:11:8 |...
In a strange constellation I'm running into the following error: ```plain error[E0308]: mismatched types --> /Users/I563162/.cargo/registry/src/github.com-1ecc6299db9ec823/http-types-2.12.0/src/error.rs:114:18 | 114 | Some(backtrace) | ---- ^^^^^^^^^ expected `&Backtrace`, found enum `std::option::Option` | |...
As stated here: https://github.com/modelfoxdotdev/modelfox/blob/8e7bd80a636b476913211f447255059a09df4878/crates/tree/benchmarks/README.md?plain=1#L12-L18 The subdomain is not there anymore: ``` curl: (6) Could not resolve host: datasets.modelfox.dev ```
## 🤖 New release * `cargo-generate`: 0.19.0 -> 0.20.0 (⚠️ API breaking changes) ### ⚠️ `cargo-generate` breaking changes ``` --- failure constructible_struct_adds_field: externally-constructible struct adds field --- Description: A pub...
In order to enable #1008 all git related actions such clone/checkout should be migrated over to `gix` aka gitoxide. Specifically: https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix
## List of related issues - http(s) to ssh rewrite: - #874 - protected ssh keys: - #817 - default ssh key assumption: - #384 - tests for ssh repo...
adding documentation for feature #855
see more https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/