Jonas Vacek

Results 30 comments of Jonas Vacek

We have a current workaround for this that's sub-optimal as it doesn't allow us to work with a queryset after defining this. ```py node_children_including_self = [*node.get_children_queryset(), node] ```

> I don't like very much the fact that `self` is not a children Fair enough, the naming convention of this is not exactly the clearest in `mptt` either, I...

Upon further inspection, slapping a `print()` statement inside the compare function shows that the function is actually never run.

Same as above, but SSL being turned off fixed it for me. 7530 with 7.29, running HB 1.4.0 on macOS 12.3 with the M1 chip

I have started homebridge on my M1 computer and I have this result too. When I `curl` the address as it is described above, I don't get a 401, but...

BTW It seems that disabling SSL works around this issue, see https://github.com/seydx/homebridge-fritz-platform/issues/254

@badlandz that article references a fork of this project https://github.com/tobiasschulz/fdupes

Any chance to update the expected delivery?

I've got the same issue with the same tback - OS: MacOS 12.3.1 arm64 - Python version 3.9.12 - Django version 3.2.13 - django-advanced-filters version 1.4.0 - Firefox 100

If this is at the bottom of the file, it won't fold right ```py class tree: # region B def flower(self): return "random words" # endregion ``` But this will...