@florinpop17 I’ve been enjoying my G9 Odyssey for a couple years now and it was a great decision. The only issue I have is screen sharing can be tricky in some scenarios
@mrousavy@ospfranco That’s a fair point. We’ve been using MMKV since I joined and only recently noticed issues due to performance improvements. But I was interested in the solution @ospfranco has created so I can look at a poc
TIL a new superpower for when i do stacked branches:
git rebase -i --update-refs 🤯
and yes, i've had a look at https://t.co/zeYAS1jB2X but old cli habits die hard 🙈
https://t.co/s7QlOgK1kM
TIL — GitHub's custom markdown syntax for notes and highlights supports Note, Tip, Important, Warning, and Caution.
When did this happen?
Side note: still not a fan of their non-standard blockquote syntax. 😅
tip: use `xcbeautify` to make your xcodebuild CI output a lot more readable👀
Also if you `brew install xcbeautify` locally it gets picked up by #ReactNative CLI and shows up a nicer output when you execute `run-ios` command 🚀
.@kzzzf just presented a new tool that allows you to see the preview of your React Native app inside VS Code 🙌 Building React Native is getting really easy! 🚀
@skreepao IMO if you’re increasing the radius then I would tighten the padding, although that may make the buttons look like chips
I would also suggest that not all components need the same treatment of radius
@The_GreatBonnie Great for everday tasks, why not have a gui in your editor
Though I often see in my team they can’t resolve rebases, gui doesn’t help and they lack terminal knowledge because of it
And buggy issues like duplicate comments, and editor slowdown
There’s a sweet spot between
@mattpocockuk What are your rules on when to use types vs. interfaces?
You mentioned “using interfaces for each prop”, so are types fine in all other scenarios?