Dimitre

Results 693 comments of Dimitre

Finally all fixed. and I've updated some sqrt to std::sqrt also

It would be great to have a 12.1 bugfix release anytime soon

Great. I'll add some others I think are useful Idea: examples and tests can be formatted with clang format soon And just before release a pass over all core code.

Let's test it in different environments and find out. I have some different Linux setups to test later today. Do you have access to some windows box? I don't even...

So I thought it was some kind of subtle dry humor in double quotes "more accurate", but it seems you really have a point in using having realpath always present...

@ofTheo @artificiel I can't see any downsides to using relative paths in Make. It will solve the classic issue of a computer with a space in username. like ```/Users/tim hecker/openFrameworks```

Yes it is separated spaces will continue to be an issue inside OF folder organization, which is easily addressable by the user. But it will address issues arising from ```/Users/谢...

@ofTheo I think this one is good to go Any opinion on this one? I think ``` scripts/linux/examplesMakeTemplate.sh ``` file can be removed

One suggestion for future PRs is splitting different subjects in different PRs, so they can be reviewed, discussed and merged faster. it was even recommended to me to have separate...