laur89

Results 171 comments of laur89

Okay, got it working. Problem is the static/ dir is not initialised if `DJANGO_DEBUG = True`. I'd argue this is problematic. Bit in the same vein - had earlier setup...

Possibly related in the upstream project: https://github.com/jamesbarnett91/tplink-energy-monitor/issues/71

Was thinking exactly something like this. Have an optional `props` as 2nd arg and collect them there. Effectively they're all optional anyways, and follows the widely popular pattern js ecosystem...

I'd prefer following spec: - Introduce optional `bounds` config key, type `object|array`: ``` { lower: typeTBD, upper: typeTBD, strict: bool = false } or [lower, upper, strict: bool = false]...

Am using latest i3move from github, ie https://github.com/DMBuce/i3b/blob/23c09740e8a9c81419bef886b677ea2b6af2585e/bin/i3move > I'll try using a setup more like yours, with polybar and my smaller screen on the left Note both issues also...

Here's reproduction with the other setup - smaller screen below larger one. layout as shown by arandr: ![2023-02-22_16:20:34](https://user-images.githubusercontent.com/4551018/220708295-ec19bbea-29bf-4bc2-8e32-e593bb7c5ea2.jpg) Note it's briefly OK if the window is dragged (manually/with a mouse)...

@DMBuce any chance you'll be able to take a look at this?

To be clear, none of the two observations reproduced on your end?

It certainly is a useful idea. Guess it should be coupled with also a timeframe (maybe optionally?), eg `if state = error AND has been in this state for the...

Unsure why `xdg` pkg was even included - all usage should be covered by `pyxdg` package, including statements like `from xdg.BaseDirectory import xdg_config_home`