Dr. Rolf Jansen

Results 13 comments of Dr. Rolf Jansen

I just ran into the same issue with macOS 10.12.6 on a Mac mini late 2014 with Intel Core i5 when trying to run the asl-locomotive example. I found a...

@Senui, I like the `"(float)"+valueStr` notation, this is working for me. Thank you very much.

> Those trailing '\0' chars are delivered by buggy OpenCL drivers. It is quite hard for me to understand how this could happen, since any OpenCL driver is supposed to...

I changed line 1128 of cl.hpp to: ``` param->assign(value.begin(), (value.back() != '\0') ? value.end() : value.end()-1); ``` This takes care of a trailing nuls in case any buggy OpenCL driver...

I had a closer look on the upstream C++-API headers on https://github.com/KhronosGroup/OpenCL-CLHPP. And it turned out, that the issue has been resolved in cl2.hpp on exactly the same place which...

I solved this by using a FCGI Daemon which is addressed by Apache only for logged in admins by the way of HTTP Digest Authentication and which then injects the...

Setting `ContentEdit.TRIM_WHITESPACE` to `false` serves for my present needs, since with this in place, upon save of `The actual text. ` the line break and ` ` or `​` are not removed....

I just tried it to embed the MathML snippet into a `` element, and it really prevents CT from doing any changes. Only, now I also cannot open the p-tag...

In the meantime I learned the hard way, that MathML, in spite of being a HTML5 standard, is not supported by a huge lot of browsers, namely all those based...

@athonyjb, allow me a few comments. While MathML is for me of no concern anymore, SVG is. I realised the mentioned math equations in hand-written SVG. And if I would...