Justin Israel

Results 194 comments of Justin Israel

@yawpitch yea that is effectively what I proposed in my alternate implementation of `intersection()`. But it does require `from_iterable(..., sort=False)`, otherwise you are back in the same boat again :-)

Yep, you are right about that. I think I had that in my implementation to ensure the behavior. Ignore me!

If you are performing your serialize/deserialize by way of using the `FileSequence` constructor, then the outcome is valid because you are putting the string through another parsing phase. `cPickle` for...

Is this still an issue? If not, @walrusVision can you explain what behaviour you would expect in relation to serialization/deserialization? It should be consistent to cPickle to serialize a sequence...

Thanks for clarifying the situation. I can see how that would be a problem if a user was then able to treat that as a string representation which no longer...

Sure. This can probably be implemented by using python's `ast` module, and parsing the selected code to see if its a single expression: ```python import ast # ok: Wrap it...

It usually takes at most a day for the changes to sync up with the Sublime Package Control system and then be delivered back to those that are using automatic...

It seems that Sublime Package Control updated their format, possibly, and is not automatically picking up my updates. It did not pick up release 3.0.2 because it says the last...

Did this end up working for you?

I've just tested this, with a fresh install from Package Control, using Maya 2016 ext2, and it works as expected. Can you try making sure you have removed all traces...