Tim Straubinger
Tim Straubinger
I'm using the Kitty terminal emulator with crossterm's raw mode, `DISAMBIGUATE_ESCAPE_CODES` and `REPORT_ALL_KEYS_AS_ESCAPE_CODES`. I noticed that caps lock was always being reported as active via `event.state.contains(KeyEventState::CAPS_LOCK)`, even when toggling the...
Currently, `Stream` does not implement `Send`, and consequently, I am not allowed to move it from one thread to another in safe Rust. When I want to associate a stream...
Convert the code to run as Python3, since Python2 has been unsupported for over 4 years. Most of the fixes involve `serial.Serial.read` and `struct.pack` now returning a `bytes` object instead...
### Feature description In brief, I propose implementing [PyTorch's `grid_sample` method](https://pytorch.org/docs/stable/generated/torch.nn.functional.grid_sample.html#torch.nn.functional.grid_sample) in Burn. This method allows one to pass a tensor of points in 1D, 2D, or 3D Euclidean space...