Reinier Kaper
Reinier Kaper
Hey, Can you please document your list of error codes? We're struggling figuring out what's going on, as both errors and warnings seem to throw code 1, whereas scss-lint itself...
### [REQUIRED] Environment - Browser version: N/A (Node) - Alchemy SDK version: 2.2.3 ### [REQUIRED] Describe the problem The docs for `getNft` (renamed `getNftsForOwner`) show that, when metadata is enabled,...
### Reporting a bug? The following code throws an error in webpack, even though this is totally valid YAML. It's making it difficult to move translations into their own yaml...
### Reporting a bug? Consider the following two function calls: `locationName(named('pointOfInterest'), false)` `locationName({ pointOfInterest: named('pointOfInterest'), includeParent: false })` With origin2: ```ts export const locationName = ({ pointOfInterest, includeParent, abbreviatedParent =...
I'm having issues getting types to work with this Nuxt 3 module and plugins. Whenever `$device` is accessed from `nuxtApp`, there are no types defined. Plugins allow you to extend...
The docs say that `@input` emits the number and the phoneObject, but it only emits the number.
~~Everything works fine with `@nuxt/eslint-config`, but as soon as you swap it out for `@nuxt/eslint-config-typescript`, eslint will tell you that it can't find `@nuxt/eslint-config-typescript` to extend from:~~ ~~`Error: Failed to...
The typegen file for machine is currently called `[machine].typegen.ts`. Because this file only contains typings, it might be better to rename it to `[machine].typegen.d.ts`. I ran into this being an...
### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.7.0 - Nuxt Version: 3.9.0 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...
### Reporting a bug? When using YAML lists with `tm` and `rt`, you can't look up values with `te` in the process. Here's an example: ```html