sebalis
sebalis
I think the bottom panel wastes some valuable screen space by reserving a full line for each cookie property. Some of these are binary values or dates so it should...
### Description Hi, the content of https://dbeaver.io/files/22.2.0/checksum/dbeaver-ce_22.2.0_amd64.deb.sha256 does not match my locally calculated checksum for https://github.com/dbeaver/dbeaver/releases/download/22.2.0/dbeaver-ce_22.2.0_amd64.deb – the sha256 file contains 01deb3834681699775e28ec722ec509a1e275a69e62624c9612f47553f370c5f and I get 00f5f29e380dc0898fda8d156f65b7bdb18596940e5fc2bb388d208cd6fed29a – and this used...
A common user error I see in my polls is one line with a name but default values for all fields (i.e. reject all times suggested for an event), then...
As many files contain UTF-8 text these days, it would seem worthwhile to not only ASCII text conversion in the conversion table but UTF-8 text as well. My idea is...
I’d like to be able to configure which of the items in the conversion table I would like to see, reducing its size to “my” minimum. One motivation is that...
Hi, I think that the GUI for the sort function needs to have a checkbox called “header”, which signifies that the first row of the selected area is a header...
For a while a user of ony of my shared sheetes mistakenly used the input control on the left above the table cells, where the current cell’s contents can be...
Hi, there seems to be an inconsistency in the way local variables are handled in the outline window, here is an example: ``` #!/bin/bash f_a() { local v_a v_a="_" echo...