Jameson Little

Results 79 comments of Jameson Little

Simple counter example for v4 uuids (generated from your uuid package): c73d8f33-f7f8-4b84-626c-022ea05dd742 Code: ``` package main import ( "github.com/nu7hatch/gouuid" "fmt" ) func main() { uid, err := uuid.NewV4() if err...

Ok, this should behave a lot better now, please retest.

It looks like communities and users are already implemented. So the only things left are comments and posts, and I think those could be done pretty easily. We already have...

> currently if you long press in the space beside the username it expands the action bar. For me it collapses the entire post, not just the action bar, which...

Ok, apparently my phone was stuck on an older version (0.0.32) for some reason. I can now reproduce it, so I'll work on a fix. It looks like the main...

I tracked it down, looks like a really easy fix. My change merely fixes the default behavior here, you can still disable the action bar in the settings. Whether that's...

I'm interested in working on this. I'm a bit stuck on getting spoilers working, so I'd like a diversion.

At the very least, it should update when opening up the inbox.

Perhaps as a stopgap, we could include toggles or tabs to search other content, but make them not interactible until the feature is implemented. That way it's self documenting as...