Gerald Rosenberg

Results 29 comments of Gerald Rosenberg

Is anything more than a [dark theme button](https://github.com/de-jcup/eclipse-asciidoctor-editor/blob/master/asciidoctor-editor-plugin/src/main/java-eclipse/de/jcup/asciidoctoreditor/preferences/AsciiDoctorEditorSyntaxColorPreferencePage.java) required?

The 'Git history view' is read-only -- not surprising since the underlying document is virtual. Fluentmark is not currently setup to handle that situation.

Also seeing this warning. Not sure if it is related or even significant. `npm WARN [email protected] requires a peer of @vue/composition-api@>= 0.4.0 but none is installed. You must install peer...

Ok, Thanks. To be certain, I had expected these two functions to be equivalent: const { showing } = useState(['showing']); const { isShowing } = useGetter(['isShowing']); function toggle() { setShowing(!isShowing());...

Wish I could. To do so, a corresponding Antlr4 grammar, or at least a full EBNF spec, is needed. Neither presently appears available.

Verified as a problem in the internal markdown parsing grammar; specifically, the lexing of URL variants with a subpath portion.

Verify the `Readme/Configuration` steps were followed. Do you have any protection software running that would block local connections to `localhost:9025`? Does the browser open? What is the complete URI in...

Fluentmark runs an embedded Jetty (11.0.15) server on `localhost:9025` that serves the client app and creates a websocket connection between the Fluentmark plugin/server and the browser running the client app....

The embedded Jetty server is set up correctly - works well for others. There is something on your machine/in your environment that is blocking correct operation. Shut down any antivirus,...

Don't have MacOS to test. Does MacOs have a way to temporarily declare appropriate privileges on a directory? Does MacOs have/recommend some other location to serve dynamically generated HTML from?...