Oliver Haucke

Results 7 comments of Oliver Haucke

@JPVenson You can find the documentation [here](https://github.com/ArthurHub/HTML-Renderer/wiki) There should be all links fixed, but i agree, the `README.md` has still references to codeplex. Also keep in mind (as @yannduran mentioned)...

Hi @sven5 i was able to trace down this issue to the following line: [HtmlUtils.cs#48](https://github.com/ArthurHub/HTML-Renderer/blob/master/Source/HtmlRenderer/Core/Utils/HtmlUtils.cs#L48) It's raised by `StringComparer.InvariantCultureIgnoreCase` but a fix wouldn't be that easy by replacing it with...

I've tested my modifications and it looks fine but i'm not sure if is the way we should go (implement a second case sensitive map for special entities). Maybe we...

@igalic You could get the lastest commit hash, that was used for the builds, from here `https://pkg-status.freebsd.org/api/1/builds?type=package&latest=True` and use it for the git checkout to run your build. That way,...

I don't have Cagefs but `PassengerBufferUpload off` helped for now. Question is why and what caused that? I have `PassengerDefaultUser www` configured and that user can write in `/tmp`

Thanks a lot, a quick session turned into a nice ordeal.

Have the same issue - as far as i could see, it fails at this line: https://github.com/freebsd/poudriere/blob/7c80ce1c125aa7f5eccfacde6962c26f60fbae88/src/share/poudriere/common.sh#L3875