-
```
py38 inst-nodeps: D:\a\1\s\.tox\.tmp\package\1\virtualenv-20.0.17.dev4+g3a441c8.tar.gz
py38 installed: appdirs==1.4.3,atomicwrites==1.3.0,attrs==19.3.0,colorama==0.4.3,coverage==5.0.4,distlib==0…
-
I do quite often find myself in need of running something like
```
gdb --pid=$(pidof krunner) …
-
This issue is to track discussions about the SymPy 1.5 release. I will add more to this later.
-
When trying to run a script, it raises SyntaxError. It seems to be a bug in the handling of subprocess mode and python code.
## xonfig
```
+------------------+---------------------+
| xonsh …
-
All Sanskrit words in explanation within `...` tag or some other tag (in case exigencies mandate so) and in SLP1 please.
This will help me experiment for babylon and stardict files.
@funderburkjim…
-
@asmagill - Would it be possible to "attach" a [sidebar](https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/sidebars/) (technically known as a source list) to a `hs.…
-
I'm getting a stack trace whenever I try to run any file as a xonsh script. I have a feeling I'm doing something wrong, but I can't figure out what it is, so hopefully someone can set me on the right…
-
The title is pretty self-explanatory. LanguageTool should tell the difference between the words “who” and “whom.”
s3hMC updated
4 years ago
-
Hello! Thank you for xonsh!
I have a string variable with xonsh code. For example I need to change environment:
```
e = "print(123)"
evalx(e)
123
```
But:
```
e = "$TEST=1"
evalx(e)
```
…
-
The Single File STAC extension:
https://github.com/radiantearth/stac-spec/tree/master/extensions/single-file-stac
only contains Collections and Items. It's not an actual Catalog because it has non…