ObserverOfTime

Results 325 comments of ObserverOfTime

> Can you please separate functional grammar changes from binding noise? There was a mishap during rebasing. It's all supposed to be in a separate commit. > And I'd prefer...

All right, I'll move that change to a draft PR later.

Parsing with `v0.20.2` reveals that there's a `}` missing at the end of the file. Adding it allows it to be parsed with master (though there's another error). Bisecting points...

I think @maxbrunsfeld rushed to publish a release on npm manually instead of letting the workflow do it.

That version is not supported. Does the crash occur in the latest version and/or master branch?

Can you share a file and query that results in the crash?

@Rot127 The issue is that you're using the byte offset instead of the pattern index. https://github.com/Rot127/ts-py-debug/blob/main/patches/StreamOperation.py#L118 Fixed the crash by raising an `IndexError` if the supplied number exceeds the pattern...

Building with different extensions requires the Tree-sitter CLI and Node.js.

It seems that regex [does](https://docs.rs/regex/latest/regex/index.html#ecosystem-features) support `no_std`, albeit with some performance loss.