Jonas Chevalier

Results 831 comments of Jonas Chevalier

And also the output of `treefmt -vvv`, or at least the last line that shows "Found {} at {}"

Ok, you convinced me. Anybody wants to send a PR?

Did you consider removing the short version? I am not convinced that truncating a string makes the hash much more friendly to use by a human. In both cases I...

Ok there are two things here. Standardization of the hash and UX for the user. Standardization is a worthy goal on it's own. It would be nice if tools like...

the `h` implementation is quite trivial as well so it should be easy to figure it out. 1. when `owner/repo` or URL is used, there is a heuristic to map...

it's been a while, but see the commit message: ``` pexpect wasn't finding the right prompt match and the kernel would then timeout on the jupyter side and get killed....

I'm not against it. It's not a priority for me so this will depend on a good soul to submit a PR.

It could probably work as long as there is only a single file passed to it.

Hey @lovesegfault, try adding a `.ignore` file with the pattern to exclude. It should be in the same form as the `.gitignore` files. We use the `ignore` crate which seems...