-
In slash's documentation, there is an example for the usage of `PluginInterface` `configure_argument_parser` and `configure_from_parsed_args` methods for allow passing command-line arguments for a plu…
-
cmdline appears to have some intrinsic limitation to the number of arguments it can process. I get
```
$ ./a.out
Segmentation fault (core dumped)
```
with the following test program originating …
-
As of now, there are many log statements that make screen dirty.
The proposal is to add "trace" argument to `os.log` or make a new function `os.trace` that will be similar to `os.log` but will have a…
-
Since the transforms and backends are included in the Seal5 Python codebase anyways, it might be reasonable to call them directly from python instead of opening up a subprocess running `python -m seal…
-
hello.
I get errors I can't understand from running sdaps (fresh out of unstable repo) on Xubuntu (15.10) on the sample examples:
### parsing the odt-5/debug.odt leads to:
I downloaded https://…
-
### Problem
The command line does not have syntax highlighting, despite having a shiny new Vimscript parser at home. Also, enabling treesitter highlighting for vimscript breaks/disables the legacy …
-
Traceback (most recent call last):
File "/usr/local/bin/postdown", line 8, in
sys.exit(execute())
File "/home/bjrshussain/.local/lib/python3.10/site-packages/postdown/cmdline.py", line 14,…
-
✗ scrapy run
Traceback (most recent call last):
File "/usr/local/bin/scrapy", line 8, in
sys.exit(execute())
File "/Users/noname/Library/Python/3.8/lib/python…
-
I'd like to make a plugin that defines a new command-line command. At this point, that doesn't seem possible, and existing plugins are only adding support for hardware wallets so they can interact wit…
-
### What happened?
I want to compile my newly added DTS file properly and my DTS is not deleted
### How to reproduce?
./compile.sh dts-check BOARD=mekotronics-r58x-4x4 BRANCH=vendor
(base) m…