Gavin Henry
Gavin Henry
Hi, Is it possible to sponsor StartTLS support? Thanks.
Hi all, I was just reading https://zguide.zeromq.org/docs/chapter8/ and saw the Harmony pattern, then got on to http://randalh.blogspot.com/2012/12/zeromq-true-peer-connectivity-harmony.html?m=1 which mentions Zyre. Hence ending up here :-) I'm currently exploring the sharing...
https://pub.dev/packages/flutter_ios_voip_kit
Hi all, ``` D/RNCK:VoiceConnection(21081): onReject executed D/RNCK:VoiceConnectionService(21081): deinitConnection:b94baea1-864d-4aca-99e4-9940531c32db I/flutter (21081): [CallKeep] INFO: received event "CallKeepPerformEndCallAction" {callUUID: b94baea1-864d-4aca-99e4-9940531c32db} ``` How can I hook into `onReject` as its not `CallKeepPerformEndCallAction()`. Thanks.
``` I/flutter (22732): Caught error: PlatformException(error, Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference, null, java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null...
### Environment * Elixir version (elixir -v): Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns] Elixir 1.16.2 (compiled with Erlang/OTP 26) * Phoenix version (mix deps): phoenix (Hex package)...
Just following [the tut](https://rust-lang.github.io/rust-bindgen/tutorial-4.html) and notice no tests at the `cargo test` stage? There was when I ran `bindgen` by hand like so: ```bash $ bindgen --allowlist-function "sentrypeer_config_new|sentrypeer_config_destroy" \ conf.h...
### Intro [SentryPeer](https://github.com/SentryPeer/SentryPeer) is being extended using Rust as a lib. This Rust lib also uses SentryPeer via a C lib it generates, hence the use of `cbindgen` and `bindgen`...