-
See discussion at https://reviewable.io/reviews/cockroachdb/cockroach/19923#-KyS_gHiEzAfKPa0fg4X:-Ky_Yc13IQxe498kphDh:b708j2.
In our handling for the `extract` built-in, we do string normalization …
-
If you misspell or provide an option that doesn't have a parser, when at least one argument is present in the parser, the returned error code isn't very user friendly.
Easiest to show with an exam…
-
Minimist supports a dotted notation that may be used to build an object tree from args:
```sh
$ node index.js --foo.bar=x
{ _: [], foo: { bar: 'x' } }
```
This issue is a request to allow a u…
-
2024-06-03 02:34:20.940364: I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different …
-
Could optparse-applicative provide more help when combining parsers that have the same flag names. For example:
``` haskell
mapOptName :: (OptName -> OptName) -> Parser a -> Parser a
mapOptName f (O…
-
Nearley made an internal change with how they handle CLI arguments internally in [this commit](https://github.com/kach/nearley/commit/6a7bd3239a7cc270dc57a33402903dc786835fa7) before release 2.16.0.
…
-
I'd like to use `Path` instead of `File` in new code (and migrate existing code) since we'd like to use the newer `java.io.Files` APIs in our code. Since `Path` is abstract it doesn't have a a constru…
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
86 …
-
### Describe Your Suggestion
I would like to be able to pass in a list of items stored in a text file instead of calling `vpkeditcli` for every item in that text file. Similar to how a response file …
-
## Describe the bug
When starting the test, the following error occurs
```
Test suite failed to run
SyntaxError: Identifier expected. (1:10)
> 1 | function () {
| ^
…