mitchmindtree
mitchmindtree
This would rasterise in a much nicer manner when zooming in and out. This is more of a nicety than a necessity. Could possibly use [nsvg](https://crates.io/crates/nsvg), however it does bind...
It looks like this might only be happening while testing on linux due to ALSA's need for exclusive access to the current audio output device, however writing this up just...
This way a user could first describe the set of installations that will exist within the exhibition. Then when creating speakers, each speaker could be assigned to one or more...
It would be useful to have some way of monitoring the activity on a pair of speakers using a stereo monitoring send. Perhaps this could be done with an Audio...
Need to setup a way of communicating with Melbourne Museum's nodel network. [nodel.io](http://nodel.io/)
This could be used in combination with `--dry-run` to output a transaction to file rather than deploying or running directly. This would be useful for creating transactions that can be...
Currently, `forc-client` provides basic support for: - deploying contracts (`forc deploy`) and - running scripts (`forc run`) However, there's no way to **call** a deployed contract's ABI method (other than...
## Predicates My understanding of the way predicates work is still a little fuzzy, but I believe the essence is this: 1. **Predicates have addresses.** - Basically, the hash of...
The following is a proposed design around decentralised package hosting and registration for `forc`. # Goal The aim is to provide a user experience akin to Cargo’s package registry in...
Purely for discoverability, it would be useful if users could "announce" their custom `forc` plugins to some centralized, searchable site. We likely shouldn't take on the responsibility of *hosting* the...