Robert Eisele

Results 135 comments of Robert Eisele

Yes, that's a short cut. But it is still in the dll and in the long run, I would like to have it clean.

I did not compile it previously, but the project files are included. Maybe it's enough to open it in Visual Studio, install the MySQL header files and done.

I looked into it from a users perspective: ``` mysql> select version(); +-----------+ | version() | +-----------+ | 8.0.15-6 | +-----------+ 1 row in set (0.07 sec) mysql> create temporary...

Could you please test the type of the return value of median using the procedure with `create temporary table` please?

Is this problem new with MySQL 8? Do you get the correct number when you cast it? The question is, is this reproducible with other functions that might return real....

There is a #ifdef block around this function. Do you get errors on arm for that? https://github.com/infusion/Fritzing/blob/master/Nunchuk/Nunchuk.h#L46

Sorry, edited my post. I fixed this already in the online version, as lined out with the link. And you're right, constants A0...A4 could be used, but I want to...

We decided to not integrate Quaternion.js into math.js, as it would be too niche in a general purpose library like math.js. Quaternions have huge utility in the 3D graphics world...

I did not check against unity, I just published v1.4.4 which is the first approach to solve this issue. Could you please verify the implementation?

I derived all the math myself, tested it and published a new version