Jack Zhao

Results 13 issues of Jack Zhao

Would yarn workspaces work with this rule? I was playing around with 0.10.0 recently but didn't get very far in trying to setup yarn_install. Would a future version support this?

enhancement
question/docs
need: investigation

fixes #179 https://codesandbox.io/s/dawn-haze-ey1k3v?file=/demo/package.json

**Describe the bug** Repo: https://github.com/bugzpodder/example-python I have a source root in /helloworld/ and a pyproject.toml there. (I also tested without source roots, and pants + pyright worked with no issues)...

bug

I was playing around with my local jupyterhub and couldn't get jupyter-ui to work. It seems that from https://jupyter-ui.datalayer.tech/docs/deployments/jupyterhub/ this is not currently supported?

documentation
feature

repo: https://bugzpodder.pyscriptapps.com/webr-error/latest/ R code ``` library(plotly) g

bug

``` library(ggplot2) ggplot(df, aes(x=activity_mean, y=concentration)) + geom_point() ``` takes 15 seconds. Change ggplot2 to library(plotly) takes 30 seconds to run. Cache is enabled and plotly is loaded via disk cache

feature

https://repo.r-wasm.org/ shows a spinner for a long time

feature

Not sure if it's doable but it would be great to have a bit more stack trace or even just the line number from error messages thrown by evalR

feature

When using serviceworkers WebR has issues processing multiple requests concurrently. This is not an issue when crossOriginIsolated = true. I had to use a [workaround](https://github.com/r-wasm/webr/issues/255#issuecomment-1691677649) to get multiple code blocks...

bug

### Related issue Fixes # ### Description `yarn install` is for installing existing packages, `yarn add` is for adding a new package. ### Checklist - [x] I have updated the...