Ben Ramsey
Ben Ramsey
I feel like there are a lot of security/identity concerns to consider, especially with importing data verbatim. I could forge an import and pretend to be someone else, replaying all...
I just tested the same changes for `Install macOS Catalina.app`, and they work for Catalina, as well.
Unfortunately, the problem I have now is, after installation, the VM boots up into the UEFI Interactive Shell, and I'm stuck here.
From comments left on other issues here, I found this script, which copies the EFI files over for the APFS file system to boot properly in VirtualBox: https://github.com/AlexanderWillner/runMacOSinVirtualBox
@AxelRobles This commit changed the paths in the script so that the particular issue I was having no longer exists: https://github.com/geerlingguy/macos-virtualbox-vm/commit/37b24fac43044a67870d61cdc346d193fff7b314
I'm not familiar enough with how the query builder works with the `IN` expression. Are you able to do similar queries using `IN` with other data types? That is, does...
It looks like this is now working in PhpStorm, especially after I did an audit of all the type annotations and updated them in version 2.0.0. I'm closing this issue...
Thank you for contributing! 🎉 I committed this in bf292fb3ac4d26450cbd1118f9fa064c699486c5.
I've just released a version 2.0 that should fix this issue (by raising the minimum supported versions).
I've tried to be as backward-compatible with the object serialization and unserialization as possible. That is, I've tried to make the unserialization work in such a way that it detects...