Bramus

Results 122 comments of Bramus

@grwimran What error does it show? Please check the console. @FredericoVieira Looks like you're having network issues, as your error reads `Network request failed`. This is not a `react-native-maps-directions`-specific problem....

Passing the original Google Directions response into the `onReady` callback looks like a good solution, to cater for more advanced/specific use cases. I'll happily accept a PR that implements this.

What is the version of `react-native-maps`? The last commit fixed an issue with version 1.0.0. Might need to update the `peerDependencies` constraint there to reflect this.

Hi @Abhishek2019, thanks for this request/suggestion. I've checked the Google Maps Directions API and this definitely is possible _(See ["Optional Parameters" at "Request Parameters" section of the Directions API Developer's...

Thanks for this PR. It's a nice addition. A few questions though: - Why did you remove `region` and `optimizeWaypoints`? This is a breaking change + has nothing to do...

@garydevenay Thanks for the extra pushed commits. It still looks a bit borked though, when you check the "files changed" tab. Please go over your changes again. Don't be afraid...

The root cause of this issue is that the definition of the serializer on the transport happens _automagically_ by a piece of code that's trying to be smart: ```js //...

In the OCPP-J specification (which is an addendum to the OCPP spec itself), it's stated that they built a protocol that is *similar to* WAMP. They support `CALL`, `CALLRESULT`, and...

Thanks for the feedback + adjustments to this issue, @oberstet! --- Regarding OCPP: do know that they're not using the name WAMP (they use OCPP-J) or state that they have...

I would keep it straightforward: the filename would be the configuration. - `chapter1.md` → `chapter1.html` - `chapter2.md` → `chapter2.html` - … Exception would be `slides.md` that still compiles down to...