Ganesh
Ganesh
Ok, it's not toObject() specifically, it's the underlying protobuf Message that asserts a default value for every field? The change to using getFieldWithDefault() means that toObject() includes all the fields,...
Sahin, sorry to be late getting to this, I've been off for the summer. (I commented on the closed #53 (or #39 ?) but am unsure how to re-open at...
##### **Overview of the issue** xxService.save(dto) claims to return "the persisted entity"; but it return a DTO. The generated source finishes with: `return xxMapper.toDto(xxInst);` ##### **Motivation for or Use Case**...
##### **Overview of the issue** This JDL below produces [correctly] the method: `GameInst.props()` to access the extended `GameInstProps` However, the associated GameInstResource.java refers to `.ifPresent(gameInst::gameInstProps)` Which does not exist. `The...
jdl-studio insists on OneToOne using 'with jpaDerivedIdentifier' `{ A to B with jpaDerivedIdentifier}` and displays error if `@Id` is used. jhipster barks about "deprecated useJpaDerivedIdentifier" and docs say the new...
Do you have an example of how this can be imported when using Angular2 with Typescript? Doing the simple: import "yuki-createjs"; Generates complaint from compiler: Cannot find name 'createjs'. (amazingly,...