Michael Lohmann

Results 44 comments of Michael Lohmann

Please feel free to phrase things properly. I am not sure I could express it properly in the documentation.

Had the same issue. I tried implementing this myself and hunted it down to https://github.com/koalaman/shellcheck/blob/ba86c6363c30a5dbefd0b8b9a7c5f4ab0478dc91/src/ShellCheck/Analytics.hs#L2826 and that `isPositionalReference` only looks if the variable is referenced https://github.com/koalaman/shellcheck/blob/ba86c6363c30a5dbefd0b8b9a7c5f4ab0478dc91/src/ShellCheck/Analytics.hs#L2837 but it does not...

> Was that just a straight-up rebase @miallo with no changes? Yes - sorry, I did not notice that this PR was from my master branch...

We were using `react-native-bootsplash` and it was working just fine. Then we removed it and `onNotification` was no longer called. We tried a few things and eventually we realized (with...

@iamacup I think in general it would be nice not to have another fork of a fork that only a handful of people use. Though we would need to see...

This project is no longer maintained. There is [this fork](https://github.com/pavel-corsaghin/react-native-leaflet) which has this error fixed

Is it possible that you are running a bare react native app without expo? See #109 where there is a suggestion: https://github.com/reggie3/react-native-webview-leaflet/issues/109#issuecomment-912904252 for a different project

I don't think this is supported right now - [in the original (unmaintained) repo](https://github.com/reggie3/react-native-webview-leaflet/blob/master/HTML/src/MapMarkers.tsx#L38) from which [the html in this fork generated](https://github.com/pavel-corsaghin/react-native-leaflet/blob/main/android/src/main/assets/leaflet.html) the `useMarkerClustering` is by default set to true,...

@johnsan96 So far the idea was not to change this project, but to create another one that is drastically stripped down (also concerning features) to make the maintenance easier. So...

Unfortunately it is not possible (easily), since they are hardcoded in a minified html-file: https://github.com/pavel-corsaghin/react-native-leaflet/blob/main/android/src/main/assets/leaflet.html You would need to patch this file for this to work right now.