Results 13 issues of Sven

When writing e.g. `### Headline [\[web\]][4]` it is shown as `Headline [\[web\]` instead of `Headline [web]` haiwen/seadroid/issues/438

On case 11868501 boofuzz crashed with `TypeError: 'int' object is not subscriptable`. Maybe someone has an idea. ``` File "/home/sven/Documents/dev/boofuzz/boofuzz/sessions.py", line 1274, in fuzz self._main_fuzz_loop(self._generate_mutations_indefinitely(max_depth=max_depth)) File "/home/sven/Documents/dev/boofuzz/boofuzz/sessions.py", line 1398, in...

* update badges * remove maven branch hint as the branch hasn't been updated since 2015 * update the build instructions

Can you have a look at the play store how many users use a device with an API level below 19? According to https://developer.android.com/about/dashboards/index.html most users use Level 19 and...

When being logged in to admin interface and navigating to /html/admin/?/settings/system/, Baikal sends current mysql password to the user. Think this is not needed and a possible security risk. Think...

bug

**Is your feature request related to a problem? Please describe.** Depending on the usage one might have a long list of pre-built and custom queries and it can be cumbersome...

enhancement

I had issues with ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) and ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) which could be solved by retrying up to three times.

It would be nice to support python 3 as python 2 is out of support, now.

``` Start clear expired session records ... Traceback (most recent call last): File "/opt/seafile/seafile-pro-server-5.1.3/seahub/manage.py", line 10, in execute_from_command_line(sys.argv) File "/opt/seafile/seafile-pro-server-5.1.3/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() File "/opt/seafile/seafile-pro-server-5.1.3/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/management/__init__.py", line 346, in...

need test

Changes to allow using Qt 5 instead of Qt 4. I've not really tested it in depth, but it seem to work fine. I added a few changes to the...