Tom Locke
Tom Locke
### Issue description or question I'm still seeing a bunch of issues with Vitest. I was thinking they might be related to the one I reported yesterday but I'm still...
My app uses SolidJS, which means a lot of my state has Solid's dependency tracking attached, i.e. the `Symbol(...)` fields here:  It's a lot of visual noise. It would...
What is the boolean returned from the reducer for? I figured returning false would mean something like "nothing happened". I have an autocomplete menu that is only valid in some...
I recently switched to using snabbdom to efficiently update the page preview in a web builder I'm working on. The HTML contains Tailwind classes, e.g.`class='block my-2 rounded bg-[#A31F24] text-white px-3...
Thanks for dispatch-map -- I needed it in a cljs project so I ported it, including the tests. The underlying implementation works unchanged, but the deftype is quite different. I've...
Running optimus inside Datomic Ions, I was getting an exception "zip file is empty". With this patch, get-jar-paths returns [] if there is any problem opening the zip file. If...
### 📚 Subject area/topic /solid-router/getting-started/component.mdx ### 📋 Page(s) affected (or suggested, for new content) https://docs.solidjs.com/solid-router/getting-started/component ### 📋 Description of content that is out-of-date or incorrect This page contains the sample...
This might be related to #60 - I'm also using vitest. The following test fails: ```js import { render, screen} from '@solidjs/testing-library' import { Route, Router } from "@solidjs/router" test.only('render...
### Describe the bug ```js const [,setStore] = makePersisted(createStore({a: 1}), {name: 'x'}) setStore({a: 2}) // trigger storage (because initial values are not persisted) const [store2, setStore2] = makePersisted(createStore({a: 1, b:...
There's an issue for the upstream here: https://github.com/remcohaszing/monaco-tailwindcss/issues/96