@FlyaKiet@superset_sh Any plans to add commit annotations support soon? Would be nice to add comments in diff view. Pierre diff already supports annotations. @FlyaKiet
@hirbod Donโt know if it really has to be an iOS simulator, but in an android emulator, disabling WiFi keeps metro connection. This worked a while ago while I was working on offline capabilities.
The Mac turns 40 today ๐
To celebrate, we're giving away Raycast Pro with GPT-4 for one year to 40 people. Simply retweet this tweet and follow @raycastapp to enter. Winners will be announced by the end of the week.
What would be the best setup nowadays for a mono repo with an expo app and a web app like remix? Any experience with nx or turborepo that you can share? @cedric_dev@Baconbrix
@cedric_dev Started with this one https://t.co/FsEWIXkdQc which I could fix with providing some arguments to nx. Afterwards just starting expo with nx does run it on the iOS simulator, but not loading the app.
I'm available for work! If you need help with UX leadership or need an experienced designer, send me an email or a DM!
(Quick resume: I spent 8 years at Shopify during its formative years)
https://t.co/je1OGUev7q
Finding a way to make our react query cache language aware by default. One solution would be to have our own โuseQueryโ hook that adds the user current language to the query variables. @TkDodo can you think of better ways to do this? We also have to update calls like getQueryData