Fredrik Boström

Results 79 comments of Fredrik Boström

@daviesgeek fbostrom at gmail.

@mgonto has more or less abandoned the project, at least for now. A handful of us collaborators try to keep the project afloat by merging PRs and answering issues, but...

It seems now that this project will continue to focus only on Angular 1 support, since there's [ng2-restangular](https://github.com/2muchcoffeecom/ng2-restangular) for Angular 2 support (see #1318). Since @mgonto is the only one...

Perhaps add `canonical` an alias, deprecate (with warning) the use of `cannonical` and remove it (with breaking change notice) in the next major release?

Any chance of this getting merged anytime soon? I'm seeing quite a few open issues relating to this.

@nonplus Thanks! Can you describe what this PR is about and why we need it?

I experienced the same slowness when using the [marker clustering example from the docs](https://github.com/visgl/react-google-maps/tree/main/examples/marker-clustering) out of the box and swapping out markers dynamically. Just rendering the AdvancedMarker without any clustering...

In the Storybook case (using typescript-eslint), the following worked for me: .tsconfig ``` "include": [ ".storybook/**/*" ], ``` .eslintrc ``` ignorePatterns: [ '!.storybook', ], ```

I agree with @petetnt. Our platform provider currently uses version 3.3 ``` select postgis_version(); postgis_version --------------------------------------- 3.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1 ``` and obviously we'd like to use the same version...