comunidadio
comunidadio
Is there any support for columnar compression like Gorilla or even simple deltas for timestamp? The documentation does not seem to mention this so I assume not, is that even...
Experienced very weird bug with routine that does reuse to avoid allocations. It appears reusing by SetFloat worked fine all along, but reusing by SetString breaks. Managed to assemble minimal...
```go type ExampleRow struct { SnapshotTimestamp *time.Time `parquet:"snapshotTimestamp,timestamp(millisecond),optional"` } ``` When using GenericWriter[ExampleRow].Write, it panics with: ``` panic: timestamp is an invalid parquet tag: snapshotTimestamp *time.Time [timestamp] goroutine 18 [running]:...
# Clarification and motivation My go-to cache library for Go so far has been bluele/gcache - probably much less performant than many other alternatives but it has a very handy...
### What version of Hono are you using? 4.3.3 ### What runtime/platform is your app running on? Bun ### What steps can reproduce the bug? I want to use executionCtx.waitUntil...
The "empty request" trick to preload a model does not currently work for embedding models. Source: https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-preload-a-model-into-ollama-to-get-faster-response-times and #2431 ``` $ curl http://localhost:11434/api/embed -d '{"model": "all-minilm:latest"}' {"error":"invalid input type"}% ```...