Miles Ingram

Results 27 comments of Miles Ingram

I have the same issue. I think you highlighted the correct part in the commit. Reverting to v1.0.20 fixes.

Have the same issue. I think on any change all node selections are converted to text selections. Not sure how to fix but assume it's related to the restoreRelativeSelection function....

I managed to get this to work by explicitly unsetting the cursor state only on `focusout`. Not sure if this code will inevitably cause issues but seems to be working...

> Just a quick glance, but is this right? select 1 from page_user where user_id = auth.uid() and page_id = **page.page_id** Page table does not have page_id column in your...

> Can you provide an snippet of the request you're making and the exact error message you get? The Javascript request I'm making is: ```javascript const { data } =...

Changing the select policy to true makes the insert work so clearly the select policy is triggering during insert. Additionally leaving the select policy as-is and changing the trigger to...

Thanks so much for the clarification and detailed introspection of the generated SQL! I tried using `{ returning: 'minimal' }` and it worked, but it stops me from having access...

Same issue. IPX works locally broken on production. Ill try netlify provider

I have a similar issue. For my Vite config I use `vite-svg-loader` to convert imports into vue components by importing using `import mySvgVueComponent from 'mySvg.svg?component'`. Unfortunately the default scanning settings...

This is odd. Noticing this as well. It doesn't seem to cause any issues, but Nuxt should be installing vue 2.x as a dependency which would stop this from showing...