Dave Cottlehuber
Dave Cottlehuber
I have been able to generate ECDSA keys "on-token" but unable to import ECDSA keys generated from OpenSSH. The latest ykman (checkout from git) seems to be required for the...
any interest in merging this, or feedback? seems like a nice feature and it has tests :rocket: :guitar:
I pulled the new branch, it works fine for OSX, many thanks Daniel! Note the PACKAGE_VERSION warning below, not sure if that's relevant but it is also in the master...
& done! Best to have build notes in the README directly. Less places to look === less errors === less open issues. your call! On 27 January 2013 22:41, Daniel...
Yup it does. the code doesn't convert to a homebrew recipe though - I'll not be able to fix this but here's a start: ``` require 'formula' class Riemannc <...
FreeBSD 15.0 hasn't been released yet, so this is in the future. We still have FreeBSD 13.3-RELEASE and 14.1-RELEASE active, which will run for several more years yet. For me,...
yep, just ran into this too. very confusing, also with sourceforge pages as well.
also able to reproduce this, albeit a more esoteric setup. Works happily on macOS, no stray `node_modules` to be found. Installing tailwind is not so straightforwards on FreeBSD, needing [tailwind4](https://pkg.skunkwerks.at/FreeBSD:14:amd64/All/tailwindcss4-4.1.10.pkg)...
the issue is, how to *invoke* make. On linux & MacOS, gmake === make. On *BSD, make is bsd make, so we need to call gmake.
one potential solution to this is to prevent the API from *adding* users without an email address. I have not found a way to activate a user without the email...