Olivier Cailloux
Olivier Cailloux
@amihaiemil about your remark that “Other than that, The library works fine”: I omitted to write this, but you are right to underline it. The library is pleasant to use...
Sorry to insist, but are you sure you can’t remove the file? According to `jcabi-aspects` [pom](https://github.com/jcabi/jcabi-aspects/blob/master/pom.xml), `hibernate-validator` is used only as a test dependency. Thus, I suspect that the `validator.xml`...
Thanks. But, TBH, I switched to Graph QL in the meantime, for most of my queries, and use a home backed fetcher for the rest. So don’t feel compelled to...
Just stumbled upon this problem. Indeed, this would be a nice and easy change: just set `` instead of 0 currently, [here](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml#L244).
As this been implemented? I’d need it for describing multiple choice questions. Using the AsciidoctorJ API, it seems the brackets and text inside brackets are seen as part of the...
Thank you. I can set the option using `System.setProperty("jruby.logger.class", EmptyLogger.class.getCanonicalName());`, and it seems to be taken into account by JRuby, but JRuby fails to use my logger: it says `LoggerFactory...
Got it working using `System.setProperty("jruby.logger.class", SLF4JLogger.class.getCanonicalName());`. My logger was missing some required constructors, it seems. Please consider documenting the requirements to create one (sorry if this exists somewhere, I couldn’t...
See also https://tex.stackexchange.com/questions/348274/tufte-book-doesnt-work-with-autonum
Possibly related to #260.
It would be good then to let the reader know that the guide applies only to the pre-17 (or pre-11?) constructs.