Andras Kerekes

Results 12 comments of Andras Kerekes

Alternatively instead of tweaking how logging works we could change the hanging get to polling at: https://github.com/knative/client/blob/963788b7309ec3d538349222bad7b10403f9c134/pkg/wait/poll_watcher.go#L70-L78 if the `--log-http` flag was provided

I'm interested in working on this issue.

The way I noticed this was due to an error I made while working on the async source downloading and accidentally truncated the container state files. But yes, it can...

JavaEE seems to me the one we should associate it with, until we come up with our perspective with cool support of GCP features.

@jmini would an approach like https://stackoverflow.com/a/1828268 work?

I have nothing to add, @chanseok summarized it well. On Fri, Apr 14, 2017, 18:59 Chanseok Oh wrote: > We introduced the blank App Engine Deployment page above in #1592...

Implement this interface for classpath attribute editing: https://github.com/eclipse/eclipse.jdt.ui/blob/master/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/ClasspathAttributeConfiguration.java This interface is for classpath container editing: https://github.com/eclipse/eclipse.jdt.ui/blob/master/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/IClasspathContainerPage.java

Because the sources are not published to Maven or available as a separate download. They're available [in the download](https://cloud.google.com/appengine/docs/standard/java/download) but we haven't configured our libraries to use that for a...

Currently the project selector depends on another class to provide the list of projects like a repository, and the caching could be added to this repository. But the project selector...

I haven't investigated it as currently databinding saves us from writing a lot of code.