Markus Mobius

Results 4 issues of Markus Mobius

We ported the dateparser to Go (up to date with commit ff439d1 from Nov 19, 2021. https://github.com/markusmobius/go-dateparser It's pretty much a line-by-line port with some Go specifics added.

This might be useful to those who want to run DOM Distiller as a standalone program. We ported the Java code to Go (without GWT and any Chromium dependencies): https://github.com/markusmobius/go-domdistiller...

For those interested in an updated version of Boilerpipe: the Chromium team based their DOM Distiller library for reader mode on Chrome on boilerpipe. Their program is in Java (like...

I am trying to run the helloworld example as suggested in the docs and keep getting the following error on Windows 11 (clang 14.0.6 - same with clang 15). ```...