infacto

Results 48 comments of infacto

That's annoying. Here's just a demo: ![demo](https://user-images.githubusercontent.com/60390085/163158812-35f4695c-c8c2-489f-a5b6-d1d349a5a4af.gif) ```html {{ item.name }} ``` ```ts @NgModule({ // ... providers: [ { provide: MAT_TOOLTIP_DEFAULT_OPTIONS, useValue: { showDelay: 500 }, } ] // ......

@rossyman Great solution. But `` does not work. It's `false`. You should change the setter like that: ```ts set: function(booleanAttribute: boolean | unknown): void { this[coercedBooleanKey] = booleanAttribute === ''...

It would still be great if Angular supports this natively. (Mandatory post to prevent auto-close due to inactivity.)

I can confirm. It's weird. Sometimes random apps like Calc, Alarm or Weather open when I click X (close to systray). Mostly the calculator. Why? I haven't seen anything like...

Just happened: I closed Mattermost (v.5.0.4) window (sent to systray) and the Windows settings overview window opened. Why? In this case: A fresh Windows start at morning. I wrote something...

Again today. It opens the Windows settings overview window. Btw. the issue title can be changed. It's not only the calculator.

And again. Mattermost has open the alarm & clock app from Windows on closing. Nope, it's not an april fool.

It happened again. This time with debug log. It opened the Windows 10 Calculator on Mattermost Desktop window close click. 1. Fresh PC start. 2. Mattermost automatically started. (Windows autostart)...

How to use the button events e.g. `(tap)` and `(press)` in Ionic 5? Removed? No replacement? I don't want to create a custom directive now. Without the obsolete hammer-js. Is...

@liamdebeasi Thanks for the info. At this moment I crafting a directive with the Ionic `GesturesController` to implement the events from Ionic 3 and more e.g. period long-press: - **press**...