Nils

Results 9 comments of Nils

Same here on linux: IntelliJ IDEA 2021.3.2 Build #IU-213.6777.52, built on January 28, 2022

Webpagetests API Keys are limited in the amount of tests you are allowed to run and also in the locations one may use. That is stated [here](https://www.webpagetest.org/getkey.php): _The API keys...

We measure multiple pages with one script. So for example to measure a typical customer journey in german apple store: setEventName homepage_entry:::Apple_homepage_entry navigate https://www.apple.com/de/ setEventName category:::Apple_category_accessories navigate http://www.apple.com/de/shop/mac/mac-accessories setEventName productList:::Apple_productList_mac...

If you like you could open another issue for CI integration and write down your ideas.

Experiencing the same in a project using go modules. ``` $ go version go version go1.12 linux/amd64 $ mockery -version 1.0.0 ``` Operating System: KDE neon 5.15 KDE Plasma Version:...

Same for me, would be much better, if the error message of elm-compiler would be shown.

Another case, where generated helper functions are problematic is when there are two fields, one named with prefix `has` together with the name of the other field. So for example...

I would really appreciate this feature! Without one can only use this in a limited way, because I write templates for nearly every artifact to be able to parametrize the...

@deadprogram Could you please show an example for defining commands that can be called after robot is started? I'm controlling a stepper motor with the snippet below. But my robots...