Reuben Cummings

Results 172 comments of Reuben Cummings

Can you post the code you used? The implementation doesnt matter (pickle vs something else) as long i can replicate the result. Sent from my iPhone On Sep 21, 2013,...

Just curious why you closed this since the issue isn't solved.

Well, I'm far from an expert on this topic, but why not just do it how the python version does it? There has to be a nodejs equivalent of pickle,...

And to answer one of the questions, you would select a `spread` mode upon instantiating `memjs`. In that mode, any values > max size would be split up automatically. Also,...

I think you've misunderstood me. Spreading values wouldn't happen automatically. It would be an option in the setup, e.g., `client = memjs.Client.create({spread: True})`. By default, spread would be False.

When will this land? I'd rather get a `None` blob and handle it in my Python code than the current behavior of seeing error logs with `'NoneType' object has no...

Just realized something, how will we know the name of the blob we attempted to fetch if all we get passed is `None`?

You don't have the right version. Follow [the instructions](https://github.com/Azure/azure-functions-core-tools/issues/2834#issuecomment-1136311048) exactly.