Gerben Mulder

Results 7 issues of Gerben Mulder

I have added a `public` object to the `SessionData` which still contains the `User` type like before. The `setUserSession` and `replaceUserSession` have the parameters as described in #47 The `SessionData`...

**Is your feature request related to a problem? Please describe.** Currently all blobs are shown in a single list while on Cloudflare there are folders. **Describe the solution you'd like**...

enhancement
admin

### 🔗 Linked issue #32 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

In Nuxt 4 the `srcDir` will be `app` by default instead of being the same as the `rootDir`. I want to put my `lang` directory outside of the `app` directory...

v9
nuxt4
resolver

### Description Most of the time when I work with forms, I have some sort of state object like so: ```ts const state = ref({ name: '', email: '', company:...

enhancement
triage

I'm using a simple dev command to run my nuxt project locally: ```ts export const nuxt = new sst.x.DevCommand('RunNuxt', { dev: { autostart: true, command: 'pnpm dev', directory: 'packages/web', title:...

## Description Resolves #12592 > [!IMPORTANT] > This PR is written with a lot of help from Claude Opus 4.5 > Although parts of the code are generated using a...