Trevor Settles
Trevor Settles
I'm not sure where to post this, but I think it could be helpful here. I am new to rust, so I am not 100% proficient with it, but I...
## Bevy version 0.9.0 ## \[Optional\] Relevant system information MacOS version: 13.0.1 (22A400) Intel i7 (not M1/M2) Rust version: `rustc 1.65.0 (897e37553 2022-11-02)` ## What you did I found this...
Currently, shell commands only run after cargo commands run successfully. I'd also like to be able to run a different shell command on cargo command failures. My use case is...
I've found it a bit tricky to understand the primitives of the parser. My goal here is to add some examples for new people to have a decent, self-contained place...
This is my attempt at updating Encoding/Decoding to be better. [Zulip chat](https://roc.zulipchat.com/#narrow/stream/304641-ideas/topic/Revamped.20Encode.20and.20Decode)
### What are you trying to do? This isn't quite a feature request, but a request for better examples. I'm using the Rust sdk, as I want to use dagger...
Relates to [roc-lang/roc PR](https://github.com/roc-lang/roc/pull/6846). I tried build the platform on my machine with `./glue.sh`, but I don't have `platform/main-glue.roc`, so I'm not quiet sure what to do about that...
# Starting AccessKit Integration This PR is to mainly judge the feasibility of integrating accesskit. It is now at a state where the [counter example](examples/counter) works on MacOs with VoiceOver....