Dmitrii Baranov
Dmitrii Baranov
Which test would that be?
No worries!
I thought I pushed the update.. Will try to look into this as I get access to my laptop
Same issue here! It would've been awesome if it was possible to make items movement restricted within the drop area. That would completely solve the issue. Also, making it possible...
Woah, @vedant-z, that'd be awesome! Thank you!
@vedant-z I believe it is [here](https://github.com/surrealdb/surrealdb/blob/d5a378b1beae5d0ecee01e74bd89e15921cc5cb6/lib/src/fnc/math.rs#L55) and [here](https://github.com/surrealdb/surrealdb/blob/d5a378b1beae5d0ecee01e74bd89e15921cc5cb6/lib/src/fnc/math.rs#L92) or, probably, the problem is [here](https://github.com/surrealdb/surrealdb/blob/82c9d7da2bd439c08900695a561d5501a1aeca41/lib/src/sql/array.rs#L107), as it attempts to collect all the values as numbers, instead of filtering out the non-number...
An array from any number function must probably filter input values with [this](https://github.com/surrealdb/surrealdb/blob/82c9d7da2bd439c08900695a561d5501a1aeca41/lib/src/sql/value/value.rs#L669) predicate
Any update on this?
Hello! I am the original creator of this thread (used another account). I noticed that trigonometric functions are still missing, while they are essential for some operations. Would've been awesome...
Actually, even `messages.boo` won't give an error of a non-existant `boo` property. It will have type of `any`