Florian Streise

Results 9 issues of Florian Streise

Can we add a how and why to use [feathers-sync](https://github.com/feathersjs-ecosystem/feathers-sync) section to the cookbook? I think this a very common use case where we could provide some useful information for...

Mention _.omit in _.pick and _.omitBy in _.pickBy documentation.

documentation

### Environment nitro: 2.7.0 node: v18.18.0 nuxt: 3.8.0 ### Reproduction not available ### Describe the bug I use query params to figure out what page in a pagination the server...

pending triage
preset:vercel
cache

Hi! Can someone please explain the difference between this project and the [apicache](https://github.com/kwhitley/apicache#readme) project?

### Describe the feature `keepQuery(input: string, keep string | string[])` Removes all queries not specified in parameter ```keep``` Example: `keepQuery('/path?foo=a&bar=b', 'bar') // "/path?bar=b"` and `withoutQuery(input: string, without string | string[])`...

enhancement
discussion

MongoDB: 4.2.17 feathers-mongoose: 8.5.1 @feathers/feathers: 4.5.15 Hi! Currently calling .remove(null) on a service returns all removed documents. ```ts // assuming we have a service called "books" await feathers.service('books').create({ title: 'The...

### Describe the feature Reproduction: https://stackblitz.com/edit/github-s5xq85?file=routes%2Findex Hi 👋, currently when throwing an error e.g. in a eventHandler (see reproduction) I get the following output in my console: ``` [nitro] [request...

enhancement

### Environment Nuxt version: 4.2.1 Vue version: 3.5.25 Nitro version: 2.12.9 Platform: Vercel ISR: Enabled ### Reproduction Repository: https://github.com/fmoessle/nitro-vercel-isr Live demo: https://nitro-vercel-isr.vercel.app/ ### Describe the bug When using ISR (Incremental...

nuxt
pending triage