Daniel Kimmich

Results 47 comments of Daniel Kimmich
trafficstars

It works for touch devices. Just try the demo on your device. However, there is a quirk for the mobile Safari. The tooltip won't open on click by default on...

I'm not sure if that's something a linter should cover. In my perspective, a linter is meant to be a tool which detects code smells and possible bugs in code,...

Yes I tried to fix it, but it turned out to be way more complex than expected. I did not succeed to fix this. What I observed is that the...

I've been able to narrow down the issue. With TypeScript 4.1 it works, since TypeScript 4.2 the described case is broken. Maybe due to their new feature [`abstract` Construct Signatures](https://devblogs.microsoft.com/typescript/announcing-typescript-4-2/#abstract-construct-signatures)....

I've stumbled upon this issue as well. Today I found the plugin [eslint-plugin-deprecation](https://github.com/gund/eslint-plugin-deprecation). And with this plugin, the detection of deprecated symbols seems to work reliably for me, also with...

In v5, the variables for foreground and background colors have been removed from the package. The discussion on whether this feature will be added back and if yes how is...

With v5 there is now a standard version and a no-rgb version available, for example: `--palette-primary-50` and `--palette-primary-50-no-rgb`. It should not be necessary anymore to wrap the variables in `rgba()`.

The solution is now fully described in the docs, so I'm closing this issue. @muellerdberlin In Angular Material typography, it's not possible to provide paths to fonts (see the [typography...

With Angular Material v15, and v4 of this package, this bug doesn't appear anymore, not even when using the legacy components. @johannesjo I think you can close this issue.

Should be fixed with version v4.0.1 via #110.