synchronisator

Results 18 comments of synchronisator

The problem is discussed here: https://in-thread.sonic-pi.net/t/set-get-not-in-all-thread/7089/10

Thanks for all your work, there is nothing to apologize. This is a hard edge case, so its no problem, that it is a problem :) To enter some more...

I try to play a file from a Nextcloud. To do this, i need to add a Basic Authentication Header. This is not possible at the moment. Because in web...

My System is a `Linux Mint 20 MATE 64-bit`

Absolutly. I recreated this issue in 3 different projects. One from scratch as i discribed in the description. And my system looks good, i have not enabled any accessibility feature...

Ok, i found a step: I ran into animation_controller.dart:584 ```dart if (SemanticsBinding.instance.disableAnimations) { switch (animationBehavior) { case AnimationBehavior.normal: // Since the framework cannot handle zero duration animations, we run it...

I can prevent this to happen if i set `animationBehavior: AnimationBehavior.preserve` but thats only a workaround. Where does this option came from, how is it set? I did not set...

All gsettings that have something to do with animations are looking good: ``` ➜ gsettings list-recursively | grep anim org.cinnamon.desktop.interface enable-animations true org.mate.interface gtk-enable-animations true org.mate.interface enable-animations true org.gnome.desktop.interface enable-animations...

@bleroux Thanks for your answer. All my available options are set to enable animations: ``` ➜ gsettings list-recursively | grep -e reduced-resources -e enable-animations org.cinnamon.desktop.interface enable-animations true org.mate.Marco.general reduced-resources false...

@jpnurmi Thanks for your answer. Your command looks like this: ``` ➜ gdbus call --session --dest org.freedesktop.portal.Desktop --object-path /org/freedesktop/portal/desktop --method org.freedesktop.portal.Settings.Read org.gnome.desktop.interface enable-animations (,) ``` And thats the opposite of...