Tim Straubinger
Tim Straubinger
I was not able to get the HiTechnic Accel sensor working as described in cho934's last post, but the following combinations worked for me. Note the addition of `ev3-ports:` to...
I'm also not seeing Shift or Control modifiers during an Enter key event using Linux. The Alt key works fine though. Pushing `DISAMBIGUATE_ESCAPE_CODES` and `REPORT_ALL_KEYS_AS_ESCAPE_CODES` doesn't seem to help. I'm...
Also missing ctrl+backspace on Linux. Switched to Kitty instead of GNOME Terminal and all three combinations (shift+enter, ctrl+enter, ctrl+backspace) are working. Also ligatures FTW
I'm taking a stab at implementing this over at [https://github.com/timstr/burn/tree/feat/grid_sample](https://github.com/timstr/burn/tree/feat/grid_sample), so far I seem to have a working implementation of a `grid_sample_1d` op. I'll hopefully have 2D and 3D grid...
One thing I would like to support is different padding modes for when indices extend beyond the data, such as zero-padding, repeat-padding, and mirror-padding. In principle this choice would be...
@wizenink no update! I got pulled away into other projects. Please feel free to continue my work!