Savas Ziplies
Savas Ziplies
Hi @WELZ-gh Those are not part of the CommonMark Spec https://spec.commonmark.org/0.28/ and currently Markdig has no extension for such https://github.com/lunet-io/markdig. Sorry
Hi there The *PdfGenerator.cs* class has a static method *ParseStyleSheet* which returns the required **CssData**, generated from a string. https://github.com/ArthurHub/HTML-Renderer/blob/cc3b5c221b192a950d3d53b561ac01049668e239/Source/HtmlRenderer.PdfSharp/PdfGenerator.cs#L56 Is that what you were looking for? Best
Ahoi I created a PR #2084 to add the parameter as I faced the same warning, even if it compiles. Cheers
Hey @davidchan666999 You can set the `placeHolder` to a full e.g. `_build()` function. Best
Hi It seems moment.js is actually missing. You can add it for now in the sub-folder `moment/`. Just add the moment.js file as it is of course required. Best
Hi @bearoutthere moment.js I downloaded from the official repo and added it to the node_module where it was missing. Best
Ahoy Just FYI, I created a patch-package based on https://github.com/inertiajs/inertia/issues/854 for now to resolve this locally. Maybe this is a general solution. [@inertiajs+inertia+0.11.0.patch.zip](https://github.com/inertiajs/inertia/files/9266664/%40inertiajs%2Binertia%2B0.11.0.patch.zip) Maybe this helps others for now, too....
Ahoy @lucabecchetti Happy this works for you, too. I created a PR now https://github.com/inertiajs/inertia/pull/1250 but I am not sure if this is the best solution, just one solution ^^' Cheers
To give a little more stacktrace, this seems to be the cause for whatever reason: ``` Caused by: java.lang.IllegalArgumentException: Class name mismatch: co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable, io.vertx.ext.sync.Sync$$Lambda$47/543911223 at co.paralleluniverse.common.util.ExtendedStackTraceElement.(ExtendedStackTraceElement.java:50) at co.paralleluniverse.common.util.ExtendedStackTraceElement.(ExtendedStackTraceElement.java:39) at co.paralleluniverse.common.util.ExtendedStackTrace$BasicExtendedStackTraceElement.(ExtendedStackTrace.java:178)...
One additional note: I made an error, I am running openjdk version "1.8.0_66-internal" OpenJDK Runtime Environment (build 1.8.0_66-internal-b01) OpenJDK 64-Bit Server VM (build 25.66-b01, mixed mode) on the server.