Dougal Scott

Results 4 comments of Dougal Scott

The more I think about this the more convinced I am that it isn't the correct approach. It is too broad a brush and will cause just as many problems...

I'm curious as to the reasoning / use case to encode iterators at all. My use of iterators fall in to two major categories: - Iterating across a container inside...

One reason I dislike the "ignore_iterators" flag is that it is coarse grain - it affects all of the saved classes whether you want it to or not. So if...

I created a PR (https://github.com/jsonpickle/jsonpickle/pull/517) with code that does the exclusion. It works but there are probably huge gaps in cases; and almost certainly easier/better ways of doing it. If...