David Cowden

Results 44 comments of David Cowden

As @justinmuller outlines, there are Android-specific pitfalls to avoid when using static variables. Further, your application instance is guaranteed to be a singleton so global variables that need not be...

> I agree the cityscape, calendar, and camera are all basically the same. I'm not so convinced on the moon since I might at first not know the difference but...

1024 is also just a really big alphabet to expect people to use. 1024 may be technically possible but might, in practice, be difficult for someone trying to enter these...

Is the blake3 crate something that should be moved here https://github.com/BLAKE3-team/BLAKE3? I know it does runtime cpu detection and calls out to hand-tuned asm so that may be a problem....

We need to be able to cancel future retries if a client request to validate comes in while we'd otherwise be sleeping. As far as I can tell, that pushes...

I'm picking this up in #242.

If you're okay with this only being guaranteed to work in non "HA" contexts (single instance of step-ca) then you should be able to take out the ordinal (implication being...

For anyone that's interested in a pretty tightly locked down `DynamicUser` flavored unit file (no need to setup a `step` user and `/home/step` directory), I dredged this up from a...

The version of step-ca I was using was backed by a db. But, still, dynamic user goup/id and directories are retained by systemd (because it just hashes the service name)...

Sorry, I meant before that I was working with an out-of-process DB. Still, for step's badgerdb, put the db files in `/var/lib` instead of `/var/lib/private` as I've listed. Then root...