Results 226 comments of jabdoa2

- This works when using the roundtrip loader: https://bitbucket.org/ruamel/yaml/issues/9/line-number-information-for-mapping-keys - Debug only? - Merge needs to also use CommentedMap/CommentedSequence

Hey @scared-fish. Welcome! Looks like this has not been implemented yet. We got `pause` (https://github.com/missionpinball/mpf/blob/dev/mpf/devices/timer.py#L149) but not `timed_pause`. So this is still open :-). There is a unit test here:...

That sounds very reasonable. Guess we have to stop the delay when disabling the timer. Also maybe on manual resume or pause.

I think a breaking API change should be fine. We can leave the getter in place but add a "next()" method to pools which we call once we want to...

Fixed this for images today in dev. There is now a generic `get_next()` on all assets and a `is_pool` property on assets.

Shows are here: https://github.com/missionpinball/mpf/blob/dev/mpf/assets/show.py. Our config specification is here: https://github.com/missionpinball/mpf/blob/dev/mpf/core/config_spec.py. The variable would be of type template_bool. The show would evaluate it and skip the step if the result is...

Maybe just add a call path for shots which allow optional tokens? It makes sense at other locations to have this validation. We should talk about play_kwargs in shows at...

Hi Max, Here arw some examples: http://docs.missionpinball.org/en/dev/examples/assets_and_image/index.html for images in slides. To get a working machine you could go through the first five steps of our tutorial: http://docs.missionpinball.org/en/dev/tutorial/index.html. The issue...

Hi Gabe, I like the idea! Have a look at the service mode. It already supports cycling through lights. Also have a look at the service cli: http://docs.missionpinball.org/en/dev/tools/service_cli/index.html. What do...

Monitor would work as well. I would like to have such a tool. I can support you with any BCP calls or yaml editing. I'm very bad at building GUIs...