Dror Speiser

Results 8 comments of Dror Speiser

Hey! I was just hitting this bug. For long strings it's still nice to elide. I propose a different solution, to use slicing instead: ``` return '{}.{}\N{HORIZONTAL ELLIPSIS}{}.{}'.format(object_parts[0], object_parts[1][:1], object_parts[-2][-1:],...

I think you can use `event`, which responds to events mentioned in the transition table. So, for those mentioned _and_ those not mentioned, you can have both transitions. Like so:...

Hej! It's been a while since I've been here ^_^ (changed jobs, no c++ now :( ) I can't find the contradiction, can you elaborate? I don't remember how I...

@Rijom it sounds like the case you have is most correctly solved using `event`, and without `unexpected_event`, and I would posit that the names even make sense: you are in...

@Tal-seven I don't think the line marked "This i believe propagates Event3 to the contained state" matters here. It's the line `state + event = state5,` that moves the base...

@erikzenkerLogmein You're welcome! I won't be creating a pull request for a few reasons. First, I'm not sure if checking for states is in the UML State Diagrams spirit, or...

Happening to me too. I looked at this a bit, it looks like every save or so all the cells are removed and then put back. Right after the removal...

Getting my account's buckets seems fine to me, since this is also the behavior of rexray/s3fs and s3fs-fuse. Getting the exception is what I find weird :P