Thomas Marban

Results 9 issues of Thomas Marban

Add https://briefingday.com to Awesome News

The recent Flask 2.2 release throws all kinds of context errors when submitting a job: ``` File /site-packages/flask/ctx.py, line 256, in pop _cv_app.reset(self._cv_tokens.pop()) ValueError: was created in a different Context...

`defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true` Setting seems to be ignored as of 10.15

Low prio but I found the .eot file throws an unknown font-face error in IE11. Since woff works just fine, it might make sense to get rid of the eof...

# Description Introduces the first set of features for news_biztoc, following a new partnership with [BizToc](https://biztoc.com). Available at launch: - News / latest - News / per source - News...

feat M

# Description Introduces the first set of features for news_biztoc, following a new partnership with [BizToc](https://biztoc.com). Available at launch: - News / latest - News / per source - News...

feat M

Unless I use args.strength_curve = "0:(0.0)" (which beats the point), the image turns grey from frame number args.diffusion_cadence_curve = "0:(4)" => in this case the 5th and then stays that...

Has anyone managed to get this working with the recent v2 of Ionic?

Anyone got a hint how to add a Blueprint's route to the _exempt_views set? Something like `csrf._exempt_views.add("bp_user.someroute")` Importing the root @csrf.exempt decorator in the Blueprint doesn't seem to work either