Henri Lunnikivi
Henri Lunnikivi
I was just going to propose that it would be very intuitive if, while typing a note, shift + tab would move the note being typed one level upwards. Then...
Ahha! This is an issue with termion. I tried to use another application that uses termion, and experienced the exact same issue.
Filed an [issue](https://gitlab.redox-os.org/redox-os/termion/issues/175) at termion. The panic happens without backtrace, so I don't feel like there's anything void can do in terms of saving work for instance, but I wouldn't...
This only happens on rxvt terminal emulator. Details in [issue](https://gitlab.redox-os.org/redox-os/termion/issues/175) at termion.
I don't think I can put it on open web due to conference publishers protections. Do you hang out at Rust Zulip server, Rust community discord, the Rust development discord?...
Here's the link to the original published in SpringerLink, finally! The publishers are really slow with these things. This project is cited as number 8. It's behind a paywall but...
I'd put it in the basket of "needs more testing", but it does work for e.g. `NumPy` since Rust has a library that mimics NumPy's interface (ndarray). My original use...
Yes, as it happens, Python seldom has "Python only" libraries and usually relies on either C, C++ or Rust for native acceleration, which all have pretty good inter-op with Rust...
Yeah, sure. What do I need to do?
We stumbled into this in our project. We're using a version of [lowRISC Ibex](https://github.com/lowRISC/ibex) which doesn't support direct mode interrupts at all. I patched an implementation of riscv-rt that **defaults**...