Results 32 comments of Lars Hanisch

I don't care so much about performance or lib size and I already use HarfBuzzSharp for measuring text widths. Is there any way to (optionally) enable font subsetting with HarfBuzz?

Since disabling controls in my apps is pretty rare, I don't care which solution will be present: `rawValueChanges` or disabling "disablebility" - or both. For now I will use the...

Thank you for giving me "compile-time-safe-SQL"! 🦄

I got hit by this today - has anyone some progress on testing dialog components? I can confirm that the tests works if I copy the `dialog-opener.ts` into my repository.

I helped myself and created an SVG, which I can use as an Angular Material Icon, to strikethrough other icons. If anyone is interested, here's the SVG (you have to...

While doing my monthly .NET updates I stumpled upon this, too. In April I updated to 2.1.44, but now this packages is not found on NuGet.org. Should I revert to...

I also think (re)setting the initial value when the route does not supply the input would be more consistent. For now I use the `transform` option instead of an extra...

I noticed something similar. We output our Angular apps to a directory inside the AspNetCore backend, so it gets served from there. I didn't noticed in our deployment builds, because...

AspNetCore 2.1 Support: https://dotnet.microsoft.com/en-us/platform/support/policy/aspnet/2.1-packages I will try to setup a simple reproduction sample. The tests are running fine (I should have mentioned that), but the warning in the build output...

Reproduction Sample: https://github.com/flensrocker/testfx-issue-3856