Nathan Sizemore
Nathan Sizemore
When creating a channel: ``` rust let (tx, rx): (Sender, Receiver) = channel(); ``` The brackets are not highlighted the same. Sender's are blank while the Receiver's get highlighted.
``` Debian GNU/Linux 8 kernel 3.16.0-4-amd64 $ gcc --version gcc (GCC) 6.2.0 $ clang --version clang version 3.9.1 ``` When changing CMake option `NANOGUI_BUILD_SHARED` to `OFF`, the following errors are...
When opening the IDE on Linux with dual monitors, the splash windows is centered between the two monitors instead of the center of any one monitor ``` Distributor ID: Ubuntu...
This fixes initial connection span being treated as error instead of info. ## Type of change Miscellaneous (related to maintenance) ## Checklist: - [x] Formatted with `cargo fmt` - [x]...
# Expected Behavior When the OS reports a socket is disconnected, the link/broker would report the notification. # Current Behavior No event is published signaling the disconnect. ## Context ```toml...