UltimateGG

Results 10 comments of UltimateGG

Can anyone confirm this is no longer working? As Kurt mentioned the API seems to work, I'm about to run it later see if they actually can be purchased. If...

Ah so apparently removing the checkForChatPatterns function fixes this, but the problem is I need that to check for certain messages. Ok I just added a if statement to check...

~~Fix to be just wrapping the spinner and children in a fragment.~~ Edit: Nevermind, the styles break as it cant pass them to a fragment Okay, heres my absurdly hacky...

Works and only re-renders the field it needs to, but after submit it seems to revert and starts re-rendering every field each time you type. Anyone else getting this?

Here is CSB: https://codesandbox.io/p/devbox/shadcn-ui-vite-forked-84ysks I applied the same changes as in the PR to form.tsx, added a console.log in the label.tsx so we can see when labels render. 1. Open...

Just posting this here incase anyone is trying to get Elastic working with Bun and having `unable to verify the first certificate`. After lots of digging I found how to...

This is not just for multer, just tested and its when an inner function throws an unhandled rejection. ```typescript app.get('/async', async (req: Request, res: Response) => { async function test()...

Did you ever fix this? I assume by npm build you are compiling a TypeScript project?

The issue is `value` not being in the dependency array for the useMemo of selectedItemId: https://github.com/pacocoursey/cmdk/blob/13f11c4f918cb4f7eb6254b4087a9cc83928b503/cmdk/src/index.tsx#L790C1-L790C9 I'd make a pull request but there is still some problems: - To read...

In the options without VMTools it says for 3d graphics acceleration you need vmtools. Could this be why it is so slow? It says VMTools installs a graphics driver maybe...