nosizejosh

Results 41 comments of nosizejosh

@linmasahiro I have run [nuxt 3 here](https://stackblitz.com/edit/github-as55bc-gb3efz?file=pages/index.vue) but it fails to run after installing table-lite

@linmasahiro great news. while going through a step by step process to [reproduce ](https://codesandbox.io/p/sandbox/sharp-kate-fesqll?file=%2Fcomponents%2FTable.vue&selection=%5B%7B%22endColumn%22%3A18%2C%22endLineNumber%22%3A13%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A2%7D%5D) my issue with your sanbox, I discovered an extra div with flex was the culprit for...

I have been able to [reproduce issue 3](https://codesandbox.io/p/sandbox/sharp-kate-fesqll?file=%2Fcomponents%2FTable.vue&selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A9%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A9%7D%5D). The ID column header which is part of the fixed column moves on horizontal scroll.

issue 3[ reproduced here](https://codesandbox.io/p/sandbox/adoring-bhaskara-54vbd1?file=%2Fcomponents%2FTable.vue&selection=%5B%7B%22endColumn%22%3A11%2C%22endLineNumber%22%3A72%2C%22startColumn%22%3A11%2C%22startLineNumber%22%3A72%7D%5D) with your sandox

Sorry for the late response. Yes it fixes the 3rd issue. However the left and right borders of the header of the fixed column are black and ignoring the styling...

Same issue with these versions, using yarn on windows. ``` "@nuxtjs/supabase": "^1.1.4", "nuxt": "^3.8.2", ``` Only way to get it to work was to add ``` "resolutions": { "@supabase/gotrue-js": "2.43.1"...

This issue seem to be resolved after updating to 1.1.6 and removing the resolution. Can someone confirm this?

please help as this is a blocking issue. Tried so many variations and as at now what seems to be working is replacing > with > > @import '~src/imports/ui/style/vars' >

Thank you so much. It turns out my browser had stored some data and cookies which was preventing normal functioning of modal. Clearing those resolved the issue. Thank you.

The error seems to be coming from the application of this system generated migration ``` create type "auth"."one_time_token_type" as enum ('confirmation_token', 'reauthentication_token', 'recovery_token', 'email_change_token_new', 'email_change_token_current', 'phone_change_token'); drop trigger if exists...