stevenwdv
stevenwdv
@ maintainers?
Ah ok. It's just that it feels silly to put null checks or e.g. `?? new[]{}` (or `""`) everywhere when things can never be null. It just makes code a...
Would be nice to have, as this add-on breaks https://developercommunity.visualstudio.com/ because it crashes while trying to parse the MathJax cookie
Hi! Apparently the issue occurs when using `iterate` with `where` + `order_by`, not with only one: ```c++ #include #include #include // v1.9 struct Person { std::string name; bool dead{}; };...
@mikefarah I think this can be closed now?
Ah I guess output capturing also doesn't work with `-sPROXY_TO_WORKER`, I'll broaden the issue
Btw, I needed to add `-sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='$addOnExit'` to get output capturing to work without `-sPROXY_TO_WORKER`. Is that normal? I don't see it in the [docs](https://emscripten.org/docs/compiling/Running-html-files-with-emrun.html).
@sbc100 Fair enough. Since eventually we'll not be using the default HTML shell, we'll probably ditch the `-sPROXY_TO_WORKER` flag anyway in a bit. Edit: Wait I thought `PROXY_TO_WORKER` was required...
For me the sync just stopped working, even though I was already logged in. I love this app but only now realize that it's unmaintained... :( And I can't easily...
Wait, this actually doesn't fix `explode(.)` yet. Converting to draft for now, I'll do that later.