IchHabeKeineNamen

Results 26 comments of IchHabeKeineNamen
trafficstars

Also, thanks for the instruction on the `pytest`! This is the first time I use that tool and the guide helps me well! Your print method is also great! But...

@vadimcn usually I debug a program through the "code lens" feature without creating a `launch.json` For example, I click "Debug" here:

@vadimcn Yes I saw the line `sourceLanguages: [ 'rust' ],` at the verbose log

Looks similar to my issue , but I do have installed the SDK via the official installer.

This is my current workaround for this: ```rust pub struct TrackerRequest TrackerRequest

Don't pull cirocosta/stress from Docker Hub, rather you might git clone this repository first, and build it in your host with Docker

This project uses `isahc = { version = "1.7.2", default-features = false, features = ["static-curl", "text-decoding"] } ` which [respects](https://github.com/sagebind/isahc/blob/096aff7b13f4ff5bb474fdc27bc30b297a2968f6/src/config/mod.rs#L456) both `https_proxy` and `http_proxy`. To let the app be aware...

@Moshyfawn I have investigated a bit and i see this: In the future release it will be `alt-shift-up` and `alt-shift-down`.

Btw, thank you for making this project and the Veloren game, which make my at-work and off-work hours easier/happier. Also the tutorials of the two projects are great!