Vitaly Cheptsov
Vitaly Cheptsov
**Guide**: OpenCore Install Guide ([link](https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#acpi)). The advice to use iMac20,x SMBIOS with frequency vectors results in Apple Comet Lake frequency vectors being used. There you would find QoS values that...
Hello, shall we update I225 guides to reflash their NIC with updated subsystem-vendor-id and subsystem-id? There apparently is a workaround published e.g. [here](https://github.com/5T33Z0/Gigabyte-Z490-Vision-G-Hackintosh-OpenCore/blob/main/I225-V_FIX.md#technical-backgroud) suggesting to change them in the NIC...
We need to update https://dortania.github.io/OpenCore-Install-Guide/ to include Z590 information. Here is a reference config, which can be of some help. There also are notes: - https://dortania.github.io/hackintosh/updates/2021/04/24/rocket-lake.html - https://dortania.github.io/hackintosh/updates/2021/06/07/acidanthera-june.html [EFI-Z590-PUB.zip](https://github.com/dortania/bugtracker/files/6759182/EFI-Z590-PUB.zip)
**Guide**: Wireless Buyers Guide ([link](https://dortania.github.io/Wireless-Buyers-Guide/)) At least some people here remember a table made by Skvo, which outlined Wi-Fi compatibility (https://github.com/acidanthera/bugtracker/issues/1629#issuecomment-833034654). This table was an intuitive way to see which...
*Guide*: OpenCore Post Install Guide ([link](https://dortania.github.io/OpenCore-Post-Install/universal/memory.html#mapping-our-memory)) - Firstly, you can always use RestrictEvents. It is very simple and resolves the issue in an elegant way. - Secondly, I checked the...
**Guide**: OpenCore Post Install Guide ([link](https://dortania.github.io/OpenCore-Post-Install/usb/manual/manual.html#determining-the-properties)) The suggested path looks weird and overcomplicated. - `IOProviderClass` is unused, as it is not the property you match on but the property you...
**Guide**: OpenCore Install Guide ([link](https://dortania.github.io/OpenCore-Install-Guide/clover-conversion/Clover-config.html)) As of now: - `TgtBridge` patches can be implemented via `Base` property in many cases. - `RadeonDeInit` is best to be performed by WhateverGreen, and...
Given a form with the following parameter: ```py param_test = util.ChoiceStringParameter( name='test', multiple=True, strict=True, choices=['a', 'b', 'c'], default=['a', 'b', 'c'], ) ``` Selecting any value in `test` results in immediate...
For the following code snippet: ```py param_test = util.BooleanParameter( name='is_test', label="Enable test (uncheck for no test)", default=True, ) ``` The form will not have `is_test` checkbox enabled when running the...
**Description** Current Testflight build crashes almost immediately after unlocking when searching for a login. **How to reproduce** Steps to reproduce the behavior: 1. Open Keepassium. 2. Unlock database. 3. Type...