Olivier Cailloux
Olivier Cailloux
Hi. Are you not on [Maven Central](http://search.maven.org/#search|ga|1|net.vivin)?
When using JRuby in embedded mode (that is, as a library included with Maven in a Java project in order to call ruby programs from Java), it is unclear how...
I posted [some suggestion](https://lists.apache.org/thread/sq9d74p56vxcb57n2coq7vw6swzyplfo) for better JPMS support on the mailing list of Maven developers. (It has so far not received a very warm welcome, to say the least.) I...
The [README](https://github.com/google/google-java-format/blob/master/README.md#eclipse) states: “The plugin adds a google-java-format formatter implementation that can be configured in Window > Preferences > Java > Code Style > Formatter > Formatter Implementation.” It is...
## Environment TbSync version: [2.19-1](https://packages.debian.org/bullseye/webext-tbsync) DAV-4-TbSync version: [1.23-1](https://packages.debian.org/bullseye/webext-dav4tbsync) Thunderbird version: [78.12.0-1](https://packages.debian.org/bullseye/thunderbird) ## Expected behavior Sync starts ## Actual behavior Fails to start with `status.service-provider-setup-failed` ## Steps to reproduce Install TBSync,...
Unless I missed something, `Errors` currently is used to wrap all throwables. It would be useful to be able to use `Errors` (or a generalized version of it, say, `SpecificErrors`)...
fopub seems to do nothing for about 13 seconds before starting to process the document (on a reasonably fast and recent computer and using the simple sample.xml document provided). How...
Hi, What’s the file [validation.xml](https://github.com/jcabi/jcabi-aspects/blob/master/src/main/resources/META-INF/validation.xml) for in `META-INF` in `jcabi-aspects-0.22.5.jar`? That file makes Glassfish refuse to deploy my application (which includes jcabi-github, hence, jcabi-aspects by transitive dependency mechanisms). Glassfish complains...
Hi, Using [`com.jcabi:jcabi-github`](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.jcabi%22%20AND%20a%3A%22jcabi-github%22):0.32 ([POM](https://repo1.maven.org/maven2/com/jcabi/jcabi-github/0.32/jcabi-github-0.32.pom)) makes my project fail when I use other APIs related to Rest, Json, or the like. The 0.32 version relies on quite old dependencies, because of...
**Is your feature request related to a problem? Please describe.** I see (at least) two ways of using Vnu as an embedded library. - At [SO](https://stackoverflow.com/a/44038951) you gave a simple...