Ravishankar Haranath
Ravishankar Haranath
> Thank you for the feedback, @ravihara. > > You're absolutely right, the current example contains a `const` re-assignment which is noop in ECMAScript. Would you be interested in shipping...
#5 Should be fixed in this pull request.
> the current version of language support for Java (`1.2.0`) just use its own platform specific extension and deprecate `java.home`, that's the story. Let me just investigate a proper way...
I have added a pull-request - https://github.com/microsoft/vscode-gradle/pull/1169. Please check.
> This is an open discussion of what we want for Jooby 3.x. For now we will start a discussion here and then cleanup ideas/features to a wiki page (or...
> @ravihara Log4j2 is supported in Jooby 2.x today https://jooby.io/#configuration-logging-log4j2 and you can use `log4j.json` to configure it. Well! What I was suggesting was, can we have log4j2 as an...
> 1. Removing resolve block in artifactoryPublish > > 2. Adding allowInsecureProtocol at repositories level > > > ```groovy > repositories { > mavenCentral() > > maven { > url...
> > * Run the fyne application using `go run main.go` > > * See error > > I think this is missing some steps - didn't you have to...
> Is the font you are using this one: https://github.com/aravindavk/Gubbi? Yes.. Do you see an issue in the font?
> It would be good if you could outline the specific steps required to replicate the crash - that way I can know if we have fixed the problem, -...