Sergey Zhemzhitsky
Sergey Zhemzhitsky
The camel xsd is very similar for both blueprint and spring (the only difference is namespace), so it would be great to have this plugin work for spring too.
It will be very convenient having jib-cli.jar to be published into maven central to be able to download it with maven dependency resolution tools.
Hi there, Currently I've discover that Koloboke Compile contains the following statements in META-INF/License.txt License for Koloboke Compile 1. You can - Use this software for free. - (Re)distribute this...
Hello, I have a trouble with passing through USB devices into a privileged docker container and I'm trying to understand whether there is an issue with libusb. I run a...
This issue is related to Issue #56. 0.15.2-0.15.3 versions of erlide do not allow to specify additional compiler flags which can be necessary to have. For example, if there are...
Currently plugin configures IntelliJ Idea only from [java source sets](https://github.com/melix/jmh-gradle-plugin/blob/master/src/main/groovy/me/champeau/gradle/JMHPlugin.groovy#L101) project.idea { module { project.sourceSets.jmh.java.srcDirs.each { testSourceDirs += project.file(it) } } } ... this means, that benchmark sources written in...
Seems that article.cleaned_text from here #135 does not work. article_text is always empty.
Hello, Is it possible to know in the parent process if the state of the child process changes? I'm trying to spawn "sh -c 'sleep 60'", then kill this child...
This PR adds support of `allow_named_servers` setting. Previously, only default servers were supported for the users. Trying to start a named server for a given user led to the following...