Róbert Papp
Róbert Papp
https://github.com/mermaidjs/mermaidjs.github.io/blob/master/classDiagram.md 
Also contains #62 (first 4 commits), because I based my work on that. Will rebase once that's merged.
`gradlew build` (including check/test) takes 1 minute 17 seconds with current `master`. Adding this single line decreases that time to just 14 seconds. Measured with ```sh gradlew clean build check...
**Description** When I do a `gradlew clean` I expect a clean slate. Regardless of what plugins are applied. **Steps to Reproduce** 1. Any project having Paparazzi. 2. `gradlew recordPaparazziDebug` 3....
Version: 0.8.0 |Android Studio preview|emulator|paparazziRecord| |-|-|-| ||| Problem of note: on `paparazziRecord` snapshot the text is not bold and the rest of the text is missing. ```xml The widget needs...
https://lift.sonatype.com/results/github.com/TWiStErRob/net.twisterrob.sun/01FTFZF4H491509KXTNG4MT4Q7 (Note: for me the UI is broken, have to click "Show Details" and then "Components", viewing Components outside doesn't expand.)   Search `HERE` in below block. ``` +---...
Using these two together: ```java public class CropViewRenderExtension implements RenderExtension { @Override public @NonNull BufferedImage render( @NonNull Snapshot snapshot, @NonNull View view, @NonNull BufferedImage image ) { return image.getSubimage(0, 0,...
**Description** I'm unsure if I'm doing something wrong, or it's not happening, but the `build/reports/paparazzi` folder is empty on failure. This means that to see the problem I have to...
I'll add an example what this means, how JUnit 5 extensions work.