Mahmoud Hashemi
Mahmoud Hashemi
Hey Gaetan! Are the source for any of these available to look at right now? For proxy, are we sure requests doesn't support this? Maybe through a plugin or flag...
Hey @epruesse! Merging two signatures sounds pretty cool to me! Kind of tricky with argument orderings and such, but I think some reasonable default behavior should be possible, as you've...
Best I could do for the recent release (19.0.0) was [FunctionBuilder.add_arg()](https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.FunctionBuilder.add_arg). While that technically fulfills the title of this post. I'm still interested in the merge, still mulling it over....
Hmm, I thought we actually hit the non-string annotation pattern [in this test](https://github.com/mahmoud/boltons/blob/9d9dc073e4a2a71fdc2960da9b387393b494c0a2/tests/test_funcutils_fb_py3.py#L23-L30). This approach seemed to work well enough for itamar in #203, too. Would you mind providing an...
Closing per comment in #160 (TL;DR, fixed in boltons==19.0.0)
Hmm, TL;DR, I thought I was closing a different issue, reopening!
Hey there! The 3.7 issue has been fixed on master, which closed #179. If you rebase you should see things pass. I'm still contemplating where to include this. I think...
Great idea! I could definitely see subselecting an arbitrary lists of lists out of another lists of lists, sort of like a "crop" tool for two-dimensional sequence-based datasets. Multidimensional gets...
Very interesting all around! But, hmm, were the Python docs updated, actually? Look at the code examples [below here](https://docs.python.org/3.7/library/datetime.html#datetime.tzinfo.fromutc). The docs say: > Applications that can’t bear wall-time ambiguities should...
Sure! Sounds like a fine enhancement. Would you care to give it a go? Also, I'm over here wondering if a bucketized version might help make it more useful for...