Joshua Bronson
Joshua Bronson
Landed in Chrome 43: https://code.google.com/p/chromium/issues/detail?id=437908#c8 http://updates.html5rocks.com/2015/04/cut-and-copy-commands
I'll leave it up to @satwikkansal, whose 7b22f84f97723b5b8b49435a5810c37bcbbbd582 (in response to my #77) landed before this did with overlapping intent.
Hi @sloria, thanks for looking at this, and great this should be possible now and is worth revisiting! I investigated a bit and committed the results so far in https://github.com/jab/marshmallow/commit/21b8c767b37e73793cd7b19eae8d668fdf26263f....
Actually, I realized that streaming dump should be supported for all schemas, not just many=True schemas (and renamed the issue to make this clearer). For example, it should still be...
Hi @sloria, do you have any thoughts on this? Thanks!
> Thanks for implementing support and writing up the recipe. My pleasure, thanks for your interest and the quick reply! > I'm impressed the extra methods pass through to SortedDict...
Thanks, that's super helpful! After replacing `_dict_class` with two separate `_fwd_class` and `_inv_class` attributes, look what I can do with `_inv_class = ValueSortedDict` (the sortedbidict2 example): ```python >>> import bidict,...
Thanks for taking a look! I added a mention of sortedcollections alongside sortedcontainers, as you suggested. Now live at https://bidict.readthedocs.io/en/dev/other-bidict-types.html#extending-bidict. I also made some more changes to the examples, and...
Vector clocks? https://en.wikipedia.org/wiki/Vector_clock http://bravenewgeek.com/you-cannot-have-exactly-once-delivery/
Gotcha. +1 to `#1`, I see no downside to that. (Were you hoping to use something else for the primary key?) Not sure how frequently reports are sent, and whether...