Jason R. Coombs
Jason R. Coombs
I see #311 and #130 previously requested this functionality, but their use-cases were solved by the `/post` endpoint. My use case is not.
Huh. Well, the publically-hosted requestbin has been shutdown. So I followed the readme instructions and created my own in Heroku. But even then, I don't see how it has an...
I like the idea of parsing the syntax as a list of arguments. I’ve frequently stumbled using xonsh to invoke a command with spaces in the name. The trickiest edge...
I'm just checking in on this again. It still affects me and upstream, PyCharm is awaiting a call on this issue before taking any special action to support xonsh.
Respectfully, I think xonsh is making the wrong choice here, preferring an obscure Pythonism (two adjacent strings on the same line) to a common shell usage. After all xonsh exists...
I agree. The degenerate case of `'cat'` was perhaps a bad example and over-complicated the situation. I was leaning toward interpreting that as a command because it seems unlikely to...
Good news - due to the open-source nature of VS Code, I was able to contribute native, first-class support for the xonsh shell in their startup. Starting with the 1.86...
Today I spent a little time looking into this issue. I first struggled to get a WSL instance running due to [WSL 2 being non-viable in a UTM VM](https://github.com/utmapp/UTM/discussions/4652). I...
> As a test to see if the issue is WSL2 how do other non POSIX and non MS shells like fish perform? I looked at bash above, but I...
I have this issue also. I'm working on a demo of using `pip-run` for making standalone Python scripts (with dependencies) work on Windows. If I clone [jaraco/pip-run](/jaraco/pip-run), [set up `PATHEXT`](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.3#path-information)...