Sævar Berg
Sævar Berg
Hi. In the pursuit of proper type safety, my auth context essentially has the type ` { user?: User }`, because I have protected and unprotected resolvers, and in the...
Hi. I was trying to go for a minimal example and did so by kind of jumping around in the docs on jinaga.com. I just wanted to construct a totally...
**Describe the bug** Currently, yarn.lock is gitignore, which it shouldn't. In my fork, which I originally made a few months ago, a lockfile was created automatically. Updating the fork to...
**Describe the bug** When I created my fork to add some new tools and extensions, I ran into issues with the build process not picking up my changes. This turned...
## Problem After starting or restarting awesome, and clicking the CPU widget, the popup gets placed off screen when using multiple monitors(or even when using a small xephyr window), but...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Given two `tsconfig.json` files as follows ```json // foo/tsconfig.json { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { ... "paths": { "~/*": ["src/*"] } }, ... } // service/tsconfig.json { "$schema": "https://json.schemastore.org/tsconfig", "extends": "foo/tsconfig.json",...
**Describe the bug** I'm trying to recreate a basic RAG flow using Pinecone and OpenAI and something seems to be broken. Trying to use `VectorStoreAgent` results in a build error(the...
Currently, `drizzle-zod` excepts any column that has a `dataType` as `"array"` to be an array that also has a `baseColumn`. This turns out to not be true for types such...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...