Michael Parry

Results 27 comments of Michael Parry

I tried to do it when I made this example. ```html // template.html ``` ```typescript @ViewChild('layer') layer; ngAfterViewInit() { // Tricks to update style const layerStyle: style.Style = this.layer.instance.getStyle(); this.layer.instance.setStyle(function...

On the `next` branch, there are warnings but the application with Ivy works with me.

Sorry I missed your message 😅 I use pipenv, FastAPI and pytest (pytest, pytest-describe, pytest-cov and pytest-mock). My project have this kind of architecture: ``` 📦root ┣ 📂src ┃ ┣...

Thanks for your answer, indeed I have no `__init__.py` in my project. I found a similar issue https://github.com/nedbat/coveragepy/issues/1024 on the [nedbat/coveragepy](https://github.com/nedbat/coveragepy) repo. I will continue to indicate my folder manually.

I agree with all of this. In general it would be really good if it dealt with aliases (js and ts). For the moment I have found this issue: https://github.com/renke/import-sort/issues/26...

Hello, progress on this subject ?

I was just looking for a solution to this. If it helps, there is an [article](https://netbasal.com/typed-reactive-forms-in-angular-no-longer-a-type-dream-bf6982b0af28) (bonus part) that provides a beginning of answer. And especially this [lib ngx-mf](https://github.com/iamguid/ngx-mf) that...

So, after a year with no response, I'm sharing my workaround. For the context, [jasmine is not able to spy the functions exported by Typescript 4](https://github.com/jasmine/jasmine/issues/1414). (This is possible with...

Yes, it's a good idea to be able to target a folder to, but also the entire also. Initially, yes, I'd like it to target yaml and json files (do...

Not really. I found this issue. But for me, it's in the annotations, not the summary.