Shane Hathaway
Shane Hathaway
Until this issue is solved, here's a workaround for material-ui imports. I added this option to my `.importjs.js`: ```javascript importStatementFormatter: (options) => { // Adjust material-ui imports to avoid accidentally...
See my comment attached to #80. In my own project I've added NativeInteger and NativeBoolean classes that do what you want. Whereas Integer converts a str to an int and...
I'm stuck at 1.0a5 because of this. :-( In most (perhaps all) cases, it seems like None should be serialized the same way as null. That way, colander.null doesn't leak...
If we change the option name, the change will be backward incompatible, so the next version should be 3.x rather than 2.11 (assuming we're following semantic versioning principles). I would...
I also fixed 2 ASCII protocol bugs that were accidentally exposed by this new code. I'm not sure what CommitCheck is or why it doesn't like my commit messages. ;-)
Yes, ``get_multi`` accepts any key list ``gets`` accepts and produces the same results. In fact, I left the ``gets`` function as a simple wrapper around ``get_multi`` so that this change...
So you prefer the names ``gets``, ``sets``, and ``deletes`` over ``get_multi``, ``set_multi``, and ``delete_multi``? I'm happy to make that change if that's the direction you want to go.
Sounds good. I changed the names.
Great feedback! I will try out all of these suggestions.
See PR #110 :-)