Alex Barker

Results 26 comments of Alex Barker

I'm also getting this error in a Nuxt Ionic App. In this case I am not using `NuxtPage`, because I'm using `ion-router` which I assume uses `NuxtPage`. Any way to...

Please support https://github.com/vitejs/vite/pull/6585

We use an open API generated TS library for our endpoints. To sign the requests we use an interceptor in the generated code so that it works as expected. We...

Here is the current workaround using `@smithy/signature-v4`: ```javascript async function signRequest(method: string, uri: string, body?: string) { const { credentials } = await fetchAuthSession(); if (credentials === undefined) { throw...

I can also reproduce the issue. ![image](https://github.com/electron-userland/electron-builder/assets/34715541/7a8d3754-d3c8-4c62-bba2-067d36e2ba3e) Seems to be the follow issue with the ![image](https://github.com/electron-userland/electron-builder/assets/34715541/98897079-c5e0-4156-b513-fef695c3b8d6) Changing the output directory to remove the `${version}` fixed it for now e.g. ```json...