Antony Stubbs
Antony Stubbs
I just installed in last week, when I discovered Logseq. Yes, there is a section in the settings for journal and home settings. But it only has a `default` banner...
Cool :) Next question - is this a `bug`, or a `feature request`? 🤗
Ok cool. I might take a look at it this weekend - really want to get that street fighter themed day ;)
Oh - @ireina7 given that I might try to take a look at it - any hints you might give as to where/ what it might be would be useful...
@HlexNC no, haven't looked into it yet and probably won't. But, banner image for a page works as expected for me. What problem with pages are you seeing? See my...
Great! FYI here's the original conversation: http://gitx.lighthouseapp.com/projects/17830/tickets/158-layout-of-unstagedcommentstaged-not-right-on-30 Love your work! :)
Given the popularity of Lombok and maven, including a working example of using jabel with maven would be awesome. I'll keep looking into it. My first clue is this: https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#annotationProcessors...
Boom - gotta love stack overflow: https://stackoverflow.com/questions/11685498/what-is-the-default-annotation-processors-discovery-process
Ok, tracked down the Lombok annotation processor classes; * https://github.com/rzwitserloot/lombok/blob/master/src/launch/lombok/launch/AnnotationProcessor.java * https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/core/AnnotationProcessor.java Defined here: https://github.com/rzwitserloot/lombok/blob/master/src/core9/module-info.java#L38 As the automatic detection method is turned off when any processor is configured explicitly, I...
FYI this does seem to make IDEA complain with `Error:java: Annotation processor 'lombok.launch.AnnotationProcessorHider.AnnotationProcessor' not found` and warns; `Warning:java: Supported source version 'RELEASE_8' from annotation processor 'com.github.bsideup.jabel.JabelJavacProcessor' less than -source '13'`...