Reto

Results 33 comments of Reto

@lukesteensen it's definitely nice being able to use wildcard for input suffixes, but I wouldn't say it solves this problem. I still cannot use a single input for tests (in...

It seems the timer of the BulkWriter needs to be stopped, so the program can end. Before doing that the BulkWriter should be flushed, so all messages are sent to...

> The server rendering part is easy, it can just render to a string, or use jsdom. Good idea to run the wasm program in NodeJS instead of a real...

The main reason for me to use SSR would be to have a fast "first meaningful paint" on the client side. I did some benchmarks with a demo application on...

Here's a demo for rendering a rust-dominator app in NodeJS using _jsdom_: https://gitlab.com/njam/rust-dominator-ssr-jsdom How it works 1. The `src/` folder contains a simple WebAssembly application that displays a counter which...

Hm, the tests are using `DomBuilder`, but `html!` is creating `Dom`. I've now replaced `DomBuilder::new(create_element_ns(...))` with `DomBuilder::new_html(...)`, does that make sense?

btw, how are you running the tests? :D I tried running tests with "wasm-bindgen-test" in Chrome, and got 3/6 failing tests.

@sirkkalap is this still an issue? If so could provide the output of both: ``` ping vagrant.f8 ``` and ``` dig vagrant.f8 ``` ?

I agree it would simplify many things. We just need `sudo` then I guess? About binding to another IP. I understand the current way of resolving from inside virtualbox VMs...

Ok makes sense! Maybe we could do the port 53 binding _additionally_ to keep it backward compatible.