Luc Cappellaro

Results 6 comments of Luc Cappellaro

According to [Usage](https://jcommander.org/#_usage) ([DefaultUsageFormatter](https://github.com/cbeust/jcommander/blob/1be2afadb58b42d0e4027420b1231f4f81ba1240/src/main/java/com/beust/jcommander/DefaultUsageFormatter.java#L138)) there seems to be an order, first the options then the main parameters. This is common: "All options precede non-option arguments" ([getopt](https://en.wikipedia.org/wiki/Getopt#For_users)). This could help to...

"labelAlign": "left" is also broken when using View.toSVG(). This is a showstopper for me. @see https://github.com/vega/vega/issues/2940

This is a show stopper because the conversion is by default just plain wrong. ``` @Test public void testECBv1_4_2() { Number value = BigDecimal.valueOf(1000); CurrencyUnit base = Monetary.getCurrency("EUR"); CurrencyUnit term...

I have the same issue. Is it possible that the problem is on the MSV side? > it should only accept empty tag without any attribute. see [XSAcceptor.java](https://github.com/kohsuke/msv/blob/6bd32678715413bed5dbf4d7cef4fdc042466883/msv/src/main/java/com/sun/msv/verifier/regexp/xmlschema/XSAcceptor.java#L160)

I find the API quite strange. First there is this Converter which tries to convert from one Object model to another (limited to String?). Then there is this OutputFormatWriter which...

This happens for example when you marshall with JAXB to a StringWriter. This impacts the entire JAXB ecosystem: Java, JavaEE, JAX-RS, and all the projects depending on jaxb-core. And nobody...