Michael D. Adams
Michael D. Adams
For those who come after me, with the default keybindings, Tab and Shift-Tab can be used in place of Down and Up Arrow to navigate the search results. One can...
> Change this file: `/etc/apt/sources.list.d/mono-official-stable.list` to: > `deb [arch=amd64] https://download.mono-project.com/repo/ubuntu stable-focal main` Or use the more specific: deb [arch-=i386] https://download.mono-project.com/repo/ubuntu stable-focal main This skips the `i386` architecture but leaves all...
I would also recommend renaming the `extractions` folder to `extraction`
Cyrus has asked for two more features. First, we should have some tests for this. Second, we should put the OCaml code in a popup instead of the console. (The...
I've added the missing dependencies, but since I am a first-time contributor, GitHub tells me a maintainer will have to approve running the workflow/CI.
I see that the CI results failed (relevant part copied below). ``` [171 of 184] Compiling GI.Dazzle.Callbacks ( GI/Dazzle/Callbacks.hs, /home/runner/work/haskell-gi/haskell-gi/dist-newstyle/build/x86_64-linux/ghc-8.10.2/gi-dazzle-1.0.1/build/GI/Dazzle/Callbacks.o, /home/runner/work/haskell-gi/haskell-gi/dist-newstyle/build/x86_64-linux/ghc-8.10.2/gi-dazzle-1.0.1/build/GI/Dazzle/Callbacks.dyn_o ) GI/Dazzle/Callbacks.hs:1483:58: error: • Couldn't match type ‘Gdk.Rectangle.Rectangle’ with...
@cketti A use-case in favor of enabling threading for all messages in an account is people who (like me) move messages into an "Archive" folder. If I receive a new...
@mikepurvis As far as I can tell, the `Refs` table of the database cannot be recreated when it comes to runtime dependencies, which (unfortunately) prevents such a tool being possible....
For anyone else who finds this thread looking for a solution, the Ktlint FAQ has a recommendation: https://pinterest.github.io/ktlint/dev-snapshot/faq/#how-do-i-disable-ktlint-for-generated-code In short, add the following to your `.editorconfig`, where the path is...
With the release of v1.2.7, can this issue be closed as resolved?