Sean

Results 58 comments of Sean

@sdispater looks like the only failures left are on Python2.7 and unrelated to my changes. Any thoughts on this feature?

Hey @xbanke - Thanks for the submission. This is a tricky problem, because an `Iterable` may be an either an `Iterator` - which can iterate infinitely, or any iterable object/container....

Hey @ahobsonsayers! Thanks for reaching out - I'm so glad you enjoy working with typical. Although I've not explicitly listed `Help Wanted`, I'm open to contributions for any open tickets...

@ahobsonsayers - I can't believe a year has passed since this issue was originally posted. Since then, generic Union and tagged Union support is now out in the wild. I...

Hey again, @xbanke - This is a great idea, and again, thank you for the detailed example. I haven’t focused much on this issue in the past because the original...

Hey @ahobsonsayers - Thanks for the call out on this one, looks like the documentation was dropped when the library was migrated to hand-written docs instead of auto-generated. That being...

Thanks for raising this issue, this relates to the work described in #56. I'll take this approach under consideration when I re-define the API for registering custom Ser/Des protocols!

Hey, @xbanke! Thanks for the input. What sort of custom user-type are you thinking of? Most any type is supported. The only real exceptions are recursive types (a class definition...

Thanks for the clarification and examples! This is super helpful, and pretty straightforward. The current registration system is a holdout from v1 and I’d love to make it more accessible....

That would be a nice level of introspection, but it would come at a pretty decent performance cost. We'd need to validate input before passing the values in for initialization....