Oliver Sayers

Results 44 comments of Oliver Sayers

Please stop the +1's You can thumb up the issue itself... Anyway, it is already fixed [here](https://github.com/jacogr/atom-git-control/pull/247#issuecomment-338564321) as @mission802 said.

Well, the problem is @jacogr and @MarcelMue seem to be MIA judging by the open issues and PRs

@karamanolev Well my change to `-march=corei7-avx` seems to get it most of the way there. Now there is a couple errors in the tests and flake8 fails. `/Users/ivailo/Downloads/test_log.log` does not...

I still loose configurations. 2 Venom sticks in PS4 mode. Right now my second controller is configured fine but first is not, this is my `XOutput.ini` ``` [a41bf670-0992-11e6-8002-444553540000] AAEAAgAAAAMgACEAIgAjAAAGAAcABAAF/////wAMAAkACBABEAAQARAA [22c9ba00-5463-11e6-8004-444553540000]...

Did a bit more testing, might be an windows/driver issue in my case. Steps to reproduce: 1. Start XOutput 2. Configure sticks 3. Close and reopen XOutput (config stays) 4....

You can use jetify to convert to androidx, as below: ``` npm install --save-dev jetifier npx jetify npx cap sync ``` As a bonus set your postinstall script `"postinstall": "jetifier"`...

> Very good but how to permanently fix this row? > Every time I execute `ionic cap sync` the code is rolled back to the original. See here https://github.com/bitpay/cordova-plugin-qrscanner/issues/319#issuecomment-651862009

You can add `"blt_version": 2` to the mod.txt of any 'outdated' but working mods

It is as simple as setting autoplay to 1 in query parameters of embed src as described on the youtube [documentation](https://developers.google.com/youtube/player_parameters#autoplay). This is how you do it: ``` this.embedService.embed_youtube(this.youtubeId, {...

I would say on data access perform the migration, if you `set` an existing key it would remove from the old store then add to Encrypted, similarily if you `get`...