Victor LEFEBVRE
Victor LEFEBVRE
rust 1.81.0 made `std::error::Error` available in core. Users with that version or higher should be getting the `Error` impl no matter if `std` feature is enabled. fixes #179 without introducing...
I have a new type wrapping a `std:::fs::PathBuf`, I'd like for it to always be an absolute path. `std::fs::canonicalize` does exactly that but is fallible (`io::Result`). Is it feasible to...
Unable to compile in `#![no_std]` when using `serde` feature is enable and `std` feature is disabled. The issue happens only with `Deserialize`. I think the issue is the use of...
Fixes #182 Also add some config so its hopefully less likely to happen 🙃.
# Summary the alpine (busbox) version of `mktemp` expects templates to end with exactly 6 Xs whereas GNU want at least 3. Bumping to 6 Xs allows alpine users to...
## Breaking change ```txt ``` ## Proposed change ```txt As some IDEs and text editors like to leave an empty blank line at the end of a file you can...
## Breaking change ```txt ``` ## Proposed change ```txt Fixes #2874, I think. The main goal is for the container to not copy the credentials when they're provided via docker...
### Is there a pinned issue for this? - [X] I have read the pinned issues and could not find my issue ### Is there an existing or similar issue/discussion...
Hi, **TL/DR:** Might be great if gickup throws an error (and/or a push notif) when encountering an API 4XX error. I was experimenting with Gickup and trying to find a...
When testing configs for the purpose explained in #248 I went and tried ``` # ... source: github: # .... - organization: Zelda-Reverse-Engineering-Team token_file: /config/token # fine grained token for...