J.C.Ködel

Results 37 comments of J.C.Ködel

There is a bug when a OnChange event is present for the tag. When creating a new option, the OnChange event must be triggered, because the selection was changed ```...

1) "I'm also not sure if opening an image in full screen while editing is really useful, I'd be curious to see your reasoning behind it." In my case, it...

> we have users building native apps with flutter for apple without any issues currently Using native authentication? I mean, using this??? ![image](https://github.com/nhost/nhost/assets/379339/c599d2be-1959-4762-a1df-62dd8040b61b) This specific image is from https://pub.dev/packages/sign_in_with_apple. It...

> but you would prefer a different authentcation mechanism It's not about preference. It's NOT "different authentication mechanism" Is the standard default mobile authentication mechanism. Apps are not websites. Apps...

I think there is an important feature missing in this library: a Donate/Sponsor it button!

AFAIK, Isar is written in Rust, so queries in Dart would be pointless (and VERY slow). Also, that exactly same thing could be achieved by a `Stream` `map` or `where`...

> > Can relate. This issue also happens on MacOS 14, but no issues with Linux 🤷 > > Well, it's a bug that only impacts a very small minority,...

So, what I have done so far: I have a base class called `SyncTable` with some common columns that all my tables have (imagine this is the new Table, ignoring...

> Supabase allows [signing in with a token](https://supabase.com/docs/reference/dart/auth-signinwithidtoken), If nhost had this funcrtionality, then that should enable the use of native auth. > I would recommend Firebase Auth (which is...