Ilya Borisov

Results 18 comments of Ilya Borisov

@milanov the full strategy (includes viewport resize, which I decided to omit) I've adapted the SO answer from is covered with unit tests, so it's definitely possible. If you wish...

In the long run - definitely not. But it would be nice to have an option to update Angular first and gradually migrate forms a bit later. On Thu, Jun...

For those with the same issue, using a Debian-based node image instead of an Alpine-based was a reasonable workaround. I'd at least mention the compatibility issue in the readme so...

Had the same issue, here's what helped me: 1. Declare `monaco` as a symbol on `Window` for cases when I need to interact with it: ``` interface Window { monaco:...

> Thanks for your comments here, and I am trying to solve the same issue, but I am not very experienced with typescript. @Klaster1 would you be willing to expand...

@AlexElin please see [the branch I made](https://github.com/Klaster1/angular-material-components/tree/angular-17-update), you can observe the effect clearly there.

@stnor I tried the open/close hack and it did not help. Even after manually opening an Angular Material date picker, the ngx-mat-datetime-picker is still missing styles.

Had the same issue, you can work around it by setting the global timeout value: ``` let timeout = jasmine.DEFAULT_TIMEOUT_INTERVAL; beforeEach(() => { jasmine.DEFAULT_TIMEOUT_INTERVAL = 30_000; }); afterEach(() => {...

Any updates on this? Not baing able to click on file paths in output like in ConEmu is a huge deal breaker, I do this all the time while working...

A simpler version of this can be modeled as using the default browser for URLs not bound to a specific browser. My use case is exactly the same (personal and...