Otto Kekäläinen
Otto Kekäläinen
In Debian the file /etc/my.cnf is supposed to point to mariadb.cnf. This symlink is created and maintained by update-alternatives as run from mysql-common (the real Debian package) or a tweaked...
Hi! While working on the Debian packaging for this Go program, I noticed that there are no *.asc signatures published at https://github.com/caarlos0/env/releases nor does the git tags in this project...
Fix all spelling errors found by codespell[1] version 2.4.1: ./CHANGELOG.md:617: reenable ==> re-enable ./CHANGELOG.md:626: reenable ==> re-enable ./build.go:294: AtLeast ==> at least ./build.go:295: AtLeast ==> at least ./build.go:325: AtLeast ==>...
Currently usql uses the Readline library from https://github.com/gohxs/readline, which is a fork of https://github.com/chzyer/readline. However, gohxs/readline hasn't had any commits for 8 years. Seems to me the original library chzyer/readline...
Create a minimal manual page for Linux/Unix systems. Also improve the README to be explicit about increasingly more popular MySQL alternatives MariaDB and TiDB.
Newer Docker versions have moved the container methods to a new class. Adopt code to use them so usql builds pass with newer Docker libraries.
**Is your feature request related to a problem? Please describe.** Currently payments on websites are triggered by embedded JavaScript asking some web3 library to call the browser wallet extension or...
**Describe the bug** Currently OneKey supports creating Nostr key pairs in wallets created in OneKey or derived from BIP-44 mnemonics. However, it seems OneKey does *not support importing existing Nostr...
**Describe the bug** Hey.xyz is the most popular social media site using the Lens protocol. I am unable to login using OneKey to the site. This may be a bug...
I have been trying to reproduce the build of OneKey. My goal is to build the Chrome extension and the Electron app in a clean Debian/Ubuntu container. However, I find...