Jeremias Weber

Results 7 comments of Jeremias Weber

I'd like to build webapps that also run on desktop with Rust compiled to WASM and maybe vue.js client-side and preferably something like Rocket server-side. Would this be possible with...

Just ran into this problem in a project. Would be cool if the fix in #184 could be merged soon.

I've implemented a representer in zig by using a modified version of [std/zig/render.zig](https://github.com/ziglang/zig/blob/master/lib/std/zig/render.zig) and I'd like to contribute it. You can have a look at it here: https://github.com/jelemux/zig-representer It implements...

I agree that the spec should define how this is handled. However, this would be a breaking change. Maybe we could take a look how the implementations handle this. If...

> @jelemux Do you like to extend this PR accoringly? Yes. > @jelemux Can you please fix the conflicts? Thanks! And yes, will do. I'll try to find time for...

Looks like a good idea to me. As for the solution, from what @jansupol wrote, I'm guessing option 2 would be our best option. I imagine it somewhat like this:...