Mo Bitar
Mo Bitar
I can confirm this! My hope was that the modifer key disables panning on a touch screen, but this is not the case :(
This issue will be prevented by https://github.com/rust-lang/rustlings/issues/1919
Should be resolved by the new handling in v6
There is a workaround here which worked for me: https://github.com/JuliaPlots/Plots.jl/issues/3575 But this is not a solution, only a workaround. The bug has to be fixed somehow.
Pinging @orhun because you were willing to test it 🥰
@norraell I will add a note about this to the README. Thanks :D
@norraell The README is now updated to include `rustup update` as a troubleshooting step if the installation fails :D
@orhun Thank you for reporting this issue 😅 Would it be fine if I create the file `.cargo/config.toml` with `target-dir = "target"` to override the global setting? Otherwise, I would...
It is not that easy because [Cargo looks for the config file in the current directory and all parent directories](https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure). You would also need to find out what `$CARGO_HOME` is....
Hi Jan @dotjpg3141, thank you very much for your very valuable detailed feedback. I can't express how much it means to me, thank you for your time 🤗🤗🤗 I will...