Alex Fong

Results 7 issues of Alex Fong

Perhaps it can be implemented with something like: https://github.com/birdlavv/polacode/commit/ecf7dc851ab3c472840689d5760407cce5b1c545

First off, thank you @ wobsoriano for the awesome module! Is there support for passing reactive inputs? Calling `refresh()` does not bust the cache regardless of the internal state of...

### Problem to solve The current material v-select dropdown often has trouble on mobile devices when there are many options, especially when a fullscreen modal/dialog is involved. Using a browser's...

T: enhancement
C: VSelect
C: VCombobox
C: VAutocomplete

How to reproduce: (This issue needs to be reproduced on physical iOS device. Simulators do not recreate the issue.) 1. Open Safari on iOS device and go to the template...

v3.10.3 Reproduction: https://stackblitz.com/edit/github-6euwfp-nijjwv?file=package.json,pages%2Findex.vue,nuxt.config.ts Error message `[vite-node] [ERR_LOAD_URL] virtual:nuxt:#build/hanko-elements` Downgrading to v3.10.2 fixes the issue. https://stackblitz.com/edit/github-6euwfp?file=package.json,pages%2Findex.vue,nuxt.config.ts The issue appears with the latest [email protected] release

Currently only `cookieName?: string` parameter be set in the hanko `nuxt.config.ts` object. Exposing the entire configuration object would allow for far deeper configurability. ```ts const defaultOptions = { shadow: true,...

enhancement
good first issue

The strict database size cap of 10gb for Cloudflare D1 is quite limiting for large projects. Drizzle currently supports many database drivers, some of which are edge-friendly. Perhaps something like...

question