Menno Luiten

Results 11 comments of Menno Luiten

@lukmccall not sure about the process, but can this be merged to the sdk50 branch as well? Seems to be the cause of some random android crashes after our recent...

Yeah I don't understand the Expo release cycle here -- it was merged last week but it wasn't in the latest expo sdk-50 patch release? Does it need to be...

I believe I'm experiencing this as well -- returning `DefaultValue` from a `async (): Promise` directly into `setSelf` will make it return `DefaultValue`, instead of the (explicitly set) default of...

I'm new to expo and been trying for hours why my `` in combination with `useRecoilValue` was not updating using expo router... but apparently it's critical that useRecoilValue throws promises...

I was rewriting my expo app from recoil to jotai yesterday, and I noticed that, using Expo 50.0.8 / expo-router 3.4.7, the atoms (and thus throwing of promises) actually worked...

I'm still experiencing this issue when trying to load assets (using [`Asset.loadAsync`](https://docs.expo.dev/versions/latest/sdk/asset/#loadasyncmoduleid) to get the URI) -- error is the same except it it will complain about the asset directory...

Apparently, PR #226 assumed that the default stream is formatted as `projects//datasets//tables//streams/_default`, but at least for the Java client, this is not correct, as it's using `projects//datasets//tables//_default` -- so without...

Upon further investigation this seems to happen when the schema is created using different capitalization than the data -- for example, some fields called `createdAt`, then later the data is...

> Thank you for this comprehensive PR! At this time, I'd not be too eager to merge: > > * +1k LoC is a lot of code to maintain- core...

I would be more than willing to maintain the code; so yes I'll see if I can extract these to an external module to make sure the core team isn't...