-
When using textdiff to compare packages/multiple files I see the following error:
```
Error while parsing arguments of client 'textdiff'.
java.lang.reflect.InvocationTargetException
at java.base/…
-
### Board
ESP32 Dev Module, 8MB Flash
### Device Description
ESP32 Dev Module, 8MB flash
### Hardware Configuration
8MB ESP32 Dev Module. No attachments
### Version
latest master …
-
Tags are currently implemented as an arbitrary syntax defined in their `#initialize` or `#parse` method. Some of them use a combination of Liquid's regexes to do parsing, but not in a consistent way. …
-
There are no logs being captured when a CodeToCAD script runs. It would be helpful to have the [`logging` module](https://docs.python.org/3/howto/logging.html) available for debug, info, warning, and …
-
To avoid [confusing users](https://github.com/bionode/bionode-ncbi/issues/9) we should improve the way command line arguments are parsed. At least it should:
- show usage information when invoked with…
-
Branch: 0.14.x
There are a number of known issues with the parsing of additional (DJANGO_OPTIONS) arguments passed to the `kalite` command. One is covered in https://github.com/learningequality/ka-li…
-
I was hoping you could help with the bounce-category-patterns and parsing. It seems to fail on this entry because there are no arguments that can be specified for the tag.
the error:
Parsing failure:…
-
Just checking if you had considered using the apache commons library for parsing arguments.
https://commons.apache.org/proper/commons-cli/
-
We currently rely on `parseString` for two purposes:
- Read the language version.
- Read annotations of specific types from the library or the first directive.
For the latter use case we rely o…
-
the following code
```kotlin
class Class {
fun method() {
return listOf(
A(),
B()
)
}
}
```
during parsing becomes
```
(so…