Results 665 comments of milahu

better : ) now [my next case](https://github.com/milahu/ffsubsync-stops-processing-multiple-files/blob/main/run-ffs.sh) is failing ``` # pysubs2.exceptions.UnknownFPSError: Framerate was not specified and cannot be read from the MicroDVD file. sub_files=(bad.sub good.sub) ``` expected: this should...

i made some progress in https://github.com/milahu/browsix i tried to use web-components, but they never render, `window.customElements.get("browsix-terminal")` always returns undefined. now im using solidjs and it just works. much easier for...

ideally this check should be more strict to avoid build errors in downstream projects where multiple parsers are linked into one binary the parsers should export only the required symbols...

aah, nice : ) > I don't think this should be an error true, its better to show a warning i have fixed https://github.com/grantjenks/py-tree-sitter-languages/issues/55 by keeping each parser in a...

https://github.com/tree-sitter/py-tree-sitter/issues/33#issuecomment-864557166 would be nice to have this in the readme

> closed this as completed not really completed... the current [readme#walking-syntax-trees](https://github.com/tree-sitter/py-tree-sitter#walking-syntax-trees) is not helpful

> I could move it into discussions this should be in the repo, not hidden on github how about `examples/walk_tree.py` > this is for the user to implement i see...

> > it's up to the user to go through quite a few steps and select another rep > > all they have to do is press on the "Representative...

i prefer #800 for the `--insecure` flag

currently blocked by > fixme: solid build is not produced >packages/solid-query-persist-client/build/solid/ >but is declared in tsconfig.json > fixme: solid jsx is compiled to React.createElement > packages/solid-query-persist-client/src/PersistQueryClientProvider.tsx no idea whats wrong...