Results 9 issues of Matt Frantz

`m_data.data()` appears throughout, but doesn't compile (GCC 7.3) and isn't standard. Shouldn't it be `m_data.get()`?

I have a table with a STRUCT column, e.g. `STRUCT`. It looks like Logica variables can only be alphanumeric plus underscore. Is there a way to refer to the fields...

documentation

Simple search-and-replace. Not sure how to run tests. Tried "npm test".

When generating actionwords with the `test_run_id` parameter, only those actionwords associated with the scenarios attached to the test run should be generated.

enhancement

There is already an option `--xml-file` to specify the input file, which is handy for testing. We want to add a degree of freedom when choosing to synchronize with the...

enhancement

Since high-level actionwords can be fully implemented by automation, there should be a way to generate them by themselves, e.g. in a separate file or with a flag to exclude/include.

The JS code is generated for a synchronous interface. However, most JS is asynchronous, and adapting is awkward. The two major async styles are callbacks and promises. ES6 defines the...

When using `GCSFileSystem.glob` with a pattern like `"bucket-name/prefix*suffix"`, version 2023.9.0 introduced a performance regression. Previously, this `glob` would be resolved with an efficient API call whose performance was proportional to...