Konrad Adasiewicz
Konrad Adasiewicz
Same behavior on master branch. ``` $ ./hydra -v -L ../wl.txt -en rdp://10.129.1.13 Hydra v9.3-dev (c) 2021 by van Hauser/THC & David Maciejak - Please do not use in military...
Maybe add this feature for all coins, not just BNB?
I only have DailyTradingMode enabled using SimpleStrategyEvaluator with BBMomentumEvaluator. There is also nothing more in evaluation matrix.
No changes, just vanilla image from dockerhub. Image ID: 598481eac194, now the id does not match image from hub (I just checked it, not sure why they don't match), but...
You can set scaling method when creating texture: ```rust let tex = Texture::from_path( factory, "tex.png", Flip::None, &TextureSettings::new().mag(texture::Filter::Nearest) ).unwrap(); ```
Here is VSCode window after toggling developer tools, and typing: "[Enter]pro" on Linux  Same scenario on Windows 
Probably it was fixed.
I fixed the plugin: https://github.com/omicronns/octoprint_macro Basically I replaced sending GCode function, with one from multiline terminal plugin.