Ryan Carsten Schmidt
Ryan Carsten Schmidt
I wondered if the installation process might be manual now. In that case, adding those instructions to the readme would be good, and make sure to keep it updated if...
> html2text doesn't do the http request Perhaps the confusion arises because README-1.3.2a gives the impression that it does: it states "html2text reads HTML documents from standard input or a...
The phrase "public domain" is [legally ambiguous](https://opensource.org/node/878). Selecting a specific license would be unambiguous.
> May you try and see if this workaround fixes the issue? That does get past that error. The next error I see is: ``` fdmtimedepdirichletboundary.cpp:33:34: error: constructor for 'QuantLib::FdmTimeDepDirichletBoundary'...
The next error then is: ``` numericaldifferentiation.cpp:72:37: error: default initialization of an object of const type 'const ext::function' (aka 'const function') without a user-provided default constructor const ext::function f; ^...
Ok, those lines of code set the `isArray` parameter of the `request` method to `true` instead of the default of `false`. But then what happens? `request` and the rest of...
> Someone really needs to update the version of edbrowse in MacPorts. I need to reach out to the current maintainer, assuming they're still active. The previous maintainer was removed...
> * and MacPorts is still stuck on edbrowse 3.4.10. I've updated [edbrowse in MacPorts](https://ports.macports.org/port/edbrowse) to 3.8.2.1 and listed myself as the maintainer so I should notice any future versions...
This issue can probably be closed since it contains mostly obsolete advice: * I had no problem building the latest stable edbrowse with the latest stable tidy installed by my...
> I discovered that edbrowse uses libpcre1 and not libpce2... and I built libpcre2 :( After a quick grep it seems the port should not be that hard: very few...