comunidadio
comunidadio
FYI Dgraph recently posted an article explaining some details of their implementation https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/
Got the same issue on Optimism pool page. High CPU usage. Very unresponsive UI when changing range low or high.
This would be so useful API to have out-of-the-box, like in the browser.
+1 It would be great to have official arm64 builds available as the architecture is getting more popular, both for development (recent Macbooks) and for servers (graviton etc).
Looks like unmerged PR at https://github.com/segmentio/parquet-go/pull/472 could allow a workaround - tho not using *time.Time directly but *int64.
Could be related to #185 - something's wrong with reusing decimal.Big from strings.
As a workaround to allow reuse, calling SetUint64(0) before the second call to SetString makes it work as expected. Checking the SetString implementation, it looks like it shall reset some...
Would be nice to have. For the slight performance improvement but even more so for the security (simpler permission model and no port open)
Can workaround for now using deprecated /embeddings endpoint: ``` $ curl http://localhost:11434/api/embeddings -d '{"model": "all-minilm:latest"}' {"embedding":[]}% ``` Also looks like ollama-js typings need to be updated for this, input/prompt is...
Thanks for sharing the workaround @StarpTech, needed the Conn for something else and this made the trick. Did you manage to use epoller with the library in the end? I'm...