Mathieu Tarral
Mathieu Tarral
closed by #78
Bug reported to [dynaconf](https://github.com/dynaconf/dynaconf/issues/853)
The original issue has been fixed in dynaconf: https://github.com/dynaconf/dynaconf/issues/853 However after testing to repro this bug with `3.1.12` dynaconf release, i found another one: https://github.com/dynaconf/dynaconf/issues/876
This issue is waiting on next dynaconfig release `v3.1.13`
> The new merged entry via setup.py entrypoint causes ~100msec extra startup time CPython initialization takes between 10 and 100msec as well. A better performance fix for `mcat` subcommand would...
Hi @aghamir, Thanks for your question, i will add a section to the documentation explaining the branches. - master: main stable branch, currently holding kvmi-v6 but will move to kvmi-v7...
Yes, you should move to kvmi-v7, i shiuld post a detailed versioning between v6 and v7 Happy hacking 👌
On `KVMi-v7` the `name` is set now. The VM start time is still empty though
@adlazar my bad, it is my translation to a string date that seem to be incorrect. ~~~ --KVMi handshake: -- VM name: winxp -- VM start time: 2159253 -- VM...
Hi @wangbaba523, I'm not knowledgable about the kvm part, but an emulator is complicated piece of software to implement and will always be incomplete. Althought, the call instruction is very...