Magnar Ovedal Myrtveit
Magnar Ovedal Myrtveit
There is already support for Azure OpenAI in the Python version. Support in the Node.js version would be highly appreciated!
**Name with link** Microsoft Entra ID https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id **Description** **Link to the vector file, preferably from an official source** https://learn.microsoft.com/en-us/entra/architecture/architecture-icons
For example, how can I extract all the people having `age` larger than `minAge`? ```json { "minAge": 20, "people": [ { "age": 20, "other": "foo", "name": "Bob" }, { "age":...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...
I have a rather large schema, but I would not call it extreme in any way: ```ts import { type } from "arktype"; const componentModule = type.module( { "#accordionItem": {...
# Report a bug ### 🔎 Search Terms apply is not a function ### 🧩 Context ``` System: OS: Linux 5.15 Debian GNU/Linux 12 (bookworm) 12 (bookworm) CPU: (16) x64...
### Bug description `prisma db execute --stdin` fails even though I have specified `"prisma": { "schema": "prisma/main" }` in `package.json`. I have to do `prisma db execute --stdin --schema prisma/main`....
### Describe the bug When I do `Organize Imports` in VS Code, the closing `script` tag is removed. ### Reproduction ```svelte import { Foo } from "$lib/bar.js"; {#snippet baz()} {/snippet}...
### Describe the bug The Select component has no element with `data-slot="select-value"`, so the classes towards the end of this line have no effect: https://github.com/huntabyte/shadcn-svelte/blob/453c0f887e962eb2748be1c878c05efe321ab285/docs/src/lib/registry/ui/select/select-trigger.svelte#L22 Bits UI does not have...
### Describe the bug If you have a component using Superforms, testing it with `@storybook/addon-vitest` does not work, both when running the tests on the command line and from the...