Results 56 issues of Greg Werbin

#### Is your feature request related to a problem? Snowflake `GEOGRAPHY` objects are returned via the Python connector as GeoJSON strings. It's annoying to manually parse these fields, or to...

enhancement

Not sure if this is an issue with conda-build, conda itself, or the feedstock I'm using, but the latter seems very unlikely considering the error. ### Actual Behavior Error message,...

stale::recovered

Currently, [Nvim-treesitter's predicates and directives](https://github.com/nvim-treesitter/nvim-treesitter/blob/35a8fe5/lua/nvim-treesitter/query_predicates.lua) are not documented The predicates and directives defined by Neovim itself are documented in [`*lua-treesitter-predicates*`](https://neovim.io/doc/user/treesitter.html#lua-treesitter-predicates) and [`*lua-treesitter-directives*`](https://neovim.io/doc/user/treesitter.html#lua-treesitter-directives). It would be very useful if the extra...

documentation

### Is your feature request related to a problem? Please describe. I am interested in writing my own "inner"/"outer" text objects as in https://github.com/nvim-treesitter/nvim-treesitter-textobjects, and I see that the `#make-range!`...

I want to assume that the output of my parser passes all checks (for use at runtime when loading data from an external source), to avoid running a lot of...

enhancement

Often I want to reuse the same schema/model for multiple different purposes. When _loading data from an outside source_, I want to run parsers, including the built-in type coercion, and...

enhancement