Aaron Toponce

Results 21 comments of Aaron Toponce

Sorry. I've been swamped at work and personal life, and haven't had the time to help out here. I'm not sure what problems your having, but I've successfully built this...

I'll look into fixing the documentation, to make it a bit more agnostic. I'm guessing that is data that came from a copy/paste of an existing installation.

Planned for a future release.

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.

[Mozilla will be dumping EmojiOne](https://bugzilla.mozilla.org/show_bug.cgi?id=1358240) as their font handling emoji in favor of this Twemoji font. Their current EmojiOne font also does not render 0-9*# ligatures, because as mentioned, they...

This is something I toyed with early on but abandoned as I just couldn't get it working the way I wanted. Maybe I can give it another go. But instead...

I've implemented this for the "Alternate", "Cryptocurrency", "Diceware", "EFF", and "Random" generators. However, implementing it for the "Pseudowords" generator is escaping me. In the case of passphrases, it's easy enough...

Lots of wacky math. Ignoring a lot of the fluff, here's the math for the Apple pseudoword generator: ```javascript function generateApple() { /* See https://web.archive.org/web/20210430183515/https://twitter.com/AaronToponce/status/1131406726069084160 for full analysis. For n...

Yup. Thought about that also. I can put the most of structure in place, just in case I figure something out, but not actually display anything in the overlay. At...

@roycewilliams Please review this and let me know your thoughts.