Milan Raj

Results 128 comments of Milan Raj

@chrisdholt we've been having good success with the changes from #6779 so I think that resolves this issue, i.e. fixed in `@microsoft/[email protected]`

Ended up doing a similar thing to decrease test run-time where the overhead of adding and removing elements repeatedly was getting really high. Our change intercepts clean-up in beforeAll and...

We'd like to host blazor wasm apps on GitHub Pages (not at the root) and it looks like the lack of hash based routing makes that difficult.

> @rajsite I would recommend using the default routing, and only use hash routing if you can't avoid it. I guess we can't use hash routing atm anyway. You can...

> It doesn't look like Angular Elements emit "capture phase" events (there really isn't such a thing), they're just emitting non-bubbling events. Fair enough, I should have spoke more precisely,...

I think I better understand what you are describing. > it might make sense to have a test to see if event delegation interferes with non-bubbling events > If a...

What happens for version resolution failures? ie: ``` depA@1 -> depC@>=3 depB@1 -> depC@

I'm arguing as a module author an important constraint I need to express is of being a singleton (the plugin system use-case). I'm re-iterating it because the response doesn't acknowledge...

Looks like via the WASI preview 1 layer it wouldn't really be possible today: https://github.com/WebAssembly/WASI/issues/42 What's doable today would be forwarding over telnet / ssh etc: https://github.com/WebAssembly/WASI/issues/161#issuecomment-559610967 But with WASI...

Reason I was thinking a tty isn't available was when running: ``` ./c2w docker/doodle:halloween halloween.wasm wasmtime halloween.wasm ``` I get the following error: ``` panic: exec: "infocmp": executable file not...