-
Thanks for filing a feature request! Please fill out the TODOs below.
#### Feature
Hello, I need to access the imported memory inside a functions, then I realized the Caller only show exports, n…
-
I'd love to use it, but GenKillBits doesn't appear to exist anymore, among other things...
-
We can use the "[typestate pattern]" to enforce authentication at compile time. To do this, we can make the `ListenBrainz` type generic over authentication status using a marker trait (eg. `AuthStatus…
-
Having the machine export diagrams is a feature useful as documentation but also as a debugging tool. Allowing the macro to export diagrams before verification would help debugging
-
In this example
```rust
let client = reqwest::blocking::Client::new();
client.post(url).body("hello").body("world").send().unwrap();
```
the client will post with a body of just "world".
…
-
Hi everyone!
We are using Hollow for a while and we came across an issue (related to our use-case) that we hope we just solved, but we'd like to add it to the upstream as well, so that others could…
-
Mostly found from `rg expect src | rg -v 'self.expect' | rg -v expected`:
### Fixed by type system changes
- [x] ~~`t.is_assignment_operator()` implies `t.without_assignment()` is an `Ok` varian…
-
## features
- [ ] tensor fusion/multivariate functions
- [ ] impure functions (`&` and `&mut`)
- [ ] assess what to pack into kernel typestate w/ traits
- e.g., dims, rank, crate metadata, compi…
-
When I had this trait for transitions relating to my `Opened` state everything worked as expected with the `new` function making `Opened` the start state.
```rust
pub trait Opened {
fn new() …
mx00s updated
2 years ago
-
We recently introduced [this naming convention](https://github.com/cosmos/ibc-rs/blob/f8bc0335b298348e170089d97cb5790d635a66ad/crates/ibc/src/core/mod.rs#L4-L20) in the handshakes to facilitate unders…