Erick

Results 8 issues of Erick

Lets say i have a hook file with a state in it. `useAppState.ts` ```` export const state = proxy({ isLocked: false, }); export const useAppState = () => { const...

Using flatten promise on idb `put` works, but not working on idb `transaction`, perhaps because `transaction` has 2 declarations? Screenshot idb transaction If i use idb directly there is no...

bug
help wanted

I have tsconfig using references like: ``` { "files": [], "references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }], } ``` However shadcn cli doesn't check reference path to look...

Stale

**What is the current behavior?** ```` const [state, copyToClipboard] = useCopyToClipboard(); function handleClick() { copyToClipboard('hello world') } ```` calling `copyToClipboard` changed the state, but it doesn't really change the actual...

```` node_modules/@trigger.dev/core-backend/dist/index.mjs (2:9): "env" is not exported by "node_modules/vite-plugin-node-polyfills/shims/process/dist/index.js", imported by "node_modules/@trigger.dev/core-backend/dist/index.mjs" ```` ```` nodePolyfills({ include: ["buffer", "process"], globals: { Buffer: true, process: true, }, }), ```` Code that trigger...

In next.js we have `generateStaticParams` How to do it in remix? because the example works only in dev mode, while deploying on the server it shows 404 on dynamic routes...

It also seems now layout only read the first array only? i cannot add multiple layout. when i click the layout button in toolbar, it always make two columns, there...

It would be nice if the text is selectable, similar to the ChatGPT app, to enable users to easily copy text from the view. Is this already on the plan...

enhancement