Abbas Yadollahi
Abbas Yadollahi
@SyedSaifAli I'm sending an object `{lat: latitude, lng: longitude}` for the defaultCenter property and the map renders fine when it is loaded. The problem I have is that a grey...
@SyedSaifAli Hmm I just tried that, but when the map hasn't loaded, the grey div is still there and once the map does load, it renders both the map AND...
Wondering if there's still any plans to add this feature, I have a use case which could benefit from it (although possibly odd). A bit of context on my use...
@srcimon I believe our issues are slightly different, your build seems to at least recognize that there's a Java executable, whereas mine doesn't (even though the output clearly shows the...
@suyashgaonkar One small thing to note is that the `ubuntu:latest` container does not have JDK installed, the link you sent is for the `ubuntu-latest` runner, which all the steps in...
Ok I see, so if I understood correctly, you're saying setup-java doesn't support installing a JDK on MUSL based systems (like alpine)? If that's the case, then we can go...