Robert Akhmerov
Robert Akhmerov
@luyandasiko I suppose that you are using ZF3 service manager which has [compatability issues](https://github.com/zendframework/zend-servicemanager/blob/master/src/AbstractFactoryInterface.php) with this library. Here are abstract factories affected by it: ``` \ZfSimpleMigrations\Model\MigrationVersionTableGatewayAbstractFactory \ZfSimpleMigrations\Library\MigrationSkeletonGeneratorAbstractFactory \ZfSimpleMigrations\Model\MigrationVersionTableAbstractFactory \ZfSimpleMigrations\Library\MigrationAbstractFactory ```...
Oh, I've just realised that I can map russian symbols in "User-defined sequences". Small duplication, but it works 😄
@samhocevar thank you! Yes, I got the same: `фФиИсСвВуУаАгГ`. 😊 @cubimon sounds interesting! Currently I use OS language sources But if I will create separate layer with russian letters (based...
@samhocevar sounds great! I will try to hack it too. [Here is](https://github.com/qmk/qmk_firmware/blob/master/quantum/process_keycode/process_unicode_common.c#L100) starting point. What is WinCompose combination for digit 0-9 input?
@samhocevar thanks! Is there combo in WinCompose for integer Unicode input now? I will hack it in my implementation :)
Thank you for deep explanation 🤔 I see this as a general issue for international users: you have to switch layouts to type any english composition with WinCompose. It is...
Removal of old version and installation [4.8.1.9](https://github.com/amnezia-vpn/amnezia-client/releases/tag/4.8.1.9) helped me. I've resetted Keychain and Amnezia was crashing repeatedly. Maybe that is somehow related to the problem.