Günter Zöchbauer

Results 303 comments of Günter Zöchbauer

Being able to disable certain rules just for tests would be great already. My suggestion is to support configuration settings for - rules to be disabled for specific path patterns...

flutter/flutter#23621 should be fixed

``` (use-package quelpa-use-package :ensure t) ;; Bitwarden integration (use-package bitwarden :ensure nil :quelpa (bitwarden :fetcher github :repo "seanfarley/emacs-bitwarden")) ``` works well for me

I think it's a dart2js problem https://code.google.com/p/dart/issues/detail?id=17115

Ich hoffe ich finde bald mal Zeit StageXL näher anzusehen. Grüße aus Linz ;-)

It seems to be enough when `lib/main.dart` exists but then actually the entry-point passed with `-t lib/main-dev.dart` is actually used. #25637

![screenshot_flutter_6007](https://user-images.githubusercontent.com/405837/51108813-93763480-17f3-11e9-8b07-5777d3dfcfb5.png) From my Pixel XL

I couldn't find anything about circular progress indicator with other circular widgets in https://material.io/design/components/progress-indicators.html#circular-progress-indicators

I just run into a problem and disabling rules doesn't work as usual where I have a section in the `.eslintrc.json` for `*spec.ts` files https://jestjs.io/docs/en/configuration#testenvironment-string ``` /** * @jest-environment jsdom...