Nikita
Nikita
Replication of issue in video: https://github.com/ardeora/solid-toast/assets/6391776/23c06701-cc03-494d-aa37-80c130d08c2a The code for above case is here: https://github.com/learn-anything/learn-anything.xyz/blob/dev/website/src/routes/profile.tsx#L84 I am not sure how to make it so the focus from `
**Describe the solution you'd like** The current logs provided by Grafbase are lacking a lot. No way to group by resolver nicely, no way to see the issues that happened...
I would like to be able to open WebSocket connections similar to the current HTTP endpoints. I thought at first I could use a library like https://github.com/websockets/ws inside the endpoint...
I want to use ChiselStrike as a sub package in [pnpm workspace](https://pnpm.io/workspaces). Issue is that when I try to run it through pnpm, I get error: ``` > [email protected] dev...
I have my database use https://www.edgedb.com as I like their query language, query builders and schema. Its built on top of Postgres too. I would love to try ChiselStrike but...
### What version of Bun is running? 0.6.14 ### What platform is your computer? Darwin 22.5.0 arm64 arm ### What steps can reproduce the bug? `bun i watcher` https://github.com/fabiospampinato/watcher with...
I have a solid start project together with solid-devtools setup here: https://github.com/nikitavoloboev/try/tree/main/solid I followed instructions here: https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#getting-started But even after following them the extension is not detecting solid for me...
The repo: https://github.com/nikitavoloboev/kuskus I am not sure what I am doing wrong.
**Problem description** I often have many tabs open: I want to be able to press something like `alt+4` and then it will instantly jump to 4th tab (`kuskus` above). **Preferred...
I ran ``` document.cookie = "LOCATOR_CUSTOM_LINK=vscode-insiders://file${projectPath}${filePath}:${line}:${column}; expires=18 Dec 2033 12:00:00 UTC; path=/"; ``` from https://github.com/infi-pc/locatorjs/issues/17 So I can open LocatorJS inside VSCode Insiders. One issue I have though is that...