Hans Deragon
Hans Deragon
`/usr/bin/jitsi` as the following line `javabin=`which java`` which grabs the default Java. Jitsi seams to only work with Java 8, which is getting old. I have many versions of Java...
Flameshot does not allow loading of existing files like Shutter does. It should allow to load an existing image so annotations can be added later, easily. Please add a File...
Order of devices provided explicitly on the command line is not preserved. Example below. > $ iostat -y --human -x **dm-0 dm-1 dm-2 sda** 1 1 > Linux 5.3.0-26-generic (demloka)...
Attempting to compile under Cygwin, I get the following error: ``` CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them...
In [pypika/__init__.py](https://github.com/kayak/pypika/blob/master/pypika/__init__.py), SnowflakeQuery is missing in the code segment: ``` from pypika.dialects import ( ClickHouseQuery, Dialects, MSSQLQuery, MySQLQuery, OracleQuery, PostgreSQLQuery, RedshiftQuery, SQLLiteQuery, VerticaQuery, ) ``` It might be on purpose;...
In `avatica/client.py`, line 509, we find: ``` response_body = response.read() if response.status != httplib.OK: logger.debug("Received response\n%s", response_body) if b'' in response_body: parse_error_page(response_body) else: # assume the response is in protobuf...
Important missing feature is a timestamp to when the events happened. Please add a timestamp to the tuple. Should be in local time, with timezone included allowing for conversion to...
I fail to find what open source license the project is written under. Please specify it clearly in the README.MD and the project's website. On the project's website, we can...
## Classification Feature (New) ## Summary Would be nice if when typing reStructuredText, HTML, Markdown or any other rich text format in a phrase, with a combo box allowing to...
I understand the reason why going forward, only AppImage will be supported on Linux. However, from a user's point of view, loosing the ability to have automatic updates is less...