Konrad Adasiewicz

Results 8 comments of 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 ![vsc-cmake-linux](https://cloud.githubusercontent.com/assets/6955179/17559245/d6fe01b0-5f1d-11e6-908b-6e162b313a8b.png) Same scenario on Windows ![vsc-cmake-windows](https://cloud.githubusercontent.com/assets/6955179/17559438/8b09f150-5f1e-11e6-8a98-99853196c130.png)

I fixed the plugin: https://github.com/omicronns/octoprint_macro Basically I replaced sending GCode function, with one from multiline terminal plugin.