Railton Nepomuceno
Railton Nepomuceno
The same problem in 2.0.4 2.0.3 is ok. 1. in test/vendor/yiisoft/yii2-gii/generators/model/Generator.php at line 511 while (isset($relations[$table->fullName][$name])) { 2. in test/vendor/yiisoft/yii2-gii/generators/model/Generator.php at line 511 – yii\base\ErrorHandler::handleError(8, 'Trying to get property of...
Postgresql has the type CUBE, use it that will be much easier Ex: SELECT c FROM test ORDER BY c cube(array[0.5,0.5,0.5]) LIMIT 1; https://www.postgresql.org/docs/10/static/cube.html Remember : To make it harder...
Use this container, it is already changed to work up to 350 dimensions. https://github.com/oelmekki/postgres-350d
@xenc0d3r encode using that, base64 or is it saving the array that the library returns?
@mmelatti You did exactly what I did, sorry for my delay.
@unoexperto Just out of curiosity, what do you store more than the 128 points on the face? And thank you for your contribution.