Mihovil Rister
Mihovil Rister
@phenomax did you try to set it up and use with this module,faced some issues ?
This is probably related to usage of JSON.stringify. We should add this as a test case and fix.
Yup, @jeff-kilbride solved that like a pro ;-). We need to do a release to expose the changes, so I will keep open this issue until then.
You are probably dealing with a big Object, consider making it smaller if possible, Also there might be some nice clues here, https://stackoverflow.com/questions/29175877/json-stringify-throws-rangeerror-invalid-string-length-for-huge-objects
@moxious Tests should no longer be failing on the latest master.
@kcauchy I think It is good Idea, maybe you could do a PR for us to check out the implementation, what do you think @PuKoren ?
Very nice observation by @jeff-kilbride, however even us when we use this module we more frequently store objects then we do simple string values, so It might be worth supporting...
@kcauchy still interested in doing the PR ?
@kcauchy. Ok thanks, might you show us this system if it is open source? :-)
I'll reopen this in the meantime for further discussion, @dial-once/developers thoughts?