Josh Pollock
Josh Pollock
**Is your feature request related to a problem? Please describe.** Getting parse errors from Monaco requires access to the markers via the `onDidChangeMarkers` callback. This is important for e.g. the...
Parse errors currently come from the jsonc parser, and we don't have access to parse warnings for trailing commas or comments so they don't show up in the log. This...
The spectral embedding step of UMAP is really really slow. I experimented with replacing UMAP's typical spectral embedding step with the Variational Nystrom approximation: http://proceedings.mlr.press/v48/vladymyrov16.pdf. My results show that (at...
## What kind of change does this pull request introduce? Bug fix ## What is the current behavior? The current Solid template fails to run correctly: https://sandpack.codesandbox.io/docs/getting-started/usage ``` Something went...
Hello! Thanks so much for creating this project. It's really great. I'm aware that MDsveX doesn't _officially_ support TS. e.g. https://github.com/pngwn/MDsveX/issues/277#issuecomment-1013644865 However, I can use MDsveX and TypeScript just fine...
Hi! I'm really excited about the project and the UI was working for a while but it seems like some state got corrupted somewhere, because all of a sudden I...
Hi! I really love this library and want to use it to make a version of my Solid library that works natively in React. However, I'm having trouble reproducing the...