-
Wire Version: 3.1 from github 19.10.17 cd8364cb3bc1671791dd261b7400c7117c483296
OS: OpenSuse Leap 42.3
Do you have an antivirus software installed: No
What steps will reproduce the problem?
```
…
-
Wire version: build failure, git revision: 52e70b04c3b194804c3501a039a98797d904ffb9
Wire for web version: N/A
Operating system: Fedora 27 x86_64
Which antivirus software do you have installed: None…
-
As discussed in #206, current poll API of futures and streams takes them by mutable pointer. That would suggest those are always valid after call to `poll()`, which is not the case, since `poll()` sho…
-
Kushal Pisavadia has reported on [twitter](https://twitter.com/KushalP/status/820995772825174022) that he's having trouble compiling cernan. Twitter's too wee to get much information so I'm creating t…
-
Is there any documentation about OpenSSL needs? I'm getting errors like
```
crypto/aes/aes.c:573:6: error: no previous prototype for function 'GFp_AES_encrypt' [-Werror,-Wmissing-prototypes]
```…
-
I've started on a wrapper of netcode for Rust located at https://github.com/vvanders/netcode-rust (until we can figure out best way to merge).
Right now only client functions are hooked up and noth…