genotrance
genotrance
Just tried installing `arraymancer` which tried to install this package. Doesn't work with Nim @ #head. ``` # Windows Downloading https://github.com/unicredit/nimcl using git Error: unhandled exception: The process cannot access...
Running a basic alpine docker image: ``` # docker run -it --rm alpine # apk add curl grep bash # curl https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh -o ~/.bash-preexec.sh # bash
Using latest textadept and textadept-nim, when I try to open a nim file, it takes a long time to load. 4kb file = 15 seconds 12kb file = 40 seconds...
See [xmldom](https://nimble.directory/pkg/xmldom) or [treesitter](https://nimble.directory/pkg/treesitter) for examples. Package URL for treesitter is https://github.com/genotrance/nimtreesitter?subdir=treesitter.
### Describe the bug usearch is crashing Python script on adding embeddings to the database. Last working version on Windows is v2.12. Crash is seen since 2.13+ to the latest...
Auditwheel supports `--strip` to reduce the binary size of the included libraries - hoping for something similar if feasible for delocate-wheel.
If PAC URL does not resolve or fails for any reason. ``` Traceback (most recent call last): File "/usr/local/lib/python3.13/socketserver.py", line 697, in process_request_thread self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/socketserver.py", line 362,...
It will be great to support Codeium enterprise. https://github.com/Exafunction/codeium.nvim has a good reference implementation.
``` > ls -l /home/user/mnt ... onedrive -> /mnt/c/Users/UserName/OneDrive ... > zoxide edit ... SCORE PATH 1.0 /home/user/mnt/onedrive/docs > z docs -bash: cd: $'/home/user/mnt/onedrive/docs\r': No such file or directory ```...