Alex
Alex
Linking in https://github.com/huggingface/datasets/issues/6179#issuecomment-1701244673 with an explanation.
This is going to be a pre-requisite for supporting multi-platform CI for all other language bindings e.g #14 and #5.
I'm not sure what went wrong, but it seems that automation can not find the commit from upstream 🤔 Probably, it should have been https://github.com/github-linguist/linguist/commit/4ac734c15a96f9e16fd12330d0cb8de82274f700 but a https://github.com/github-linguist/linguist/commit/b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead is tagged...
Thanks! Interestingly enough, Dependabot does not suggest it. Please, don't hesitate to send the PR!
Hey @yejianquan I believe the lock is in place to take care of native resource allocation/cleanup, as Java library though JNI is calling into a C wrapper library, generated around...
https://github.com/go-enry/rs-enry created for the first experiment with this approach.
Thank you for interesting suggestion @toqueteos! Am I missing something, or does the example you are testing on not involve actual language predictions for the input text? [enry.GetLanguageType](https://github.com/go-enry/go-enry/blob/master/common.go#L512) receives the...
Thanks for reporting! The best way is to check the gh actions for CI automation and their logs from the last release and post here any errors/irregularities (as compared to...
CI for our releases use a [base image](https://github.com/mcuadros/go-release-action/blob/master/Dockerfile#L2) that relies an [old address for debian stretch](https://lists.debian.org/debian-devel-announce/2023/03/msg00006.html) ``` 2023-10-09T22:02:09.4817874Z #7 0.331 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.66.132...