Joe Doherty

Results 70 comments of Joe Doherty

No problem @edgurgel I will open the issue there. Thanks for the reply.

Hi. I was just looking for the docs link and saw this. I quickly checked the Travis [docs](https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment). I think the solution may be: ``` deploy: provider: pypi user: playpauseandstop...

Hi @ohahlev in your implementation you are using a global variable for session (https://github.com/ohahlev/guestbook-sanic-wtf/blob/master/app.py#L16) I presume in your actual app you have sessions stored elsewhere? This global variable will not...

@bcoca I can't run an update if the key isn't ran through `dearmor`. Is there something missing from the documentation? With a straight download I get the following error: ```...

@bcoca sure thing, I'm simply trying to automate the install of the fluent:bit on all hosts. The docs reference `buster` but `bullseye` is also available through the depo. The install...

@bcoca thanks, that now works. I did follow your instructions but it wasn't obvious that the `.asc` extension had any meaning. I'm guessing it does an automatic dearmor if thats...

@mcrmonkey sounds like a good plan. Most people won't be following these new accounts anyhow so the posts won't be in the feed.

@mcrmonkey more people use the global feed, hiding it there is paramount

It shouldn't be too bad to do. If when flagging a post, we check if the user is a moderator and increment a second flag 'mod_flags'. When we select the...

@mcrmonkey the current way we handle usernames has some issues with this one. We store the username denormalized with the post to make it faster. We would have to reverse...