Mike English
Mike English
Can I ask why you've decided to go this route rather than integrating with [test-kitchen 1.0](https://github.com/opscode/test-kitchen) and [kitchen-lxc](https://github.com/portertech/kitchen-lxc)? It seems to me like there might be an awful lot of...
I'm not sure I quite understand. Test-Kitchen 1.0 will soon have support for multiple provisioners (cf. [opscode/test-kitchen#128](https://github.com/opscode/test-kitchen/pull/128)), and already has support for multiple providers (e.g. [vagrant](https://github.com/opscode/kitchen-vagrant) [lxc](https://github.com/portertech/kitchen-lxc) [bluebox](https://github.com/blueboxgroup/kitchen-bluebox) [cloudstack](https://github.com/fifthecho/kitchen-cloudstack) [digitalocean](https://github.com/gregf/kitchen-digitalocean)...
Thank you for taking the time to write this detailed response. I have a better idea of where TestLab is headed now. Incidentally, @LordCope has been working on a new...
Hi! It looks like this issue pertains to this code: https://github.com/xiph/rav1e/blob/6ca4bc75f68298778807e1ec1fcde384aec17594/src/bin/rav1e.rs#L409-L433 and this code: https://github.com/xiph/rav1e/blob/6ca4bc75f68298778807e1ec1fcde384aec17594/src/bin/rav1e-ch.rs#L420-L444 Do we just need to mention that this lack of support also applies to wasm...
What do I need to try this out? I have GnuPG 2.1 already.
My gut-check says that solution 3 is likely to be a yak-filed trap. I could see something like 1 or 2 working though. One other "problem" not in your list...
Yes, that's exactly the type of thing I was thinking. It would allow someone to keep their configs in this shared repo or someplace else ( e.g. `~/dotfiles/emacsconfig/`). It should...
That sounds good to me. So, assuming that I have emacs-config checked out to `~/.emacs.d`, then in my `.zprofile` I'll be able to... `export AO_EMACS_USER="english"` and it will source `~/.emacs.d/init-english.el`...
I also had this issue and found that [building YUView myself](https://github.com/IENT/YUView/wiki/Compile-YUView#mac-os) fixed it. In other words, YUView does build on arm64, there just aren't binary releases yet.
Technically, allowing loopback host candidates to be gathered would be a violation of the ICE spec, so if this optional behavior is implemented, we should make that clear to users....