Devin Smith

Results 190 comments of Devin Smith

It would be great if binary wheels were distributed on PyPi. I see that binary formats are distributed on anaconda.

Throwing this in the mix https://github.com/mozilla/rkv . Not that it necessarily relates to the original issue of merging with other libraries, but might be relevant as a point of comparison/learnings....

Sorry; I think there was a recent PR that merged that fixed this issue. On the latest (1.7.0) things are working now. Thanks.

I ran into this issue just now. It seems like the the `-profile` flag is not working for me, and it was falling back to the "default" profile. I'm not...

@alvaro1728, it looks like the container failed to start. It might be that there was a port conflict, or some other issue. Can you run: ```sh.ll docker run \ --rm...

I've created a follow-up issue to improve the container startup error handling, https://github.com/devinrsmith/deephaven-parquet-viewer/issues/10

Thanks for the report @luisyng - in this case, the parquet file appears to have a nested structure (`meta/versionId` and `meta/lastUpdated`). Unfortunately, we don't currently have support for nested structures....

Adding comment to trigger activity. Hoping project member can take a look. Thanks!

Is there an easy way to get a docker image for an outstanding PR? I see https://github.com/envoyproxy/envoy/tree/main/ci#ubuntu-envoy-image, but it looks like [envoyproxy/envoy-build-ubuntu](https://hub.docker.com/r/envoyproxy/envoy-build-ubuntu/) hasn't been updated recently.

Failing with: ``` > Task :py-client-ticking:pyClientTickingWheel-cp310-cp310Run FAILED from pkg_resources import parse_version src/pydeephaven_ticking/_core.cpp:1283:10: fatal error: deephaven/dhcore/chunk/chunk.h: No such file or directory 1283 | #include "deephaven/dhcore/chunk/chunk.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command...