Thomas Tempelmann
Thomas Tempelmann
TL;DR – User should be given the choice to specify the location of the freshly created VM, especially if the startup disk's space is not sufficient. Also, when moving a...
I've updated the docs and the code to modernize it and to add an easy way to have alternative icons shown in the dock, with the main purpose of having...
Should resolve issue #17 I had to disable the code that would abort the discovery if there's an error with the socket, as it's now possible that some of the...
I have my Mac configured to use two network interfaces on two subnets. When I use `discoverService()`, it will only get responses on the default interface. The solution is to...
### Operating system Syno DSM ### Description Using the plain VNC protocol to access the macOS VM is quite painful when you're trying to control the VM from a Mac....
Currently (0.8), pointer properties that are set lazily use a separate flag to tell when they need to be deleted again in the destructor. It would be cleaner to check...
To be on the safer side, constructors should set all pointers to zero, ideally like this: file_t::class_t::class_t(...) : kaitai::kstruct(p__io), ***m_somePointer(0)*** { ... Or, ideally, use nullptr (may not be backward...
I had been running 4.1.4 on macOS 10.13.6 before, but when installed 4.1.7, it would crash at launch due to missing swift libraries such as "libswiftCore.dylib" How I fixed this:...
flaschen.py can now send images that are larger than the max UDP packet size. (cherry picked from commit b0e1e0b982ce8363492d6591cb97dba5b3da2af6)