Carmelo Piccione

Results 12 issues of Carmelo Piccione

Would be excited to use the ppx_tools lib, which depends on 4.02.0 or higher. Is there a road map for upgrading the ocamljava compiler version?

enhancement

I was trying to determine how Unix and Thread are implemented. Do these modules still depend on C libraries or are they pure Java? I noticed, for instance, that some...

enhancement
documentation

I am limited by the fact that ocamljava requires all jars to be co-located in the same library folder. Could parameters be added to override this so it's resolved from...

## PR summary This PR integrates the latest api changes/improvements from [this](https://github.com/holochain/holochain-persistence/pull/18) holochain- persistence PR. The PR needs to be merged and release on crates.io *BEFORE* this PR is merged....

When running mksquashfs over a s3 fuse filesytem, s3 returned a 403 which prevented the `close` call from succeeding. However, `mksquashfs` ignored this error and acted as if the operation...

enhancement

I often (try) to use utop as an interactive shell. Eg. load some code, run some experiment, save some stuff, quit. So when I type an open quote (--> ")...

# type 'a range = {min:'a [@key 1]; max:'a [@key 2]} [@@deriving Protobuf];; _type 'a range = { min : 'a; max : 'a; } val range_from_protobuf : (Protobuf.Decoder.t ->...

enhancement

- Expose `Order_events` module in `Gemini.V1` - Fix `.ocamlinit` `#require` dependencies - Add `default` factory constructor in `Gemini.Nonce.File`

Over 70 total on gemini now, but this api only supports about 10 or so currently.

- Factor out `trade` type and reuse in both `Order.Satus.response` and `Mytrades.response`. - Add new optional `break` field to the trade type and corresponding `Break_type.t` module and type definition. -...