Daniel Reverri

Results 3 issues of Daniel Reverri

RFC8252 recommends using the loopback ip instead of localhost: https://datatracker.ietf.org/doc/html/rfc8252#section-8.3 Also, bind to an automatically chosen port rather than a fixed port.

enhancement
help wanted

I had a use case that required the pubsub message id in a downstream process and thought it might be useful to others.

I'm getting the following error when trying to read a LanceDB table with Datafusion: ```bash [2024-12-20T19:10:11Z WARN lance::dataset::write::insert] No existing dataset at /lance-dataset/data/sample-lancedb/my_table.lance, it will be created Traceback (most recent...

good first issue