David Isaksson
David Isaksson
@jhthorsen I would love to be able to reorder buffers!
Hi! Yes, that's correct, Sunday 1th is week 52 of last year. Sorry for being unclear about the bug and expected results. > but it would be fun Hehe that's...
Wonder if we can create a JSON schema and generate some nice docs with [jsonschema2md](https://github.com/adobe/jsonschema2md). What do you think?
To circumvent this annoyance I've written a small script to convert the content generated by `coretextool rules print`. ``` $ cortextool rules print --disable-color > tmp.yml $ ./split.py tmp.yml $...
Hi @zuavra, passkeys uses another form of technology based on asymmetric cryptography which means that the two parties (i.e. the website and the authentication device) has to communicate directly. On...
Is there any way to get around this problem if it occurs in NixOS, e.g. after a hibernation and one runs `nixos-rebuild switch`?
I see, yes running as admin gives another result. I guess that scheduling a task (which my plan is to do) runs the application as admin as well? Here's the...