David

Results 9 issues of David

**Describe the bug** Adding the NuxtHub module to the latest version of Nuxt (3.13.2) gives an error when combined with vue-tsc typechecking. Output error; ``` ERROR ERROR(vue-tsc) A declaration file...

🚧 DRAFT - still needs terms & privacy policy This adds Google as an OAuth provider, similar to how Twitch and GitHub are handled. Powered by nuxt-auth-utils ofcourse. Fixes #15...

Simply removes `@nuxt/ui` dep as its included in `@nuxt/ui-pro`. Fixes #9 .

Change https://gavarnie.barbapapazes.com/ to https://gavarnie.barbapapazes.dev/

### Pull Request: Fallback Handling for Missing GitHub User Info and Minor TypeScript Fix This PR solves [Issue #22](https://github.com/Barbapapazes/gavarnie/issues/22) by introducing a fallback mechanism for GitHub user names: - **Fallback...

### Description Currently if we want to allow non-rounded numbers (like `1.23`) to be entered in UNumberInput, we need to set it to `step="0.01"`. This however also changes the behavior...

enhancement
v3
reka-ui

Instead of the default ints for the id's, I would like to suggest using UUID's. I feel its better to not expose the predictable, incrementing id's to the client but...

This issue isn't specific for this repo- there are open issues on nuxt-security and nuxt-csurf about this - but I figured I'd still open an issue here as it affects...

stale

Currently if we want to rename or move a file on R2 (blobstorage) with `hubBlob()`, we have to `hubBlob().get()` it and re-save it (`hubBlob().put()`) in a new location/new name. I...

enhancement