Ingo Bürk

Results 45 issues of Ingo Bürk

Since this is very much related to the stated goal of ngqp, it would make sense to provide some easily accessible information for that even if it isn't directly handled...

Type: Feature
Comp: Docs
Status: Accepted
Priority: Low

Pango fonts offer a much improved font rendering experience.

enhancement

### Feature Description #4398 introduced a generic type argument for `MatDialogConfig`. This type argument is forwarded in `open`. However, the type is never tied in anyway to the actual component,...

feature
P3
needs discussion
area: material/dialog

If your CLI supports `cli foo --bar` and you type `cli fooo --bar`, you get an error that the flag is unknown. In reality, the command is unknown, so the...

**Describe the bug** (First off, I'm not 100% whether this is a bug, a feature request, or me not understanding something, so apologies if I categorized it incorrectly). I have...

bug

In our project we just ran into the following human error situation: ``` var _ = Describe("Some API", func() { DescribeTable("for some context", func() { DescribeTable("does something", func(someArg bool) {...

#### Please describe the feature you would like to request. The docs website implements a scrollspy so that the currently in-view fragment of a page can be highlighted. However, this...

feature
P5
needs: discussion
area: cdk/scrolling

The title is pretty self-explanatory; tools like these definitely should have a man page. :-)

enhancement
help wanted

I would love to have some ``` Include foo.tape ``` command to modularize tapes a little bit. For example, one may require some setup (logging into an application), or want...

# 🐞 bug report ### Affected Package The issue is caused by package @angular/core. ### Is this a regression? No. ### Description The type of `QueryList#changes` is `Observable` ([link](https://github.com/angular/angular/blob/7.2.14/packages/core/src/linker/query_list.ts#L44)). Given...

area: core
state: has PR
core: queries
type: confusing
design complexity: low-hanging
cross-cutting: types
P3