-
"append" an absolute child is error prone, and not consistent with `Bash`.
``` scala
import better.files._
import better.files.File.home
val bashrc = home / ".bashrc"
// --> /home/user/.b…
-
Currently, AgentConfig is a bare struct with public fields implementing `Default`. This has 2 issues:
1. Any changes in the Config will break existing user programs.
2. [The URL field is initialized…
-
It looks like the unit tests for `settings` are prone to occasional lock-poisoning errors, as evidenced by [this test run](https://github.com/contentauth/c2pa-rs/actions/runs/11503875625/job/320221319…
-
[cargo-c](https://github.com/lu-zero/cargo-c) exists exactly to ease the build of Rust programs into C libraries, it's an easier and less error-prone approach than managing the cmakefiles yourself.
-
In one of my ledgers I noticed an odd behavior in the output of the register report. Suddenly all amounts where multiplied by 1000.
```
19-Feb-04 c3d747cf 0224a:446e213:5be09a88…
ennob updated
4 years ago
-
In v. 1.7.0 the generated code doesn't have FallThrough violations anymore (see #222).
Re-enable the test as an error (currently downgraded as warning)
-
It'd be nice, if one sees a worm-scraper-produced EPUB in the wild, to know what version it is, and therefore how many of the text fixups it has.
The ideal version of this would only count changes …
-
# Handle
pauliax
# Vulnerability details
## Impact
Hardcoding numbers that depend on other variables is error-prone, e.g.
require(newOwnerSplit
-
Please include the following information in your issue:
1. Which version of `units` you are using
3.x (commit 70d5e3fdaea9afc1be7f84aa3a35031131330815)
We have an older version of the units lib (…
-
### Problem solved by the enhancement
As pointed out in [this comment on the Rust forum](https://users.rust-lang.org/t/low-level-json-library-struson-version-0-2-0-released/98377/2) (and subsequent c…