Sandro Circi

Results 228 comments of Sandro Circi

> [...] as the return value is undefined either if it works or not... > > I am not able to handle, even blindly the deletion error. there are a...

@zguig52 I've updated `nuxt-directus-next` to `0.0.11`, [here as #215 (comment)](https://github.com/Intevel/nuxt-directus/discussions/215#discussioncomment-8574579) you can find some notes about the changes. Now we should be able to handle all the errors caused during...

Thanks for testing things out! Much appreciated 🔥 > One remark, when using the readItems, query parameter signature are a bit different from the readAsyncItems: readItems(collection, {fields: ['']}) (has changed...

@maxwellflitton sorry for the ping, any updates on this? While digging around I found a `SURREAL_OBJECT_CACHE` and `SURREAL_OBJECT_STORE` env variables that do refer to specifying local storage paths. Are these...

For me (just got a Libra 2) I would prefer a config that allows me to move the the `NickelMenu` inside the `More` menu. Since my current config only has...

I'm a bit lost... I recently started to draft a demo project where I could fetch some data from a backend and build the page based on that. Classic usecase...

Just discovered this the hard way. I was trying to access a payload via `useNuxtData` from a different (much smaller) component, and I was getting an hydration mismatch. While digging...

> @madsh93 to me, the general usecase in your reproduction seems very resonable. I can see myself and others trying something similar when working with paginated queries, for example. >...

I'm noticing something similar, but not fully have a reproducible way tho. Currently for: ``` _or: [ { id: { _eq: '...' } }, { _and: [ { active: {...

Anyone was able to create a workaround when dealing with hex vars?