Francesc Elies

Results 64 comments of Francesc Elies

Not sure if this is an option for you but broot works well under windows with nushell (which comes with many gnu coreutils [integrated](https://www.nushell.sh/blog/2023-09-05-why-uu.html)), it looks like there are more...

I think that would be nice, instead of `.brootignore` it would be great to use `.ignore` this would make broot compatible with `fd`, `rg` and friends, I think [fd](https://github.com/sharkdp/fd) uses...

unignoring things is mostly what I used this for

I see it slightly different, downloading from github releases is a quick and dirty thing to get an app, when you don't want to bother with a package manager or...

This https://github.com/FrancescElies/prodigy.el/commit/d2e78dd should fix this issue, but I guess there was a reason why the sort option was set to `nil`.

This one should be possible if https://github.com/rejeep/prodigy.el/issues/8 gets implemented, right?

After installing perl from the [website](https://strawberryperl.com/) (Latest Release: 5.38.2.2 (2023-12-11)) ```powershell PS C:\Users\FrancescElies> perl --version ..\locale.c: 690: panic: (6578): Can't change locale for LC_CTYPE(2) from 'C' to 'English_Europe.65001'; errno=0 ```...

Upgrading `gulp-typescript` to `"^6.0.0-alpha.1"` seems to solve the problem. ```diff diff --git a/package.json b/package.json index 5116346..9563e36 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "gulp": "^4.0.2", "gulp-debug":...

There is a windows test failing but that doesn't have to do with this pr.

@jpaju I am not aware of having installed that lib explicitely on mac, does running `xcode-select --install` which installs apples commandlinetools help?. Otherwise maybe try to install it with `brew...