-
Hi!
There seems to be memory leak issue in `libpostal_parse_address`. The memory usage will increase over time when parsing the same address.
---
#### My country is
This issue is not specific…
-
**Bug report**
When using an optional argument with `nargs=argparse.REMAINDER`, the argument appears within the list of optional arguments and before any positional arguments. I expected it to be p…
-
- TOML++ version: v3.4.0
- Compiler: clang++ v19.1.1
- Target arch: x64
- Library configuration overrides: None
- Relevant compilation flags:
You can run the following command on the generated …
-
Hello,
The OptionParser in the documents is as follows
```
require "option_parser"
upcase = false
destination = "World"
OptionParser.parse do |parser|
parser.banner = "Usage: salute […
-
The network-based options feature (part of #4) was written early in this plugin's history, before the SQL parser was added.
In the current 1.2.0 cycle, a significant number of bugs have been found …
-
Hi Dan,
I'd like to hand over something other than the default options to the **xml2js** constructor, like this.
instead of:
``` javascript
var parser = new xml2js.Parser();
```
I'd like to have i…
-
Pymoca is choking on `Modelica/Media/Water/IF97_Utilities.mo` in MSL 4.0. The AST generation does not cover the `function_call_args` rule in the grammar:
```antlr
statement_options :
component_…
-
Sometimes data is dirty; add a flag to --allow-parse-errors which would skip lines which trigger a parse error in the input stream.
-
The `:parser-fn` option works as expected when parsing Clojure data structure:
```
(-> (tc/dataset [{"test" 1 "time-period" "2024-06-21"}
{"test" 2 "time-period" "2024-06-22"}
…
-
Description: The current training pipeline for GAN models (e.g., CycleGAN, Pix2Pix) relies on a command-line parser (TrainOptions) to handle hyperparameters and options. However, we are now looking …