Manos Batsis
Manos Batsis
It would be great if this library could be used as-is with KMP.
`AbstractUser` pretty much bars applications from using their own ID generator, as it extends `LemonEntity` > `AbstractPersistable`, with the latter defining the ID member and JPA annotations. It would be...
My most important repos are ignored due to a "Processing error". No error log seems available 
* A clear description of the issue Tools designed to use OS' `DriverDSLImpl` fail constructing an instance of the same class using CE. The reason seems to be that CE...
Currently implementations of `SerializationCustomSerializer` need to be specific about the target type, so i end up with e.g. ``` class AppleSerializer(): FruitCustomSerializer(), SerializationCustomSerializer class OrangeSerializer(): FruitCustomSerializer(), SerializationCustomSerializer // repeat for...
Unless I'm missing something, custom implementations of `SerializationCustomSerializer` are not usable in either `MockNetwork` or `net.corda.testing.driver` tests, if at all. I have applied the [documentation](https://docs.corda.net/docs/corda-os/4.4/cordapp-custom-serializers.html#tabs-1-1) instructions on a cordapp-template-kotlin fork...
Added a reference to vaultare's dependency on rsql-parser for Corda stuff if it makes sense to add.
I would like to reuse the column definitions for alternative rendering modes like lists or grids. The current component structure could perhaps be extended to support configuration of templates/tag/class names...
Apologies for abusing the issues to ask a question; I was wondering whether appyx is or can be made compatible with [Compose Multiplatform](https://github.com/JetBrains/compose-jb)?
Instead of "manually" trying to convert from `String` to a target type, the library should reuse converters and application settings via an `@Autowired` `ConversionService`