Results 35 comments of Sebastian Lohff

Is the problem only the filename? Do you have an example filename for me to recreate this?

Hey there, glad you like it. Resume support is part of `servefile` for a long time, see here: https://github.com/sebageek/servefile/blob/master/servefile/servefile.py#L87-L120 It even works with playing movies and skipping through the file....

Regarding PR tracking for sonic-sairedis it looks like https://github.com/sonic-net/sonic-sairedis/pull/1076 has been closed in favor of https://github.com/sonic-net/sonic-sairedis/pull/1103

I'll take a look at putting this into the global values. My first attempt of this did not work, but it might be because I haven't properly requested updates in...

I taught the `ChoiceBox` how to draw a bar! The interface is far less sophisticated in comparison to the `SliderBar` (it only displays values between 0.0 and 1.0, no indicator...

@ericfont what are your settings for `sync to`, `tempo`, and `quantize`?

Try the settings from the screenshot. Sync to internal, 120bpm, 32 8th/cycle and quantize cycle. Anything with sync to internal that results in a cycle longer than 1s should work...

As written in https://github.com/essej/sooperlooper/pull/26#issuecomment-947195358 I first wanted to ask if that API change looks right before I remove the other commit, but on the other hand... I can just prepare...

> I notice that on 120bpm, if I set 8th/cycle to 4.0 the display work, but if I reduce 8th/cycle to 3.0 then there is no animation. Yes, there is...

Okay, squashed the commits and rewrote the commit message a bit so it reflects the current state + the ChoiceBox API change. I also tested this again with sync to...