Tobias Andersen

Results 18 comments of Tobias Andersen

> If there is no respone after a week, I will cancel the PR and open up my own package. There is an Angular 13 package now, but it only...

tl;dr: `npm install --legacy-peer-deps` ✅ I have the following version in package.json: ``` "dependencies": { "ngx-pinch-zoom": "^2.5.5", ``` I have this error when using `npm install` ``` npm ERR! code...

@costales did you ever figure out a solution to this? We have a map where we import .geojson files and most files works fine but today we had a file...

I solved this issue by removing "artifacts" in my coordinates using @turf/simplify: https://www.npmjs.com/package/@turf/simplify

Just in case anyone else has problems with this, we ended up "hiding" the original tooltips in the paginator and adding our own using "pure css". It's not pretty, but...

This is also happening with mat-option drop downs... they "expand" in the top left corner in my Angular Elements 😶 Is it common for stuff to end up in the...

> I created a simple example similar to what I'm doing at my real project. it's still has that problem when I hover on the edit button in ag-grid. >...

> sorry. I fixed it. For me stackblitz just says "Starting dev server" forever. Does it work for you?