-
**What would you like to be added**:
Currently, during recent tests with approximately 50 users editing a document containing around 40,000 lines in CodePair, we've observed significant delays …
-
It seems that double macro in cmd file are not supported:
This works:
```iocsh
< ${TOP}/myApp/.cmd
```
```sh
$ tree-sitter parse --stat --quiet --scope source.epics.cmd temp.cmd
Total pars…
-
In the function https://github.com/saalfeldlab/n5-universe/blob/b68a997a98abe9d88ca13c688cbbb6a826a0844b/src/main/java/org/janelia/saalfeldlab/n5/universe/N5MetadataUtils.java#L109 the argument `parse…
-
For my SARS-CoV-2 Nextclade trees I make extensive use of constraint trees (see e.g. previous issues #102, #144, . The following are some thoughts on making constraint tree validation throw a more hel…
-
That would be niiice... But there's probably still too many internal changes going on.
-
### Did you check the tree-sitter docs?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
### Is your featur…
-
Hello, I have a few questions about this repo
- This repo does not provide bindings to tree-sitter right? Only a way of generating OCaml parsers from a tree-sitter syntax?
- Is there a way to extrac…
-
### Clear and concise description of the problem
As a developer using `ast-explorer`, I want to be able to see the AST's parsed by `tree-sitter` / `web-tree-sitter`
### Suggested solution
It would …
-
I have a suggestion. The validator is using it's own object classes `JsonParser` and `JsonValue`.
The issue is that when a service needs to parse the payload for it's own needs, the parse will be …
-
We recently introduced an AST parser for evaluation of expressions against Nested-Pandas columns in `eval` and `query`.
However this seems to fail against column names which include a space (which …