Rene Leonhardt
Rene Leonhardt
Hello @wakaryry sorry for the late reply, could you elaborate a bit more about your setup? I don't know all of the logic yet, I understand that your problem is...
I don't know enough about all inner workings, `goenv local` works, but global does not. - `goenv local 1.22.3` - `goenv root` # copy that path, usually the result of...
@ChronosMasterOfAllTime I saw multiple problems locally: - There was a $HOME/.go-version file (maybe from local development?), so even after `goenv local --unset` the code uses `goenv version-file $PWD` which is...
A BOM makes importing much easier, then a GitHub Action could automatically publish all artifacts when a new commit has been tagged. Now every version of every artifact has to...
Example build: [pom-default.xml.zip](https://github.com/bonede/tree-sitter-ng/files/14897335/pom-default.xml.zip)
Okay. I added 7 code lines in the build script and removed 4 from settings... not simple enough 😅
@sepatel Thank you for your interest, the functionality is finished, but it's not my project, I can't merge it 😅
I will look into this tonight, thank you for reporting it!
Unfortunately this project doesn't seem to have any interest in those amazing new local models 😞 NVIDIA's New Open-Source Tool to Revolutionize Multilingual Speech-to-Text Experience https://www.communeify.com/en/blog/parakeet-tdt-0-6b-v3-nvidia-opensource-multilingual-stt/ https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
Oh my god, could you build again with `rust:1.87.0-bookworm`? They said LLVM 20 could bring some performance: https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/ A quick search only revealed one distroless + memory leak issue: https://github.com/hyperium/hyper/issues/3130