gmanny
gmanny
Btw, you can now have a full dark mode using the code in [this gist](https://gist.github.com/gmanny/d40f71f0e38a6a9da673a2e05117b847). The search result background could be changed once my PR #372 is put inside a...
Even though this fix was merged in Jan 2020 and 1.9.0 tag was created in Oct 2020, the 1.9.0 DLL from NuGet still has the old code when checked with...
Could you provide details about the crash? Like the exception with the stack trace. Also, your comment contradicts itself: first there's > byte[] buf = sc.Convert(new ObjectConfig(), html); ** the...
Also, are you really using `SynchronizedPechkin` and not `SimplePechkin`? In the issue #4 (and in [FAQ 4](https://github.com/gmanny/Pechkin#q-why-my-web-app-hangs-on-the-easy-to-use-code-example-below)) we've found that `SimplePechkin` doesn't work in web environments at all.
Okay, thank you. I think the underlying code was hanging for some reason, so any other request to the SynchronizedPechkin (like constructor) was queued, but never executed. It's possible that...
Hey, sorry, I got cought up in everything :( I'll reserach this bug very soon.
Unfortunately I don't know how @simpa151 fixed this :( I'll get to it, but don't know in what time.
if @Kons in #12 is right that > the web server process doesn't shut down and the native libraries aren't unloaded, but the original managed static thread reference is discarded....
I'll investigate this later. As I've found out already, wkhtmltopdf is far from ideal, and so I need to learn how to build it. Sadly I've got no time lately,...