Guillaume Boutry

Results 17 comments of Guillaume Boutry

I have the same issue on Ubuntu 22.04. A quick workaround is to run lapce with the environment variable: `GDK_BACKEND=x11` Such as: `GDK_BACKEND=x11 target/release/lapce` It works because Ubuntu 22.04 runs...

Hello, do you have an estimate on the completeness of this PR ? I'm really interested, and ready to help if needed.

Hi @georgepachitariu, Sorry for the late reply, I was able to test your work, and indeed it works as expected, you did a really good job. Many thanks (I rebased...

@townsend2010 of course. The nova-compute service in Sunbeam is using Libvirt, which in turns uses QEMU (which in turn uses KVM).

Yes, We install sunbeam inside the multipass instance. Libvirtd is running in a snap `openstack-hypervisor` installed on that multipass machine. (Nova-compute is making libvirt calls to Libvirtd, but Nova-compute is...

Hey @4383, I have already tested a scenario with #1047, and it didn't fix. About #1042, I don't really see how it will solve the issue. But I can try...

Thanks for the explanation, then this is really between Nova and python3.13, and we'll need to figure out exactly how to fix that in either of them.

I have a 100% failure rate until now With the debug level: ``` LOGLEVEL=DEBUG jhack show-relation -m testos ntp:ntp-peers INFO:jhack:jhack running in snapped mode. Checking configuration... INFO:jhack:juju command is b'/snap/jhack/387/bin/juju\n'...

Of course: ``` $ LOGLEVEL=DEBUG jhack show-relation -m testos ntp:ntp-peers INFO:jhack:jhack running in unsnapped mode. Skipping .local/share/juju configuration. DEBUG:parse:format '{_}: {timestamp:ti} {_}' -> '(.+?): (?P(\\d{4}-\\d\\d-\\d\\d)((\\s+|T)(\\d{1,2}:\\d{1,2}(:\\d{1,2}(\\.\\d+)?)?))?(Z|\\s*[-+]\\d\\d:?\\d\\d)?) (.+?)' DEBUG:parse:format '{_}: {timestamp:tt} {_}'...