itsmeow
itsmeow
The bug is probably related to asset transport and the stamp asset. The image is sent from the live server to the client via browse_rsc and is probably not being...
It doesn't actually seem to be related to the new source blocks, I think it's just that the detection for the error is broken on whatever proxmox API version I'm...
 Here is evidence of the fix working.
> Is this going to be an alternative way to log in in addition to the current BYOND ckey authentication, or will it completely replace the latter forever? > >...
What did you DO to `RestrictedInput.tsx` Is that ported code???
Try to keep it in line with upstream if possible
imo yes, it's using almost all the same packages and the TOTP generator is already there. The only reason I added a CSPRNG is because the TOTP generator needs a...
Why base32? Yog is the only current user of this function indexed on GitHub, and [they already convert it to Base32](https://github.com/alexkar598/Yogstation/blob/52a917f1b73605b30408804bcb78df60e5a094a6/code/modules/admin/mfa.dm#L145-L166) Google Authenticator requires that keys be encoded as Base32...
> do the calls block if there is no hardware entropy available? Yes, early in the boot process. The OS will eventually give the necessary data though, from what I...