Shai Coleman
Shai Coleman
When I installed nim by running `curl https://nim-lang.org/choosenim/init.sh -sSf | sh` I got an nim 0.19.0 installed, which is quite an old version. Running `choosenim 1.0.6` installed the latest version.
I think it's because it calcluates differences in times and not in dates. The specs are failing when run in a different timezone, despite the timezone set to UTC, e.g....
@ivanovv , still not fixed, e.g. the specs are still failing when running `TZ='Europe/Dublin' bundle exec rspec`
``` TZ='Europe/Dublin' bundle exec rspec rspec './spec/lib/dotiw_spec.rb[1:1:9]' # A better distance_of_time_in_words #distance_of_time 14515200 == 5 months, 2 weeks, and 1 day # got: "5 months and 2 weeks" rspec './spec/lib/dotiw_spec.rb[1:4:10]'...
@soundasleep, can you please consider transferring ownership to @Vasfed ?
You can use the `--app` parameter, or edit `lib/jack/util.rb` to disable the naming conventions feature ``` def app_name_convention(env_name) env_name end ```
Thanks for implementing this, but it doesn't seem to support the block form and it doesn't have automatic chunking and automatic flushing like in `Zlib::GzipWriter.wrap` and `Zlib::GzipReader.wrap`. Here are simplified...
I can reproduce locally as well ``` RUST_BACKTRACE=1 delta --width 119 --no-gitconfig --side-by-side < bad.patch thread 'main' panicked at /home/shai/.local/share/mise/installs/rust/1.81.0/registry/src/index.crates.io-6f17d22bba15001f/git-delta-0.18.1/src/wrapping.rs:469:9: assertion `left == right` failed: syntax and diff wrapping differs...
* same issue with `--dark` and `--light` * Compiling it with `cargo install git-delta --locked` seems to have fixed the issue. * The issue can be reproduced on clean install...
Works with `cargo update unicode-width --precise 0.1.12` and breaks with `cargo update unicode-width --precise 0.1.13`