Stefan Seritan

Results 75 comments of Stefan Seritan

I think my stance is now that I am for keeping `OrderedDict` in cases where the order preservation is specifically important. In my mind, this does come with a task...

Performance metrics are usually a good way to sway me; however, it also needs to be paired with how frequently an operation is being done in normal workflows. Is there...

Thoughts on an alternative way to signal that the ordering matters in that case? Maybe a naming scheme where the dict has a `_ordered` or maybe setting a `order_matters` attribute....

Ooh I like this possibility. In Python, this is called type aliasing: https://docs.python.org/3/library/typing.html#type-aliases Would using a type alias like this be an agreeable way to keep the semantic reminder but...

A half-baked version of this is implemented in the feature-cloudnoise-experimental branch for CloudNoiseModels.

Just updating with some discussion on an internal thread. This issue is due to an underlying problem with the dense interface code for states and effect model members, and will...

Sounds good to me. Thanks @rileyjmurray for the great work and I agree with @coreyostrove's addendum - really this will also come down to us as reviewers to ensure that...

Haha you beat me to it! Yes please go ahead and add it here. If you can edit the initial comment to make a new checkbox item that would be...

Looks like you can edit that initial comment, so that's awesome. If you have a minimum working example and could upload it also, that would be super helpful.

When you edit the comment, do you have a "Attach filed by dragging & dropping" down at the very bottom? I drag & dropped the file there, and then it...