Thomas

Results 7 comments of Thomas

> In the files "cuda.hu" and "resizeAndMergeBase.cu", substitute floor with floorf. > I was able to compile the solution. I can confirm this will fix the compilation process for Visual...

From here: https://github.com/CMU-Perceptual-Computing-Lab/openpose/releases But it didn't work for me.

EDIT: Ok, for more background information. Seems like this is not a bug. It's intentional by facebook: https://create-react-app.dev/docs/can-i-use-decorators/

**Explanation** After debugging arcade code, I found out, that to improve performance, a quick collision check is made before the 'real' collision detection algorithm is run. This quick check relies...

@pippo46, there is a nongeneric API you can use: `JsonSerializer.NonGeneric.Serialize(c);` I found it in the docs: https://github.com/neuecc/Utf8Json#high-level-apijsonserializer