Juan Carlos

Results 49 issues of Juan Carlos

```console $ nimble refresh Downloading Official package list Success Package list downloaded. $ nimble install chroma Downloading https://github.com/treeform/chroma using git Verifying dependencies for [email protected] Installing [email protected] Prompt: [email protected] already exists....

Looks like an HTTP REST JSON API should work for JavaScript targets too.

Link in readme gives 404 https://nimdocs.com/treeform/googleapi/googleapi.html

https://www.euantorano.co.uk/posts/nim-with-c-sharp-net Also should work for F Sharp too (?).

Would be great to have an Example that actually does something, all the readme *hints* is: > Most of the code is boilerplate- have a look at the next procedure...

## What kind of change does this PR introduce? - Fix https://github.com/supabase-community/supabase-py/issues/830 The user who reported it already closed it (by using a workaround), but the fix still applies and...

## What kind of change does this PR introduce? - Enable HTTP2 when available.

https://github.com/nim-lang/Nim/issues/24011#issuecomment-2308539033 https://github.com/nim-lang/Nim/actions/runs/10541540508/job/29207394856#step:4:106 ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD. ``` #!/bin/bash export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.6...

bug

## What kind of change does this PR introduce? - Resumable uploads feature.