Martin Frausing
Martin Frausing
Hi It seems like there has been a lot of development or merges of pull requests lately. That is sad because this a nice little tool. If you want, I...
It would be very nice to be able to select the window to focus by using the other keys on the keyboard. So alt-tab and then the windows appears with...
Currently it doesn't seem there is any why of inserting or updating with a default value like: insert into users (id, firstname, lastname) values (default, 'Arthur', 'Dent'); or update users...
Hi, if possible I would like a keyboard shortcut for Check now. My workflow is that when I see news, I open google reader and read the news. Afterwards I...
Previously when loading a PrivateKey into a DNSKEY we would return the PrivateKey with the PublicKey set from the DNSKEY struct. Now that behaviour is flipped and the PublicKey is...
Hi First off, thanks for a great library! I noticed that if you take a DNSKEY and call NewPrivateKey or ReadPrivateKey on it given a private key, the public key...
**Is your feature request related to a problem? Please describe.** gitlab and maybe others support providing certain options be given when pushing. I could be setting tags on a merge...
Implements #202. Missing tests or doc changes. I can contribute those.
So basically also check if $XDG_CONFIG_HOME/dataprinter/config exist after checking unsuccessfully for ~/.dataprinter. You could use DATAPRINTERRC as a workaround, but that would conflict with having project specific .dataprinter configs.