Jeremy Maitin-Shepard

Results 504 comments of Jeremy Maitin-Shepard

I just pushed a new version to this branch https://github.com/jbms/tensorstore/tree/add-minizip-ng I had forgotten to specify `hdrs` and `strip_include_prefix`.

You need to add "@minizip_ng//:minizip_ng" to the `deps` list of the specific target (see the BUILD file) in order for it to be available.

The minizip_ng.BUILD.bazel file needed to be updated to add the bzip2 and lzma dependencies. I pushed an updated version.

Great that you have an initial working version --- I know the tensorstore codebase is rather complicated. A few high-level comments: - We would want a zip driver in tensorstore...

The key missing piece for us to be able to accept it as a contribution is for it to work with any base kvstore, rather than accessing the filesystem directly...

I do think "zip" support is a very useful addition to tensorstore, and I'm sure many other users would also make use of it. But a key design principle of...

I've built a prototype implementation of code splitting with lazy async loading for rust wasm32-unknown-unknown. See https://github.com/rustwasm/wasm-bindgen/issues/3939

Indeed I haven't had a chance to maintain these for a while. Regarding Anthem, last I checked, if you leave credentials commented out and do the login entirely manually, it...

I think your feature request is reasonable. Another option to consider would be to define a bean query that finds transactions without a receipt. That might be a simpler way...

Another way this can be accomplished currently is to use "Shift+Enter" to accept a candidate but immediately focus it in the editor view for editing. Then you can edit the...