aanno
aanno
# [Question] Is there a way to use FIDO2 AND have a passwd as fallback? I'm aware that you could use the masterkey if you loose your token like this:...
I encounter the following on fedora 39: ```bash $ git push Initializing Keybase... done. Syncing with Keybase... done. Preparing and encrypting: (0.00%) 0/9 objects... done. Syncing encrypted data to Keybase:...
Trying to build, I get the following: ```bash $ go get github.com/kahing/goofys@master ... go: warning: github.com/Azure/go-autorest/autorest/[email protected]: retracted by module author: retracted due to token refresh errors go: to switch to...
I'm using the nextcloud docker image (nc version 20.0.6.1). It seems to have support for setting NEXTCLOUD_DATA_DIR, but there are issues. Snippet of my docker-compose file: ```yaml app: image: nextcloud:fpm-alpine...
I observed the following 1. The use of `ResourceBundle.Control` with the Java Platform Module System (jpms) is not possible. In Java >=9 the following method is present in `ResourceBundle`: ```java...
Hello, for using the tools, you need a the dev path (/dev/mapper/whatever). However, in my case the thin-provisioned pool of the lvm2 volume group has failed. Hence /dev/mapper/whatever is _not_...
Derived from #185: * Add missing @Override * Add missing @FunctionalInterface * update to AutoClosable * ng-version command not working in development setup * NGContext getters (instead of public attributes)...
Derived from #185: New mvn SNAPSHOT version for master branch
Well, as I tried this, I stepped upon a few problems: 1. Missing documentation, hence I updated the readme. 2. A few missing @Override and @FunctionalInterface. 3. Public attributes in...