Tiziano Müller

Results 211 comments of Tiziano Müller

I guess the culprit is at https://github.com/klen/peewee_migrate/blob/develop/peewee_migrate/migrator.py#L243

Indeed, removing that line (and the corresponding line in 252) makes it work!

The problem with dropping the mentioned lines is that in future `--auto`-generated migrations peewee_migrate seems to re-add the not-null constraint as new change.

the same goes for the `rollback` which contains the following invalid lines: ``` python migrator.remove_model('model') migrator.remove_model('basemodel') ```

I can now reproduce the issue after pretty much every hibernate of my machine with the following sway config snippet and swaylock 1.6-2 (arch linux): ``` exec swayidle -w \...

Alternatively we could do what the Terraform libvirt provider is doing and have only a single attribute `fw_cfg_name` to tune a single name, only support `:file` and then an abstract...

Follow up on the virtual machine bring-up: it seems that `get_ipaddress_from_system_domain` is not working either. Simply commenting out the following helped in getting a machine up with `qemu_use_session = true`:...

This is with libvirt-10 on openSUSE Leap 15.5 (with a fix for https://bugzilla.opensuse.org/show_bug.cgi?id=1219986 applied). Will soon try with libvirt-9.

@electrofelix unfortunately not, polkit is working: ``` muellert@o184i163:~> virsh -r -c qemu:///system iface-list ==== AUTHENTICATING FOR org.libvirt.unix.monitor ==== System policy prevents monitoring of local virtualized systems Authenticating as: root Password:...

a similar warning is coming from netty when running `data-serving` on arm64: ``` INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested,...