Björn Richter

Results 28 comments of Björn Richter

But what about the integrity check and recovery information generation? These can't be done every time one changes a file. There should then be an option to do these automatically...

Hi, thanks for your work! I'm having part of that issue too: I don't mind the *initial* window size but I'm confused every time I close the last tab and...

> >You have to give your ID even to people you do not completely trust and there are different scenarios here too. > > In that case, you can create...

I can't execute the `cargo clippy --workspace --features=extra -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` command because it fails with an error: ``` error: cannot borrow `*grid` as mutable because...

> Refer to your `clippy` error, I wonder what's your rustc version? Maybe it's not up to date? You are right, I did `rustup update` and now `clippy` is working...

I copied the part of `format_filesize()` that gets the system locale: https://github.com/nushell/nushell/blob/8030f7e9f003bc90c67a2f3d386ec1ff4d7e1a25/crates/nu-protocol/src/value/mod.rs#L2352-L2370 It's working also with `group_digits` set to `true` but now I have three issues: 1. Where is the...

> Thanks for working on this! It's my pleasure :) > > Where is the best place to move that code so that it is not duplicated? > > I'd...

> > I'm from Germany so I'm pretty sure it is ,. sweat_smile The . is our thousands separator. > > Sorry, I thought we were talking about thousands separator....

> Can we just find a place in nu-command somewhere? Sure I can move it there but since this is not testing a command but a `nu-utils` function, it feels...