-
django has three functions: simpleTag, assignmentTag and inclusionTag, which take a function as an argument, which they use to create a complete Tag class. Basically those three functions relieve you …
-
@willcro needs to be able to use ableC as a drop-in replacement for `$CC`, and in general it'd be nice if people could do this, at least for the flags that autotools, cmake, meson, etc. require to fun…
-
A user asks:
> we've had some of our users ask about bash completion for the valid arguments we present from our Tiltfile.
I don't know of an easy way to do this right now. Cobra (which we use for…
nicks updated
4 years ago
-
**systrace** would be an strace-like tool (with limited parsing of arguments). It would provide a general overview of process syscall activity, which can then be examined in more detail with argdist/t…
-
This may well be the intended behavior, but I wanted to check because it feels like a bug. If this is intended, I was wondering what the workaround would be?
---
I encountered this problem when …
-
As @mlhaigh noted, `test.py` references a hard-coded path to FakeNet-NG:
```
self.fndir = self.genPath('.', '$HOME/files/src/flare-fakenet-ng/fakenet')
```
The solution is to add proper argum…
-
When using UseHost() the hosting action sets up a CliDirective with the name "config". If you have a subcommand with the same name "config" parsing fails with:
An item with the same key has already…
-
I am validating a graph at a .nt filepath, but using a .ttl set of shapes.
`validate(PATH_1_NT, shacl_graph=PATH_2_TTL, allow_warnings=self.allow_warnings, debug=self.debug)`
I tried to deciphe…
-
The current schema generation does not provide support for parsing incoming arguments or offering filtered views of lists based on matching fields within the dag of the items in the list.
This should…
-
I tried specifying multiple sequences and a subset, and got this error:
```
python3 -m vta.vta dataset vot --subset=2015 --sequences=bag ball1
usage: vta [-h] [--version] {dataset} ...
vta: erro…