const limit
Is it really required to limit array sizes?
I am able to easily bypass it by splitting an array in 1000 or whatever part numbers I need. It's just really annoying to have to keep splitting arrays and using eval to get the data in order to bypass the restriction.
For example I can't declare an array with more than 65k in size. But I can declared 10 variables each holdng 6.5k and split the data into those.
Maybe add a no-sql db module builtin on lenses to handle this.
thanks