Marc Brinkmann

Results 61 comments of Marc Brinkmann

The core issue is, I'd need someone to finish the work on the new template system, it's not a matter of "just" porting to bootstrap 4.0.

> I think that this library is very useful and I've used it in a lot of my flask projects. > I've one major issue with the dependencies that it...

> That's not true on Arch linux :) Well, considering Flask-Bootstrap is on AUR already (https://aur.archlinux.org/packages/python-flask-bootstrap/), including dependencies (https://aur.archlinux.org/packages/python-dominate/ , https://aur.archlinux.org/packages/python-visitor/), this whole thing seems to a non-issue. > According...

Hmm, wild guess would be some sort of issue with the `default_parameters` setup. > Has worked with previous versions Could you tell me which versions those were?

Will have to have a look at the Flask-Nav pull request first. Regardless, this PR comes with a lot of stuff unrelated to the central issue; the sample app and...

That's good news. Thanks, I'll have a look.

A C user-space lib can be found at https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/

The method should be sound - it's using 64 bits of an instance of SystemRandom(), which in turn should be using `/dev/urandom` (or at least be seeded by it). In...

From Python's random.py: ``` class SystemRandom(Random): """Alternate random number generator using sources provided by the operating system (such as /dev/urandom on Unix or CryptGenRandom on Windows). Not available on all...

Actually, the more I think of it, the more likely it seems that its not a security problem - the same session is simply created twice on a storage level....