Tuukka Mustonen

Results 64 comments of Tuukka Mustonen

Yeah, that would work, too. It would kinda feel dirty to pollute user's namespace, but I guess there's no harm so why not. I can change it. Any other changes...

I think https://github.com/purcell/airspeed/blob/master/airspeed/__init__.py#L607 would be the place to add it?

I'll take a closer look at the code and try to hack in something (not sure if we absolutely need this feature, so there are conditionals). If I manage to...

@purcell Last comment in this thread was from 2013 :) What is the Velocity compliancy today? `README` hints that 1.7 is (at least partially) supported?

Creating and maintaining the type hints as a typeshed entry feels counter-intuitive, especially with Python 2 now gone. Why not implement them directly in boltons code?

Well, it is quite a trivial utility as you can get the same with: ``` python for index, obj in enumerate(iterable): last = index == len(iterable) - 1 ``` But...

Potentially duplicate of https://github.com/mahmoud/boltons/issues/81, Or maybe just touches https://github.com/mahmoud/boltons/issues/81#issuecomment-249414209?

@mahmoud Do you plan to merge (something like) this into boltons? Recursive merge is such a many-sided concept. Instead of fixing a certain behavior (that will suffice for 80% of...

Yes, it should work on nested data structures. I think the API should resemble current glom-API, so maybe it should be declarable via spec (instead of `glom.collect()` or `glom.omit()` like...

Also curious about the future of the library. I originally betted on pendulum to win the race over [arrow](https://github.com/crsmithdev/arrow), but looking at the projects now, `pendulum` seems stale (few commits...