Ivan Smirnov
Ivan Smirnov
@dyatlov If you look at the code closely, you'll see that (for some reason) the only place where `callback_url` is actually used is in `mock_request_call` method which is only invoked...
Anyone? I'm not sure I quite understand the logic of `callback_url` and `full_host`, does anyone know how it is intended to work?
How about something like ``` python {"py/date": "2015-01-09"} {"py/datetime": "2009-07-10 18:44:59.193982+00:00"} ``` with backwards-compatible support for the current reduce format?
2.5) I've noticed the example in 2) doesn't actually work at all, since `cattr.unstructure_attrs_fromtuple` doesn't even exist. I guess you currently have to do something like this: ```python cattr.global_converter.register_unstructure_hook( Foo,...
JSON pickling is going to be slower than the binary protocol, that's the tradeoff. What's the surprise here? If you're really after the speed, you should use something like `msgpack`:...
Wishlist: functions with keyword args, optional args, and/or variable-arity argument (varargs) lists
Agreed, there's a whole bunch of different keyword arguments proposals floating around and there's been a few discussions which seemed to die off a few months ago... would love to...
@la10736 Thanks for replying so fast! > Change it today means introduce a breaking change. Technically - yes, agreed (however, you're not 1.0 yet, so breaking changes are kind of...
@la10736 Wonder if there's any further thoughts on this? Or is any help with PR needed?
Can confirm, there's _massive_ flickering on Windows when using `linum-relative`, any idea why? This seems to be the only package I have that causes emacs to flicker so much when...
Confirming this, when using `evil-escape` from insert-mode, the first letter of the escape sequence is erroneously added to all cursors except the currently active one.