dumblob
dumblob
Some years ago I've done that. I've used some parameters (because pandoc is huge - and by default it does only subset of what it can do) and don't remember...
Just two notes: 1) Please do use a markup language which already exists and don't reinvent any specific markup of yours :wink: (not even any extension or "subtraction"). 2) Please...
Or maybe not overcomplicate things and just "integrate" with bitwarden (client is open source; server not but there is a very good open source reimplementation https://github.com/dani-garcia/vaultwarden/ ) and other (less...
@helmut72 that was the point. Use some whatever internal infrastructure for login & roles management but expose only the minimum - i.e. `login + password`. Let everything else up to...
> @dumblob A password manager is no user management tool. With a password manager you save login informations for your self hosted services and other services like Github or your...
> Thanks @dumblob, Riffle is definitely interesting. We had read some related papers on it a while back, and the reminder is useful. (Makes me nostalgic, I did a postdoc...
>A `keywords` field for nodes is already on my TODO for ryvencore. And the search should be (very) **fuzzy** (e.g. using Sørensen–Dice coefficient and not Levenshtein-derived ones). Btw. this is...
Couldn't (shouldn't?) this be workedaround by using an appropriately typed lambda?
Isn't this fixed already? I've skimmed latest commits and it seems addressed there.
My bad - I've read the commit comment incorrectly and now I've looked at the code and it seems unrelated.