a-0-dev
a-0-dev
I second this! Unbound is working quite fine so far, but in my environment low latency is significantly more important than network throughput or memory consumption. So having some handle...
I have been using the app for a few months now to listen to podcasts, and would really like to see an integrated podcast player! There would be two main...
> Thanks for those last changes, looking good and we are close to ready-to-merge. Some tiny formatting and help text notes though: > > The META of the "Unformatted message"...
I set it to 100 now, you are probably not going to feel anything now, it will feel alright. The point where this constant 100 feels awkward is when your...
As promised, here it is, and it has become a bigger function. However, I must admit I like this version a lot more as it feels more solid. The user...
I first didn't like the idea of using `-l` because it very much sounded like `--limit` to me, but to be honest it's still a nice shorthand for a *L*ist...
Since the regex part became quite vital when testing the send command, I decided to include the few changes of the `generate_mxid` regex here instead of a separate pull request....
> I am fine with your decision but other problems pop up when I try it out now. It seems it is sent to Synapse now if I put @user...
I agree silently ignoring is not too great, I could add a custom error output in case `generate_mxid` returns `None` (that check is done already, it's just adding one `print(...)`...
> I put some thought and testing into this and came up with the following: > > ``` > def generate_mxid(self, user_id): > """ Checks whether the given user ID...