Xavier Loh

Results 5 issues of Xavier Loh

### Describe the bug Like #1007, `createResource` also does not correctly handle falsy errors. ### Your Example Website or App https://playground.solidjs.com/?hash=-1153565294&version=1.4.1 ### Steps to Reproduce the Bug or Issue -...

bug

## Summary This makes it so that: ```ts const [store, setStore] = createStore([{ a: 1 }, { b: 2 }]); setStore(0, "a", 1); // currently error, now ok ``` Which...

As requested by @anarkrypto and @PlasmaPower, added `getWorkDifficulty` and `getDifficultyMultiplier` to which return a work's difficulty and a difficulty's multiplier relative to a threshold, and a few related tests. I'm...

### Describe the bug `defineProperties` is not typed in a way that allows only custom properties with no `CSSProperties`. For instance, the example given in #461 (this is what is...

pending triage

Figure out how to add automated testing and do it.