Michael Heyns
Michael Heyns
Can confirm same issue here. Arch Linux, neovim 0.1.4
Not sure if related, but I'm a [base16-shell](https://github.com/chriskempson/base16-shell) user. The colors in LilyTerm (and the colortest script included with base16-shell) work as expected... ...until I change focus to another window....
+1 on Nexus 7 1st Gen, Android 4.4
Additionally, Firefox when run with `MOZ_ENABLE_WAYLAND=1`
A two second sleep added after configuration, just for safe measure.
@dou4cc I'm not sure which method of encrypted swap you are after, but I just tried this project for the first time and it is working for my method without...
Being able to instantiate a Model with supplied Meta properties might be helpful for various use cases. - Different `table_name` depending on stage/region/account - Using the same Model across regions...
For reference, I can confirm `deepcopy` does not work for the above approach: ``` >>> id(ModelDev.Meta) 94844977756880 >>> id(ModelProd.Meta) 94844977756880 ``` As per [this SO answer](https://stackoverflow.com/a/64457309/1047090): > instead of making...
We've also encountered this issue. Our solution is to call the OpsGenie REST API and modify the resources in our terraform plans to match the orders in which they are...
Is there a known workaround for this? I was expecting `source_dir` to preserve the directory when not providing a trailing `/`. In other words: - `/my/path/node_modules` - produces a zip...