Michael Parry

Results 27 comments of Michael Parry

Also, I can't make pycairo functional. I tried to install it via pip (as suggested by optional-requirements.txt) : `pip install pycairo>=1.10.0` But I got the message : ```python Could not...

Hi, I'm using **component-store** for the first time. Everything is going well, I'm now getting to the unit tests. The component is good, but I would like to have an...

Okay, I managed to test my Store. I'll share my code with you, if it helps or if you have any feedback: ```typescript @Injectable({ providedIn: 'root' }) export class MyStore...

Here is a minimal example of reproduction https://stackblitz.com/edit/github-ec7feu?file=package.json,src%2Ftest.spec.ts I tested in Angular 14 before downgrading to Angular 13 in Stackblitz, and it seemed to work. I did not know this...

Sorry, I'm on vacation without a computer. I just followed the Angular CLI configuration for this. If you can't find a reason, we can just wait to upgrade to Angular...

So sorry. I left the problem aside by setting the `ng-mocks` version to `13.2.0`. We haven't migrated to Angular 14 yet. If we are the only ones to report the...

Sorry for the wait. 😅 I finally took the time to propose a PR.

It has been 3 months since I opened the PR. Do you have to do something special to move forward?

For now, I just fit localy [ImageArcGISRest](https://openlayers.org/en/latest/apidoc/module-ol_source_ImageArcGISRest-ImageArcGISRest.html) on my project. For the [vector-esri](https://openlayers.org/en/latest/examples/vector-esri.html) examples, I adapted the example to Typescript with ViewChild (for performance issues). For the [arcgis-tiled](https://openlayers.org/en/latest/examples/arcgis-tiled.html) examples, i...

I have them recreated by hand in a table to make style cache. It allows to adjust them if the customer changes his mind. I think it's possible to make...