bigmistqke
bigmistqke
## Bug description lookup of keys in union-types result in invalid zod-code. ## Input ```ts type Union= [{id: "string"}, {id: 0}] type Id = Union["id"] ``` ## Output ```ts import...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When trying to import `@tensorflow/tfjs-node`...
On mobile (android, brave) with graphs like these, when I would press another tab the nodes would get into the right position, but the graphline would sometimes not update accordingly.
I get the following error `Invalid option in build() call: "watch"` when trying to `npm run build`. complete error: ``` /Users/bigmistqke/Documents/GitHub/solid-triangle/node_modules/esbuild/lib/main.js:255:12: 255 │ throw new Error(`Invalid option ${where}: ${quote(key)}`); ╵...
Implementation of proxy-based threejs renderer, based on the exploration done in the [zustand-to-store](https://github.com/solidjs-community/solid-three/pull/12) branch. This branch deviates from the previous goal of staying close to r3f's codebase in favor of...
This branch continues the `context-and-proxies`-branch from @vorth in which he took the proxy-implementation from @nksaraf `solid-three-chess` branch of `react-three-fiber`. This branch' intention is to remove all the dependencies and artefacts...
Using context with `jsx-tokenizer` can be [quite painful](https://github.com/solidjs-community/solid-primitives/tree/main/packages/jsx-tokenizer#usage-with-context-api). To remedy this I have been using a utility-function `withContext` in my side-project [solid-canvas](https://github.com/bigmistqke/solid-canvas) [(see)](https://github.com/bigmistqke/solid-canvas/blob/main/src/utils/withContext.tsx). I modified this function into `withContext` and...
### Describe the bug ```tsx // binding.ts export function binding(element){ } // this_does_not_work.ts import {binding} from "./binding" import {render} from "solid-js/web" render(() => , document.body) ``` If you run this...
### Describe the bug When setting the value of a textarea with a static string, it does not set the property, while if you set the value while calling a...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When editing `app.tsx` the website...