Oscar Rainford

Results 12 comments of Oscar Rainford

Just curious what the state of landing this PR is? This would be great to have. Looks like tokio-rs/tracing#808 was merged in September.

I'd also be happy to help out on this PR if there's anything I can help with.

Yea, I actually had the username incorrect, the main issue was more that the connection test should never really succeed, as it's quite misleading.

I'm trying to do something similar to this. I have a repo with multiple micro-services, each service is pushed to a registry (`ghcr.io///:`) and it doesn't seem possible to use...

I might have a look at getting it running on OS X, another one to add would be freebsd (pfSense package too).

May be worth looking at [OpenVPN's implementation](https://github.com/OpenVPN/openvpn/blob/master/src/openvpn/tun.c#L1441) for OS X and FreeBSD.

I've started working on kqueue (bsd/osx) support, just waiting on https://github.com/nix-rust/nix/pull/396 at the moment.

[Signal](https://crates.io/crates/signal) also seems to only be supported on linux so will have to sort that out.

Same issue here, trying to use onPress from within a stack in a modal and it doesn't trigger, but onPressIn and onPressOut work. Anyone found a workaround?