Giovanni Bassi

Results 210 comments of Giovanni Bassi

@compulim interesting problem! I work a lot with WSL as well and hadn't thought of this workaround. I wouldn't do it by default, but an option would be interesting. I...

Yes, but it would be better to support options. Like so: ```js chromedriver.start(args, opts); ``` Where `opts` is type `boolean | { timeout: number }`. Then the start method has...

Yes, it'll probably fail. It is coming from https://github.com/testimio/chrome-version/. I checked, they don't have an option to select the channel at the moment. You could open an issue there, and...

Yes, it could be done. We'd only have to add a `download` function to `lib/chromedriver.js`. I'm open to a PR.

@bhuber2010 it went stale because it was a large change and I couldn't review it. If you are able to provide a localized update I'm willing to look into it.

I don't think adding a field to `package.json` to fix this specific issue would be a problem. How would that look like?

That's fine, please send a PR and I'll merge it. Also, please send the link to pnpm's docs, so I can get more information about how pnpm will use this,...

The directories under `~/scoop/persist/` are empty. They are not hard links when installed with git bash. Scoop is broken with git bash. As the issue was already closed, can I...

I did. The behavior is different. This is why I opened this issue. It works as expected in PowerShell, and it breaks in Git Bash.

I have both Windows PowerShell and PowerShell Core installed. Here is a slightly redacted output of "gci env:" ``` ALLUSERSPROFILE C:\ProgramData APPDATA C:\Users\myuser\AppData\Roaming BAT_PAGER less -RF CARGO_HOME C:\Users\myuser\scoop\persist\rustup\.cargo ChocolateyBinRoot c:\tools\...