Mathieu Tarral
Mathieu Tarral
As a workaround I used the [`vagrant-host-shell`](https://github.com/phinze/vagrant-host-shell) plugin to run a local script that will get the guest's IP address via `vagrant winrm-config` dump and then provision the guest with...
Since [vagrant-host-shell](https://github.com/phinze/vagrant-host-shell/tags) is unmaintained since 2014, and Vagrant 2.3.7+ breaks the plugin compatibility, I switched to another workaround based on Vagrant triggers: ```ruby config.trigger.after :provision do |trigger| trigger.info = "Provisioning"...
Hi @hynek and thanks for your answer. So a class decorated by attrs is not meant to call `super()` ? How should it initialize it's parent attributes ? In the...
This issue is still affecting me. @schemar are you still aware of this, or did you think that #460 fixed both bugs ? I'm using obsidian tasks v1.20.0 and when...
hi @claremacrae > In other words, don't worry about complicated things like trying to preserve the original cursor location when the modal was opened - just always leave the cursor...
Hi, thank you for posting your issue. Can you reformat your post with Markdown ? It's very hard to read right now. Then I can take a look.
Thanks You checkout kvmi-12 which is a version created for upstream integration, but not tested very well. Please follow these instructions to get the stable branches: 
Hi @5angjun, I think we need to understand why the slaves (or Workers) are dying in the first place ? That shouldn't happen. You can get more logging information with...
Hi @gz, > Is there a definition in the SDM somewhere that talks about what is considered an "x86 standard register"? I think the official term is `general-purpose` registers, excluding...
Hi, > when i provisioning Target Driver, I want to see the Vm with remote access when provisioning stage. The VM will be managed by libvirt, so you should be...