Peter Gaultney

Results 40 comments of Peter Gaultney

`grep -r "shell-sync" ~/Library/Logs/Lens` gives no results. grepping for `sync` on its own, I see a few places in the logs that look like this: ```/Users/peter.gaultney/Library/Logs/Lens//lens2.log:info: [KUBECONFIG-SYNC]: starting requested syncs...

i found this when adding `-i`: ``` error: [SHELL-SYNC]: Shell did not exit sucessfully: { "code": 127, "signal": null, "stdout": "", "stderr": "error: Unable to read input file: Is a...

``` /Users/peter.gaultney/Library/Logs/Lens/lens.log:info: [UNIX-SHELL-ENV]: running against /bin/bash {"command":"'/Applications/Lens.app/Contents/MacOS/Lens' -p '\"3fc8a70847ad47d4b70135d8525317f1\" + JSON.stringify(process.env) + \"3fc8a70847ad47d4b70135d8525317f1\"'","shellArgs":["-l","-i"]} /Users/peter.gaultney/Library/Logs/Lens/lens.log:info: [UNIX-SHELL-ENV]: running against /bin/bash {"command":"'/Applications/Lens.app/Contents/MacOS/Lens' -p '\"972f75815a4445338a24bc3f2cd0e19c\" + JSON.stringify(process.env) + \"972f75815a4445338a24bc3f2cd0e19c\"'","shellArgs":["-l","-i"]} ``` Nothing for just `SHELL-ENV`...

thank you! completely unrelated question, and forgive me for hijacking the issue, but I couldn't find any info on this in the changelog... Why does 0.22 not support Python 3.8.0?...

Thanks for the response. `copilot-reinstall-server` failed for reasons having to do with `asdf` being... randomly broken. Unfortunately that error was hard to interpret as well. While I was trying to...

I would really love to see this. You do optional extras for everything else. We've had serious issues with CLI parsing libraries that have conflicting dependencies in the past, and...

I'm running into this today. Thank you for creating this - I was beginning to wonder if I was sane. 😄 I don't have a great idea of how I...

I had this issue, but for some reason, this workaround isn't working for me, either. xonsh 0.18.2. same issue on two different terminals (iTerm and Terminal)

Can we do the opposite as things are currently designed? Manually write the lockfile when we feel like it, and have a separate, manual function to update all packages to...