-
Attachment: [model.zip](https://raw.githubusercontent.com/wiki/eclipse/capella/attachments/166646.zip)
ZIP of Modeling Discovery UI contributions
Attached has
a modeling.xmi with extra OCL Tools (Ex…
-
```
$ xonfig
+------------------+-----------------+
| xonsh | 0.9.24 |
| Python | 3.9.1 |
| PLY | 3.11 |
| have readline | Tr…
-
xonsh.__amalgam__.XonshError: xonsh: subprocess mode: command not found: export
Did you mean one of the following?
expr: Command (/usr/bin/expr)
import: Command (/usr/bin/import)
e…
pyctp updated
3 years ago
-
## xonfig
```
+------------------+-----------------+
| xonsh | 0.9.24 |
| Python | 3.9.0 |
| PLY | 3.11 |
| have readl…
-
In bash:
```
$ find . -exec echo lol \;
lol
lol
lol
```
In xonsh:
```
$ find . -exec echo lol \;
/usr/bin/find: missing argument to `-exec'
$ find . -exec "echo lol \;"
/usr/bin/find: …
-
When using `pandas` like the following, I now get an error from Xonsh:
```
import pandas as pd
df = pd.DataFrame({'a': [1, 2, 3], 'b': [4, 5, 6]})
# fails with error below
df[['a', 'b']]
`…
-
-
On Macos 10.12 (Sierra) with xonsh 0.4.7 from Macports trying to create a new environment yields
subprocess.CalledProcessError: Command '['/Users/anddam/.virtualenvs/test/bin/python3.5', '-Im',…
-
In my .xonshrc
```python
@events.on_chdir
def on_chdir(olddir, newdir, **kw):
echo newdir
```
When I change the directory using z the following exception is raised infinitely
```bash
…
-
java.lang.NullPointerException
at org.polarsys.kitalpha.ad.integration.amalgam.listeners.ActivityExplorerUpdater.refresh(ActivityExplorerUpdater.java:46)
at org.polarsys.kitalpha.ad.integration.amal…