darthf1
darthf1
Is it possible to provide a typescript definition file for `@vuelidate/components`?
| Q | A | ------------- | --- | Branch? | main | Tickets | https://github.com/api-platform/core/pull/4720#issuecomment-1157502265 | License | MIT | Doc PR | Pending See comment. This PR is...
I'm unable to get the [messenger integration](https://api-platform.com/docs/core/messenger/) working with a `DELETE` operation. Would be great if I can be pointed in the right direction; I'll do a docs PR if...
### Describe the feature First mentioned here by @nikolay-zoteev and @cawa-93 in https://github.com/nuxt/framework/discussions/2271. I would like to be able to disable auto import, so I can make explicit imports from...
Images with `fit="contain"` get a black letterbox which I would like to change. ```html ``` Is it possible to change the letterbox color from black to something else?
### Version @nuxtjs/i18n: 8.0.0-alpha.0-27654621.987d743 nuxt: 3.0.0-rc.6 ### Nuxt configuration Please change to `[x]` if relevant for this issue: - [ ] Applies to a site deployed to a static server...
Hi! Great job on 0.10! Most of my tests included the `canOnlyDependOn` assertion, which I guess is removed in `0.10`. Was this done on purpose and do you maybe have...
### What would you like Renovate to be able to do? Upgrade the `pnpm` version in the `.tool-versions` file. https://github.com/jonathanmorley/asdf-pnpm ### If you have any ideas on how this should...
### Clear and concise description of the problem As a developer using Vitest, I want to specifically mark, for each test suite (for each `*.spec.ts` file), which files or imports...
Hi! I have a class in the Domain namespace, which has Doctrine's attributes for ORM mapping. My classes have the following imports: ```php