Alberto González Palomo
Alberto González Palomo
Sure, here is the result: ``` $ cargo run --release --example hello-compute 1 4 3 295 Finished release [optimized] target(s) in 0.19s Running `target/release/examples/hello-compute 1 4 3 295` [2022-12-20T18:40:06Z ERROR...
Well, `vulkaninfo` does not run because Vulkan does not work on this graphic card (Radeon 7990): it did work on this very system before with an AMD GPU of the...
Hi, just hit this issue with `7.8.0` and I can confirm that **upgrading** to `7.17.16` (latest `7.x` as of writing this) **solves it**. Machine is `ppc64le`, IBM Power9 CPU, on...
I’ll look into it, will have to start up a Windows machine. We could switch to another CLI library instead of linefeed: I just used it because I’m familiar with...
I can reproduce it reliably. The problem happens only when running inside the Cygwin console: when running under PowerShell or CMD.EXE as you mention, it works fine. MSYS2 “is an...
This might be a widespread problem: I’m checking alternatives, and for instance in [rustyline](https://crates.io/crates/rustyline) it says: > Note: Mintty (Cygwin/MinGW) is not supported Others don’t specify that. Two of them,...
Here are the problems with supporting [Mintty](https://mintty.github.io/) in rustyline from their issue tracker: > There are at least two problems implementing the [`Term`](https://github.com/kkawakam/rustyline/blob/master/src/tty/mod.rs#L146) trait (mainly the input part): > >...
I’ve bee looking into this. The problem is that the application would need to check at run time whether it’s in Mintty, and if so use a different code path,...
I agree on the importance of “just works”. The way things are is fine for my own use, but it would be a pity to leave this hanging. I might...
I suspect that if we find one that *doesn’t* support Windows, that would be the one that works on Mintty.