lwanger

Results 3 issues of lwanger

flask-login changed is_authenticated from a method to an attribute. This broke the todo app code. To fix it in the layout.html template change: {% if not g.user.is_authenticated()%} to: {% if...

I am trying to run a pg application on a 64 bit Windows 10 machine. I have pg and glfw installed (I can import glfw and create a Window) but...

## Description Bottom row of my table is cut-off in the output using GT.save. Same result with both pdf and png output files. ## Reproducible example from pathlib import Path...

Type: ☹︎ Bug