David O'Connor

Results 304 comments of David O'Connor

Agree - unable to get either to compile to wasm target on stable. Will re-attack later.

That'd be great; didn't think it was possible. The `log!` macro's still useful for showing multiple things, and `error` for showing red text in the console, but native rust `println!`...

Nice research. Want to close this one until a later later time? I don't have any insight on how to implement.

For some context, I now do my web pages and apps in HTML, CSS, with targetted JS as required for interactions. Much faster page loading, UI interaction etc than any...

I can't comment at this time, due to not being familiar with Web Components.

Thank you for the detailed explanation

Good point - we'll add this to the readme before publishing 0.6.0

I'm getting `invalid invite`.

Found [the answer in this guide](https://rust-lang-nursery.github.io/rust-cookbook/compression/tar.html#decompress-a-tarball). I think it's worth a link/quote, or something in the examples folder.