Larry Maccherone
Larry Maccherone
Lumenize has this, but I'm not sure what breaks means? Maybe we could add it as a parameter.
Jen, also, I seem to be missing the concepts of data frames and vectors.
Make this an alias for "average"
I am traveling this week but will try to approve this weekend. I greatly appreciate the contribution!
Let me see if I understand this correctly... When you do `localStorage.keys` on a real instance of localStorage, you get back the keys you've stored, but when you do it...
Note, to get the keys from an instance of node-localstorage, you can do `localStorage._keys`. I know how to make it behave the way I think you want it to behave...
I suspect that was before I implemented associative array and dot property syntax. Now that I've done that, this should be much easier. Reopening.
I would gladly accept a pull request to achieve this. It seems like a good feature.
How do you propose that we allow the specification of the scratch directory that the LocalStorage class needs upon instantiation? Right now, when you shim it in, you get a...
There is a method for deleting the folder created `_deleteLocation()`. However, an in-memory only storage option might be nice. I'll look at how hard that might be to add.