-
For now contract interfaces are defined by structures defining messages (queries/executes/migrations/instantiations) for contracts. On the one hand this seems simple, but writing contracts I found pro…
-
-
Created from the discussion in https://github.com/jorgecarleitao/arrow2/issues/1092.
A rust struct can conceptually represent either an Arrow `Struct` or an `arrow2::Chunk` (a column group). The `…
-
I wonder if `StructType` should default to `StructTypes.Struct()` since that seems to be the most common option. Then probably in more cases JSON serialization will "just work". Though maybe it will b…
-
Hey! First let me say that I love this project. Clearly a lot of thoughtful design work has been put in. Kudos to all the contributors. Sorry about the wall of text in advance.
My scenario is this:…
-
Maintainer notes:
- Blocked on https://github.com/clap-rs/clap/issues/2914 for decoupling help information gathering from formatting
- help2man can be a source of inspiration for how to integrate th…
-
### Willingness to contribute
No. I cannot contribute this feature at this time.
### Proposal Summary
I'm trying to run an MLflow pipeline in production. I want to log runs to an experiment /…
-
Hashbrown crate starts fail when running `Rust / test (ubuntu-latest, i586-unknown-linux-gnu, nightly)` with:
```
error: linking with `cc` failed: exit status: 1
```
Full log file can be found [he…
-
#692 discussed this a little, but I've begun to implement something using Midi's SysEx protocol, and would like to get some feedback on it before it gets too many eyeballs. Because it'll be supported …
-
We're starting to investigate a couple of related language changes around tuples, pattern matching, and destructuring. These features touch on other things like "data classes", so I wanted to kick thi…