fice-t
fice-t
I updated to the latest tip and it seems that logcat is now providing more information: ``` Playback error androidx.media3.exoplayer.ExoPlaybackException: Source error at androidx.media3.exoplayer.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:701) at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:671) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loopOnce(Looper.java:201)...
Could you describe in more detail how to reproduce this? Such as: * How long does it take for noticeable audio desync to occur? * Can you try reproducing with...
I thought this was going to be solved upstream in Evil? The issue there, from what I can remember, is that in haskell-mode `haskell-indentation-newline-and-indent` uses `haskell-indentation-find-indentations` on the end of...
@PierreR Does the following patch work for you? I haven't touched it since February, but it worked then: ``` diff diff --git a/haskell-indentation.el b/haskell-indentation.el index 03c5348..b174006 100644 --- a/haskell-indentation.el +++...
@Chocobo1 I believe this can be closed as resolved by #17862. One can now use `--torrenting-port=` or `QBT_TORRENTING_PORT=` to set the port.
I can reproduce this on v1.6.6 with "autoplay next episode" the default (on). In this case, the "Next Episode" button counts down to 0 and remains displayed ("Next Episode 0")...
I'm here because I was just about to create an issue about the outdated man page for `qbittorrent-nox`, specifically about the missing `--torrenting-port` option (which I almost missed and was...
``` elisp (defhydra hydra-launcher (:color blue :columns 3 :idle 0.5) "launch" ("e" eshell "eshell") ("d" ediff-buffers "ediff") ("g" lgrep "lgrep") ("G" rgrep "rgrep") ("h" man "man") ("p" list-packages "package")) (define-key...
@geraldus Would using `haskell-process-evaluating-p` work in this case, at least to stop the hanging?
I tested it and it does detect it fine. Wrapping `haskell-process-get-repl-completions` in `(if (haskell-process-evaluating-p process) nil ...` seems to work. If it returned a special symbol (say `'evaluating`) would that...