Meade
Meade
I've forked this repository [here](https://github.com/TheDarkula/rust-lang-atom). If you want to make your pull request there, I'm actively working on it.
I've forked this repository [here](https://github.com/TheDarkula/rust-lang-atom). If you want to make your pull request there, I'm actively working on it.
@elonzyy Ah. Great digging!
@elonzyy I did some more digging, and I do not see the `hotkey-rs` crate anywhere in tao's dependencies in the output of `cargo tree`. Am I missing something?
This affects me on a Pixel 6a running GrapheneOS as well.
I just built an image with your latest `Dockerfile`. Following that, I jumped into a container with this: `docker run -it joseluisq/rust-linux-darwin-builder:latest /bin/bash`. I ran your command, `x86_64-apple-darwin21.1-clang -mmacosx-version-min=10.12 carbon_hotkey_binding.c`,...
[Here](https://github.com/themeliolabs/mellis/runs/6297693577?check_suite_focus=true) is something curious. I ran these two steps: ``` - name: Clone Tao run: git clone https://github.com/tauri-apps/tao - name: Build run: pushd tao/src/platform_impl/macos/carbon_hotkey; clang -v -mmacosx-version-min=10.12 carbon_hotkey_binding.c; popd ```...
@bjw-s Thank you so much for the `3.3.0` update! I just tested out this block: ``` rawResources: ingressroutetcp-listener-tcp: enabled: true apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP spec: entryPoints: - st-listener-tcp routes: -...
@bjw-s Absolutely! Ah, the wonderful world of inconsistencies :) That sorted it, thank you!
@zaneschepke I noticed that this occurs with the always-on VPN. If you connect to a VPN, then disable wifi/mobile data, WG Tunnel will still say it is connected, even though...