Cedric Hutchings

Results 21 issues of Cedric Hutchings

There are lots of other projects written in Elm that may benefit from having a code editor implementation in Elm instead of having to rely on JS dependencies. Is there...

When I run `cargo web start` in my project's Cargo workspace, I get: `error: no default package; you can specify a crate to use with the `-p` argument` `cargo web...

This was fun, lots of bug smashing! Many thanks to groves on the gfx-rs team; wouldn't have been able to do it without his help. There's still some code in...

I'm working on a PR for this. Right now I'm caught up on set_sub_data issues (they removed the method! how could they!)

For the interop lib I'm making right now, sometimes I want to effectively pass a mutable reference to Dyon from Rust. This is a bit more ergonomic than having to...

If you call a Dyon function that returns a closure, how can one call this closure from Rust later? I've looked around in the docs and I've found CallClosure, and...

Hello! Recently I've been learning Dyon, and while it's mostly a fairly smooth process, I noticed a few small bumps along the way that I figure could be ironed out....

These are all of the changes I need to provide a nice UIPlugin system. This PR removes over twice as much code as it adds, since you said you were...

Hi zesterer! You wanted to know what parts of Forge would be most important for a user to have, so here's an example Forge script I'd like to write a...

That example would be a really great jumping off point, but I'm not sure which permissions I need to give it. Right now I'm giving it: `channels:history, channels:read, chat:write:user, im:history,...