Magnar Ovedal Myrtveit
Magnar Ovedal Myrtveit
### What happened? I get an error when trying to set Azure Key Vault as secrets provider for my stack: ```sh error: secrets (code=Unknown): DefaultAzureCredential authentication failed GET http://169.254.169.254/metadata/identity/oauth2/token --------------------------------------------------------------------------------...
Is there a way to get human-readable errors? For example, instead of `#/properties/message/minLength`, something like `String must contain at least 1 character(s)`. This would be very helpful when using this...
The `lint` funciton expects a variable of type `Schema` as input. As I understand it, if the input is already a `Schema` it is already a valid JSON Schema, and...
On npm.js, there is a new library [`webm-duration-fix-buffer`](https://www.npmjs.com/package/webm-duration-fix-buffer?activeTab=readme). It links to this repo, but the code base is slightly different. The differences I've found are: 1. `webm-duration-fix-buffer` does not have...
When the card has a header, the spacing between the header and the content should not be doubled. But when the card has no header, it should have a top...
With [`exactOptionalPropertyTypes`](https://www.typescriptlang.org/tsconfig/#exactOptionalPropertyTypes) enabled, optional properties cannot be `undefined` unless explicitly allowed. This commit explicitly allows optional properties to be `undefined`, making melt-ui usable in projects with `exactOptionalPropertyTypes` enabled. The issue...
### Describe the problem By default, or when using the `local` modifier, transitions only play on elements when their direct containing block is added or removed. With the `global` modifier,...
### 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...
### Describe the bug The the page contains an element with a transition, the dropdown menu does not close when clicking a dropdown item. The transition is run, and the...
### Describe the bug When destructuring a function out of a function argument, for example like this: ```ts // `resolve` is a function that is destructured out of the function...