McTwist

Results 10 comments of McTwist

This should also work well with locked networks.

This is pretty common as an apk normally should not be larger than 2GB(An apk is a zip archive which has a hard limit to 2(4?)GB). If it is, then...

I have a similar problem, and more info about how to reproduce it. Conditions: 1. Account needs to be custom, with specific imap address. 2. The mail needs to be...

I actually have this issue as well. After doing some quick research, it has something to do with the skin being enabled. If you do not have it enabled when...

One parameter at a time. Some of them exist as functions, while most are used as optional parameters for them. If you want to use the same parameter more than...

Each parameter is an argument to be passed to ffmpeg. `metadata` with your arguments would turn into `-metadata={'metadata:g:0': f'title=hello', 'metadata:g:1': f'date=2000'}`. When you pass in the dictionary with `**` you...

I stumbled upon this type of issue a couple of months ago and it's similar to how @Gulski did it. It's perfectly fine to input any type of pipe here,...

I found 3 issues that mentioned UDP, but only this one expanded on the subject. While UDP is "not reliable", I do not find it like a valid argument for...

The issue is not whether UDP is good to monitor at all. As you say, if a firewall is up then a response will not be sent. However, for the...

I've checked some of your competitors, and I found out that some of them support UDP, but how they did it was that they had two strings: the data sent...