Peter Bittner

Results 527 comments of Peter Bittner
trafficstars

@hobarrera This looks much like a Python 2 Python 3 incompatibility (`iteritems` vs. `items`, float result of a division instead of integer; see the changes proposed with PR #7). Run...

> wouldn't the use of a dictionary provide some sort of a side channel and render the password generation _less random_ That's true. At the same time I assume the...

Some background reading I just found: - [EFF Dice-Generated Passphrases](https://www.eff.org/dice) - [Creating Strong Passwords](https://ssd.eff.org/en/module/creating-strong-passwords)

Yeah, everybody loves screenshots! :100:

@woodruffw I've not yet covered documenting the environment variables. Not sure what the best way would be to do it. A multi-line explanation in [`argparse.ArgumentParser(description)`](https://github.com/pypa/pip-audit/blob/main/pip_audit/_cli.py#L197) could be one possibility doesn't...

Canonical currently polls Google servers already. Maybe their server already queries the online status, or we could ask them to also poll it? It's an interim solution for Canonical, so...

I'd like to move this feature onto the top of [the list of the current milestone](https://github.com/tim-sueberkrueb/ubuntu-hangups/milestone/2), haha! :smiley: There's no voting on GitHub for an entire ticket, so ... @tim-sueberkrueb...

+1 for the tickmark. Can stay there (who cares about Google?!). The "I'm currently working" animation next to the (i) in addition could be nice too. As a general indicator...

Isn't the `+` button on top of the screen for new conversations? So, what are you going to do?

Not sure whether the webapp helps as an example. I think the relevant code there is: ``` Exec=webapp-container --store-session-cookies --accountProvider='google' ... ``` (Source: [google-plus-app.desktop, line 6](http://bazaar.launchpad.net/~majster-pl/+junk/google-plus-webapp/view/head:/google-plus-app.desktop#L6)) Just guessing, though.