Brian Bonner

Results 12 comments of Brian Bonner

So basically the deal is this. It looks like the API key was invalidated, or something else. if you go to https://developers.google.com/places/web-service/get-api-key you can request your own google maps api...

Sorry, I just saw this msg. Change it as @AceGabrielFigueroa indicated. and restart XD. It worked for me. btw, I'm not a developer on this project, just another user of...

That would be a desirable change. On Mon, Oct 14, 2019 at 4:22 PM Slava wrote: > Maybe add a Settings field for the API key? > > — >...

After submitting this, I noticed a plugins folder in https://github.com/dart-lang/site-www/tree/main/src and decided to dive into it briefly. I saw 'code-sample' and thought it might be it, but then remembered that...

One other quick note. I noticed the ['callable_classes' dartpad example](https://dart.dev/guides/language/language-tour#callable-classes) is working. The syntax for the working 'callable classes' example is: ``` ```dart:run-dartpad:height-350px:ga_id-callable_classes class WannabeFunction { String call(String a, String...

**(edit: disregard, these are all just sourcemaps)** another 'nugget' of info: This was in my javascript console. I'm on 'chrome 98' on OS-X Monterey 12.2.1 When I clicked on the...

Ok, well, it 'finally' showed up. I'm running this on a 2018 macbook air with 16 GB of memory. I only have Chrome and VS Code open. I wouldn't have...

@noschang There's definitely an issue that causes weird behavior when the jars in the maven dependencies don't match what is provided by this extension. I noticed in this commit, it...

Hmm, copying over lombok.jar seemed to fix it for me. Did you restart your language server to verify it wasn't in the classpath? I'm wondering if the jar file that...

I'm guessing this doesn't work in the latest version of Xcode either?