Joffrey Bion
Joffrey Bion
This issue seems to be caused by the fact that my template is a Word 2016 document, which is definitely the problem fixed in docx4j 3.3.5. I just tested docx-stamper...
I just performed another test with docx4j 6.0.1, and it also seems to work without any additional effort. I'm gonna make a PR.
In fact, even without a data class, when providing a default no-arg constructor and making the class non final, the proxy doesn't seem to provide data when processing comments... weird.
> Sub-command support seems like the cleaner approach than omission of required parameters. Subcommands are great, but I believe that it's not the right tool for the job here. Most...
Hey @wendigo, thanks a lot for this library! Do you have any plans on supporting coroutines natively instead of Rx? Or should it be done in a separate project?
Some stats to inform the decision. Here is the diff between 2020-01-10 and 2022-08-20: ``` { "commandStats": { "inputParams": { "added": { "mandatoryNonXp": 0, "mandatoryXp": 0, "optionalNonXp": 29, "optionalXp": 37...
Hi, thanks a lot for your feedback, I'm glad you find this library helpful 😊 I'm not sure I'm getting your use case correctly. You are saying that you have...
Hi, thanks for reporting this! Could you please give a bit more information about your use case? Which JDK version are you using? Are you using Kotlin? Gradle? I wouldn't...
Interesting use case. This behaviour is expected (at least for now), given that the design goal of this library was initially to serialize all properties as their values (no information...
I'm not against such operator at all (on the contrary) but I am not sure this specific use case is a good example for it. This use case seems to...