Jack Zhao

Results 44 comments of Jack Zhao

I don't really see this as a blocker for anyone. Having an extra file isn't ideal but it's pretty minimal by itself.

To be clear I closed issue because there were some confusion as to what this file was used for and I provided an explanation. I understand the frustration that having...

This is not something we are prioritizing right now, especially given the impact is non-functional (ie not a blocker). We have tons of larger things to deal with in 3.0.2,...

@devuxer You are right that no other CRA generated files does this. However, it is very non obvious what this file does, and removing it will cause type error. So...

While this is a very reasonable proposal, it won't work for all the projects created up to this point (they won't have this comment). We'd have to either tack the...

Since we have a `Host` global, would it make sense to use a similar approach instead of "extism:host"? Like `HostCall.host_func1` or `HostCall.host_func2`? I also peeked at other PDKs, they are...

right now we can install a single package and hope the right version is provided, like: webr::install("ggplot2") is there a way to specify a version too? https://repo.r-wasm.org/bin/emscripten/contrib/4.3/ggplot2_3.4.4.tgz https://repo.r-wasm.org/bin/emscripten/contrib/4.3/ggplot2_3.4.3.tgz are both...

Thank you. As an aside I got plotly charts to work by using `plotly_json` to grab the json and pass it to Plotly.js It would be nice if webR supports...

Safari "This helped me catch a CSS bug that I would otherwise probably never catch." Just curious what the issue is and how you caught it? Normally we write tests...