Josh

Results 121 comments of Josh

On Amazon(.ca), “shirt -stripes” was equally unhelpful: 1st item: a striped shirt 3rd item: sweatpants

I added this `var user = FirebaseAuth.instance.currentUser;` And this to `class AuthService`: ``` Future signOut() async { try { await FirebaseAuth.instance.signOut(); } on FirebaseAuthException catch (e) { // Force signout...

I also feel like the right option is in watching the auth stream for changes and logging the user out in response, but that's above my current knowledge.

No worries. Enjoy the vacation 👍

Found the issue: For some reason that I could not reasonably agree with, iTunes exports m3u8 files with `\r` as line terminators. Ruby then sees only one line, and `m3u8`...

It's hinted at in the suggestion, but it sounds like realistically @gynter is suggesting a new version of Jekyll that's a rewrite. I support this idea. _Edit: I mistakenly called...

Having some experience with file-metadata, I would *highly* suggest having metadata in flexible ‘tag’ structures. ID3, EXIF, etc can all be firehoses of data as well as parsing nightmares. The...

Still an issue: documentation still has the same wording

@ssieb I can do the PR for sure as long as someone confirms that it should reference the ESP32 instead