Dave Chevell

Results 29 comments of Dave Chevell

I expect this to no longer be an issue, given recent changes that wrap each callable in a new application context.

The documentation doesn't make this clear enough, but right now there's no supported way in Flask to serialise an app / request context so that it can be used inside...

If this is still an issue for anyone, please retest under 1.0 with the latest changes to how application contexts are pushed, and feel free to reopen or open a...

> > Another solution is to switch to this fork which solves the issue: https://github.com/almir1904/python-pushover > > I think it is good idea to star it, so it will at...

@vsubhuman with respect, this an unacceptable required permission for this sort of app. Will you be making these [optional](https://developer.chrome.com/docs/extensions/reference/permissions/)? I will not be enabling or accepting the permission changes for...

@cbrandlehner unfortunately that's not a solution, Daikin air conditioners have different behaviour for cool/heat vs the behaviour for Auto. I would also like to be able to select a single...

Same here - I've never had this fail to set the aircon state, but often see weird issues around response time. e.g. using the Shortcuts app, triggering an aircon setting...

@cbrandlehner feels like we're not aligned on the problem here. The problem, as I understand it: Some daikin modules/systems are very slow to respond, and can take up to 2-3...

This issue effectively means this implementation of markdown is broken, as markdown is meant to allow inline HTML _by design_. From [the man himself](url): > For any markup that is...

@Ratstail91 thanks for the tip, that lib allows you to enable inline html (again, strange that this isn't on by default considering the spec). Unfortunately the lib is over 5x...