David Marr
David Marr
### Environment - Operating System: Linux - Node Version: v18.20.3 - Nuxt Version: 3.13.2 - CLI Version: 3.13.2 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...
### Reproduction https://stackblitz.com/edit/ygd2zhbm?file=src%2FApp.vue ### Describe the bug Rendering objects with autoform has some issues. 1. The `label` and `description` properties of the field-config object do not change how the field...
### Reproduction https://gist.github.com/marr/fd74158b1ce07b299584520eb01f01fd ### Describe the bug The z.enum type appears to not resolve correctly when using preprocess. The value set in initialValues should be resolved to whatever is returned...
### Reproduction https://gist.github.com/marr/4c2485976a8d067cd13654cd11ed3e5a ### Describe the bug When Toggling a fields REQUIRES dependency, the form state fails to enforce the required value. I read the documentation about making the field...
[Feature]: Add a function for ComboBox to allow finding default form value in list of option objects
### Describe the feature Currently, when trying to use the ComboBox with a form, there is a missing use case. A form that wants to track a simple schema like...
I am unable to install the config inspector package with deno. I try doing `deno add npm:@eslint/config-inspector` and receive the error message: ``` error: Can't set up '@eslint/config-inspector' bin at...
When generating typescript-zod output from json-schema, quicktype includes `additionalProperties` values in the generated typescript. ## Issue Type quicktype io ## Context (Environment, Version, Language) mac osx/cli Input Format: JSON Schema...
Auth0 supports organizations in their logins. See https://auth0.com/docs/manage-users/organizations/configure-organizations/enable-connections Is this supported with the current provider? I didn't see an option to specify organization when configuring the route handler.
I have been seeing errors consistently when trying to interact with the chat ui. I have tried both logged in and not - the response from the _chats_ endpoint is...
I have a mac keyboard and I'm trying to remap command-s to ctrl-s. I am running arch (omarchy) and want the cmd-s to save in my zed editor. Thank you