Dave Vasilevsky
Dave Vasilevsky
### Describe the bug Steps: * Open Input Leap * Check the "Server" radio button, to switch to server mode * Hit the "Configure Server" button * App crashes. Reports...
Fixes #150
On some platforms, such as 32-bit PowerPC/MIPS, [atomic loads/stores of 64-bit values are not possible](https://doc.rust-lang.org/std/sync/atomic/#portability). Under these conditions, Nucleo (and therefore Helix) will fail to build, due to use of...
What does this PR change? What problem does it solve? ----------------------------------------------------- FUSE on Linux sometimes returns dir-entries with st_ino == 0, which causes Readdirnames() to filter those items out. This...