Timon
Timon
From reddit. Probably not a minimal example, but this fails for me: ``` cargo new bug cd ./bug/ cargo add async-std echo "fn main() { let _ = async_std::task::yield_now(); }"...
# Task Description Laminar currently does not provide much internal information to the outside. To solve this we need to have metrics, and a way to integrate this easily. #...
Implement a CRC16 checksum for the payload integrity. Task The CRC16 should be added to the [StandardHeader](https://github.com/amethyst/laminar/blob/master/src/packet/header/standard_header.rs) - Create a u16 entry for the `StandardHeader`, the CRC16 should be the...
Currently, we fragment our packets, however, there has been some problems with this. I am not sure about the exact problems because it was discussed a while ago. However, our...
# Task Description Currently, we haven't really validated the guaranteed reliabity yet. We do have unit tests but it would be nice to see an integration test that uploads a...
I think it would be cool to have our own book for this crate. Describing the decisions we made, and how we are generally handling all the network stuff. Feel...
Parsing ANSI codes to input events is a pain. There is no good way to tell which terminals implement which key combinations. Therefore it might occur that some terminals do...
**Describe the bug** MSYS, CGWIN, Mintty (e.g. gitbash, windows ssh-terminals) have in common that they are tools that do not have access to the internal WinAPI of windows. This is...
# Task Description If you call `terminal.clear(ClearType::All)` the whole buffer, the visible, and the invisible part should be cleared. This happens correctly on Linux, however, the winapi implementation only clears...