Mario Siegenthaler
Mario Siegenthaler
RepeatDocParts and RepeatParagraph do not respect custom property accessor. RepeatTableRow already did. This PR makes all three processors respect the custom property accessor.
Fixes compiler warnings regarding the ActorMaterializer. Depends on the Scala 2.13 PR (#11 )
Such an example will also show how to integrate the project with apollos graphql-tools. Tests similar to the desired example are found inside `test/usability-spec.ts`
Problem: we cannot really know which Typescript type they should match. We could just render them as `any`, it's better than the `undefined` that would currently happen. Or we could...
My application completely locks up after some time of running fine. Symtopms: * Nothing gets processed anymore * Fiber dumps (kill -USR1 ) give an error (see below) * Thread...