Harry Truong
Harry Truong
@anirusharma @datapolitan sorry, this is pretty much the only thing I've ever written in Python :b. But yeah, I think it's 2.7.
hey @XavierPrudent ah, thanks for letting me know! sorry, but I pretty much abandoned this project for a Golang-based rewrite. I'll ping you if I ever finish it, but it'll...
:+1: See process for adding library to cdnjs: https://github.com/cdnjs/cdnjs#adding-a-new-or-updating-an-existing-library If the maintainers are too busy to do this, I'll look into doing it sometime this week. @AndrewEastwood are you familiar...
I assume you're referring to Step 4 from this guide: https://www.freecodecamp.org/news/react-native-firebase-tutorial/ The white screen blank issue comes from the code for `App.js` as described in Step 3: ```jsx if (loading)...
Damn @mrcflorian, that was a crazy fast response, haha. Thank you for the very quick update! (I'm pointing my intern to your tutorial to help them learn React Native, and...
> Home has been defined at step 3, so it should be available already at step 7/8. Yeah, but it's conditionally rendered based on the `user` value (which is defaulted...
Thanks @hiredgunhouse for looking into this! ---- ## Workaround (for future people trying to find older API docs): The API docs are being generated from comments in the source code....