Steven Kalt

Results 51 issues of Steven Kalt

### Issue Scope 1. provide an example in the guided tour on following imports in a virtualenv 2. clarify CLI argument documentation to show how to pass multiple directories to...

documentation

Raising https://github.com/tree-sitter/tree-sitter/issues/930#issuecomment-782898619 : > Provide dsl.js as a regular file shipped with the tree-sitter-cli npm package and make it possible to require it as a regular JS library. This would...

As per [this comment](https://github.com/tree-sitter/tree-sitter/pull/939#issuecomment-810164152) from #939, the `grammar-schema.json` file needed to include `precedences`. In the course of that routine update, I also updated type of `precedences` in `dsl.d.ts` to accept...

For expediency, bitbucket pipelines [support caching directories between steps](https://confluence.atlassian.com/bitbucket/caching-dependencies-895552876.html#Cachingdependencies-custom-caches). `bbrun` should be able to emulate this.

enhancement

BBrun should support [persisting files between steps](https://confluence.atlassian.com/bitbucket/using-artifacts-in-steps-935389074.html). As it stands, each call to src/docker.js#run runs a separate container, erasing created files.

enhancement

#### Description of the bug calling with downloaded osm network data overwrites the network's transit_nodes.stop_names #### GTFS feed or OSM data (optional) While I think this issue is pandas-only, for...

Type: enhancement

This is a work in progress demonstrating how I would extract plpgsql tokens if I knew how to write C. I'm putting in a pull request that is not intended...

Background: I'd like to write a plpgsql formatter that retains comments in plpgsql function bodies. I'm also hopeful that lexing will side-step some the difficulties of parsing without table datatypes...

plpgsql

Posting my progress. I'm having trouble dereferencing `PgQuerySplitStmt **stmts;` from `PgQuerySplitResult` as commented below. Once this branch contains a working `SplitWithScanner(_)` and `SplitWithParser(_)` , I intend to squash my WIP...

Since the split methods are included in `pg_query.h`, I'd like to add them to pg_query_go.