Steven Kalt

Results 51 issues of Steven Kalt

I used rbush and flatbush as an example. I - adopted eslint with `eslint-config-mourner` - added rollup - swapped in `let`, `const`, and `import` - added a `module` field in...

Both the documentation and tests could use live, reproducible transaction examples.

In practice, gml:id is not necessary for a 0-2d feature. At least in geoserver, feature may have a gml:id in its top level and no other gml:ids on its members,...

reproduction case (with both `trparse` and `tranalyze` at 0.11.5) ```antlr grammar temp; foo: ('bar')*; ``` ```sh trparse ./temp.g4 | tranalyze | grep 'Rule foo is' | sed 's/^/# /g' #...

When I read the current trrename readme and help-text > `trrename` renames rule symbols in a grammar. I didn't expect renaming tokens to work. I tested it out, however, and...

I pointed the sharp end of `trgroup` v0.11.2 at the `trconvert`ed postgres grammar, and I got ``` System.Exception: Exception of type 'System.Exception' was thrown. at NWayDiff.Classical`1.classical_lcs(List`1 a, List`1 b, Int32...

When finished, this closes #634. To most effectively review this PR, skip right to reading the integration test ([wrappers/python/src/tests/integration.py](https://github.com/CloudCannon/pagefind/pull/672/files#diff-3c4d6b5d517c23ca82136cdcc9c4d33d7416319a93d6b064577fbc17da58a36c)). There are still a number of FIXMEs and TODOs in the...

I'm building a documentation site using [`mkdocs`](https://www.mkdocs.org/), a python-based static site generator. Adding a python wrapper package would let me install the pagefind CLI without a node.js toolchain or a...