Daniel Friesen

Results 437 comments of Daniel Friesen

Given https://github.com/facebook/react-native/issues/3198#issuecomment-333278519 it's possible I may not have to fix the radius issue. However I'll have to double check that after that fix gets put into a react-native release.

react-native seems to have some really weird behaviour when you center / center a flexDirection: row view. I might switch to column since I have a nested view and officially...

Right now I don't think I'm far enough to come up with tasks others could do. Key things like flux, documentation, and babel builds haven't been setup yet. MaterialTheme is...

The overall layout could be a good base (title, info, example, props table). However I don't want any manual post-processing to be involved in this. Eventually the code is going...

> 2FA grew in popularity recently, and so did this component. I wonder about the impact passwordless (biometric, passkey, device, email link) authentification will have though. The email link flow...

We don't need separate icon components to use SVG components like ``. We could download the SVG versions of all the font icon libraries, putting them in their own icon...

All icons for one icon library. Same limitation as icon fonts. If you want individual icon loading we could go with strings and innerHTML instead. Then we'd just need some...

@necolas I read the article you linked. It does not implement incremental loading in the way rnvi would require. All it does is use a createIconComponent function to create icons...

I spent hours on this too. Assuming that Drizzle worked the way you'd normally expect, one transaction per migration. For a schema change that removed a couple enum values Drizzle...

I think Elite Dangerous doesn't create the bindings file until you change your bindings to Custom and maybe customize the bindings. If you still have it set to one of...