Milo Mighdoll
Milo Mighdoll
I was using a resource to store and update an object, but that was triggering an update on all fields on an object (and I would imagine there might be...
I was also wondering what this looks like on common projects so I tried it on the playground and there were no warnings, but that isn't a perfect test by...
For anybody that is following this issue and not on the discord, @ckissane and I developed an idea [here](https://github.com/cm-tech/solid-debugger), with a demo [here](https://solid-debugger-demo.netlify.app/)
Sure, I'll make a PR to use Typescript's `?.` operator
Update: when I enable strict mode [here](https://github.com/solidjs/solid-start/blob/main/packages/start/tsconfig.json], I get ~300 errors from `tsc --noEmit`. I've cut that down to about 56 that I'm manually working through
Just got back to this and after rebasing, it looks like you've got most of the initial errors. Only 2 files had any changes that still were valid for the...
I think we can probably close this once https://github.com/solidjs/solid-site/pull/261 gets merged, as an example of using solid-repl within SSR
One example of doing this is here: https://github.com/solidjs/solid-docs-next/pull/70, but there seems to be a vite issue blocking us and causing an error about bundling two workers at the same time:...
I would love eslint in the playground! If it would be possible to have eslint run in a worker or be bundled separately, that would be particularly awesome!
Hmm, you're right that I typically try to use the build tools to their fullest extend before adding a new step. I'm open to a package, but worried that it...