Tako Schotanus
Tako Schotanus
Imagine if we could have an URL like : http://launch.openshift.io?booster=github.com/myuser/mybooster that would directly go to the specified booster. That way people (The Community) could use those URLs in blog posts,...
We should add the following features: - Allow for code located in sub folders, not just the root - Allow for multiple code-bases to be present - Allow import of...
Right now generating a project from the command line doesn't allow you to set the GH URL and therefore it uses a dummy value. When you then try to deploy...
As shown by https://github.com/fabric8-launcher/launcher-creator-backend/issues/144 we really need tests for the `web-app`capability
Trying to import https://github.com/aspnet/musicstore results in this build error: ``` ... Installing runtime.osx-x64.Microsoft.NETCore.DotNetAppHost 3.0.0-preview1-26907-05. Installing runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver 3.0.0-preview1-26907-05. Generating MSBuild file /opt/app-root/src/samples/MusicStore/obj/MusicStore.csproj.nuget.g.props. Generating MSBuild file /opt/app-root/src/samples/MusicStore/obj/MusicStore.csproj.nuget.g.targets. Restore completed in 2.54 min...
See https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#applications-and-instances-of-applications And https://github.com/gorkem/app-labels
When you have a line like ``` //DEPS io.javalin:javalin:4.4.0 org.slf4j:slf4j-simple:1.7.36 ``` And you put your cursor after org.slf4j:slf4j-simple:" and hit Ctrl+Space it shows suggestions for "io.javalin:javalin:", not "org.slf4j:slf4j-simple:".
These would be very useful to have, especially the environment variables. Because otherwise the only option is to set them in your system before starting the IDEA which is not...
I'm not sure what the current filters are for the //DEPS assist, but if you have a line like: ``` //DEPS org.slf4j:slf4j-simple: ``` And hit Alt+Space at the end of...
If I specify `//JAVA 17` in the file but my default Java is 13 then the JBang panel in the IDE shows 13, not 17.