FAP
FAP
@vchernin Great idea, easyeffects wasn't installed anymore, but I didn't delete the data of the previous installation. I had to reinstall it and then remove the data via `--purge`. ```bash...
Are there versions of Symbola that contain a monospaced version that I could find? I'm a bit confused since Symbola gets recommended in the README. I then also ran into...
Thank you for your guidance and the great package! :)
@jdtsmith Thank you, will test this tomorrow. :)
Mhh, don't really know how I managed but sometimes I get timestamp options that don't result in any change when I reset to them: https://github.com/casouri/vundo/assets/459631/3262747c-c33d-4efc-a6a5-0c3684e14179 https://github.com/casouri/vundo/assets/459631/41dee571-5f25-4856-8d02-6039363c6d50 Would it make more...
In the first video I choose the option with the earlier timestamp and nothing happens, I choose a more recent timestamp it it truncates. Is this a possible scenario?
emacs enters gibberish into the buffer, opens describe-prefix-bindings, fails to launch kkp randomly
I'm experiencing the same issue. When this happens kkp seems to be broken, eg. I can't use `` until I restart Emacs. Eg. pressing `s-.` inserts the `.` character. Toggling...
I looked through the changelog of the 3.3 and 3.4 releases and the potential for breakage of student solutions seems low, but not zero. See https://github.com/dart-lang/sdk/issues/54056
@glennj I wanted this repo to match the test runner after https://github.com/exercism/dart-test-runner/pull/84. Should I only change the Dart version the GHA is running on?
Two reasons: 1. I saw that https://github.com/exercism/dart/commit/71baf2a1ce7ea3bca73a4324f6282edc6878ef64 changed the dependency versions as well, which I now realize might be related to the Dart major versions making that necessary. 2. I...