Günter Zöchbauer

Results 78 issues of Günter Zöchbauer

**Describe the bug** When I execute `dap-debug` I get asked for a debug template and then for a device to run the app on. It always lists my real device,...

I think it would be quite helpful to have at least some entry-level example how to apply custom styles mentioned in https://github.com/dart-lang/angular_components#custom-component-styles

https://github.com/dart-lang/angular_components_example/blob/master/lib/src/material_input_demo/material_input_demo.html none of the examples bind to any data

I was only able to find `SelectionModel.selectionChanges` but that also fires when the initial value is assigned by code but that's rather inconvenient.

Type: enhancement

https://tools.ietf.org/html/rfc2971 seems not to be supported. See also https://developers.google.com/gmail/imap/imap-extensions

@sethladd commented on [Wed May 31 2017](https://github.com/flutter/flutter/issues/10417) For contributors from our community, we'd like to point them to an HTML/CSS authoring style guide. This could be a Wiki on the...

needs-info
p3-low
e3-weeks

![image](https://cloud.githubusercontent.com/assets/405837/24868159/7d31e9ba-1e0f-11e7-9a95-5c23952cd221.png) Should tear-offs of generic methods work? The analyzer currently can't handle it. It might be better to not report such cases until it is fully supported.

type-enhancement
P2

literal values (String, int, double, not sure about others) should only be assigned to named constants (except 0, 1)

type-enhancement
lint request
P3

I tried to find a way to decompress a zip file and get a stream of decompressed content for a file which I can then pipe to an IoSink. My...