John Pywtorak

Results 57 comments of John Pywtorak

Thanks to all, I have it working now.

FYI: Procs below is a rust replacement for ps The node.exe process does linger and is orphaned. See the proc output below. You can see neutralino-win_x64.exe spawns the process 33620,...

It seems to not handle a way to get auth / credentials, no dialog. Also, please consider a setting to turn that transparency off or change it. Thanks

![Screenshot 2023-08-16 141607](https://github.com/phil294/git-log--graph/assets/911906/e7ca9006-1b60-4e12-ad3f-9276df05bae5) This is all that happens. Like I said I am fairly certain it is wanting username and password. That however does not happen.

Thanks @phil294. I should have mentioned this is WSL. That is probably part of it. Locally a person may not see the same problem. If I use the command line...

> okay, but what do you mean by WSL? Are you running VSCode itself in WSL? Because if not, then I don't think any wsl is involved, as this extension...

@chris-olszewski Not completely the noise. I'd like to run `turbo` with a default `--no-daemon`. I am sure I can work up a Powershell or nix alias to do it, but...

@tetedacier thanks, I cannot use overrides, but I tested and it didn't eliminate the warning from madge. ``` ❯ npm ls typescript @typescript-eslint/typescript-estree [email protected] D:\something +-- @something/[email protected] -> .\apps\electron |...

Thanks @nipunn1313 I will investigate more. `npm install --prefix scripts` does not work on Windows. Some sort of existing long standing issue with npm unfortunately. From a CMD prompt: ```...

> try from `git bash` > > All of the scripts we run in our CI on windows are from git bash. ``` MINGW64 /d/box/rust/convex-backend (main) $ npm install --prefix...