Ramon Buckland
Ramon Buckland
:+1: - makes sense to change the signature regarding _which constructor_ (or better put - _the default behaviour_) I maybe slightly green on understanding the YAML specifications but it occurs...
I have reworked the change in snakeyaml and then reworked the impact to my fork. https://github.com/rbuckland/moultingyaml - snakeyaml now takes an optional LoadingConfig (similar to DumperOptions) - it added `setAllowDuplicateKeys(boolean...
Looks like the travis.yml needs updating to publish the `aarch64` et al releases. Seems the "code is there". This has become relevant because of the new Apple Macbook M1 arm...
I have a need to for the ScalaBuff generated case classes to be annotated, specifically, in my project, with JAXB Annotations. Do you envisage the "case class" template to have...
See issue 31 https://github.com/SandroGrzicic/ScalaBuff/issues/31
I have not looked into it, but does ScalaBuff use a Template file for the case class ? Supporting templates of the generated case class would be quite powerful, I...
So looking at the Generator - it is not template based. It "could be".. i'll look at it a bit more later. https://github.com/SandroGrzicic/ScalaBuff/blob/master/scalabuff-compiler/src/main/net/sandrogrzicic/scalabuff/compiler/Generator.scala
On principal I agree - it should do the job and do it well. I would add however, that someone may desire a different type of Scala Class "to" protobuf...
@koxudaxi is this something you are looking at introducing ? a feature effectively collapsing single primitive types, into their "base" type on the field, in a parent class
@busticated buried in your issue is the following ... > 2) my data and schema are located in the same directory (manifest.json and manifest.schema.json where the former is my actual...