Günter Zöchbauer

Results 303 comments of Günter Zöchbauer

@bbss Thanks a lot for the feedback!

Similar https://github.com/mrmlnc/vscode-scss/issues/41

Good comments about this in https://stackoverflow.com/questions/9254891/what-does-content-type-application-json-charset-utf-8-really-mean I don't think it's the HTTP clients job to do the decoding. The header is no guarantee that the content will be of that...

Please use ![image](https://user-images.githubusercontent.com/405837/37955001-9f4ecd90-31a7-11e8-96da-081b7e30c676.png) instead of `+1` comments

@kingosticks in https://github.com/mopidy/mopidy.js/blob/master/src/mopidy.d.ts#L227-L289 only `track_no`, `disc_no`, `length`, and `last_modified` are marked optional. I just stumbled upon this because ```js { jsonrpc=2.0, id=0, method=core.tracklist.add, params={uris: [orfradio:oe3/live]}, } ``` returns ```js {"jsonrpc":...

Is there still something to do for the Flutter team?

AFAIR @munificent argued recently that side effects are fine for getters. An opt-in linter rule would be fine for people who want to prevent it anyway.

@matanlurey if they are grouped and more exotic lints are not in one of the main groups, then it shouldn't hurt. Implementing lints that (almost) nobody needs or wants is...

Wasn't there some discussion about tagging linter rules in slow and fast and then for example run fast rules live and others only on commit or similar?

@munificent I think overloading works fine for simple cases where a single parameter at the end is optional, but what if there are 3 optional parameters? That would require lots...