Jan-Henrik Damaschke

Results 62 issues of Jan-Henrik Damaschke

When using more than one arbitrary pseudo-element like `[&::-webkit-slider-thumb]:(appearance-none bg-white)`, the `transformerVariantGroup` transformer crashes with the following error: ``` 1:16:40 PM [vite] Internal server error: Invalid string length Plugin: unocss:transformers:pre...

### Environment Nitro: latest Node: 16.17.1 ### Reproduction nitro.config.ts: ```typescript import { defineNitroConfig } from 'nitropack' export default defineNitroConfig({ output: { dir: '.output', serverDir: '.output/server', publicDir: '' }, }) ```...

Integrating Paseto (Platform-Agnostic Security Tokens) support as an alternative to JWTs can address some inherent JWT (JSON Web Tokens) issues and enhance Authorizer's capabilities. Advantages of Paseto over JWT: -...

enhancement

### 🔗 Linked issue https://github.com/unjs/nitro/issues/2270 ### ❓ Type of change Provides a new option called `provideFallbackValues` that replaces `null` or `undefined` with an empty string to not be stripped off...

I think `ResolvedConfig` should not be possibly `null`, if a default config is present. This would make typings more intuitive, as I have to either cast or do something like...

### Environment Latest nitro, Node 20 ### Reproduction https://stackblitz.com/edit/github-qmagwv ### Describe the bug Variables with the `NITRO` prefix defined in .env files are not replacing variables that are undefined/null in...

enhancement
discussion

Without `expose`, all types including type names from a single file are generated. When I add `expose: 'none'`, the type names are gone and are replaced with a single `'*'`...

If the staticwebapp.config.json file contains ``` "platform": { "apiRuntime": "node:20" }, ``` The following error message will appear: ``` [swa] WARNING: Failed to read staticwebapp.config.json configuration from: [swa] /YOURAPP/staticwebapp.config.json [swa]...

When running the swa cli, for example with `pnpm dlx @azure/static-web-apps-cli start app/output --api-location app/server`, it outputs ``` ✖ Found Azure Functions Core Tools v4 which is incompatible with your...

The current implementation for the Data API builders seems to pull the latest version specified by this metadata url: https://go.microsoft.com/fwlink/?linkid=2226493. This points to 0.9.7, not to the latest version 0.10.23...