Oliver Kraitschy

Results 86 comments of Oliver Kraitschy

@nemesifier Any opinion on this?

A revision should possibly be created if an object is saved by anything but the admin. https://django-reversion.readthedocs.io/en/latest/api.html#creating-revisions Additionally it might be need to use `follow()` when registering a model: https://django-reversion.readthedocs.io/en/latest/api.html#registration-api

@rebelot Is there anthing keeping this from getting merged?

@rebelot Thank you for that quick merge! I did a folllow-up: #275

There is a pending pull request for support of DynDNS in the netjsonconfig project: https://github.com/openwisp/netjsonconfig/pull/111 If there is no support for a specific package/service, you can still configure it manually:...

The failing build doesn't seem to be related to my changes.

`exec i3-msg 'workspace 5 output DisplayPort-7'` The `workspace` directive here is a config directive and not a command so it can't be executed with `i3-msg`. See https://i3wm.org/docs/userguide.html#workspace_screen vs https://i3wm.org/docs/userguide.html#move_to_outputs

I will put this on hold until https://github.com/openwisp/openwisp-controller/issues/480 is implemented.

I would suggest to go the opposite way: Disable (comment out) all keybindings in the config and re-enable the ones you need. This method needs zero lines of additional code...

Did you check if that issue appears with a different window manager, openbox for example?