Toni Dietze
Toni Dietze
System.Console.CmdArgs.Explicit.helpText: required arguments are rendered as optional and vice versa
The help text rendering (System.Console.CmdArgs.Explicit.helpText) renders required arguments as optional (with square brackets) and optional arguments as required (without square brackets). ### Example ``` Haskell module CmdArgsExplicit where import System.Console.CmdArgs.Explicit...
The following pictures result in exceptions: ``` +-+ | | +-+\ | ``` results in ``` ditaa version 0.11, Copyright (C) 2004--2017 Efstathios (Stathis) Sideris Running with options: Reading file:...
Using the following YAML config: ```YAML sensors: - hwmon: /sys/devices/platform/coretemp.0/hwmon indices: [1, 2, 3, 4, 5] fans: - hwmon: /sys/devices/platform/thinkpad_hwmon/hwmon indices: [1] levels: - ["level 0" , 0, 60] -...
I fixed some issues reported by [ShellCheck](https://www.shellcheck.net). Some of them can be considered stylistic, however, some of them indicate actual problems.
The classes `Collection` and `Sequential` have identical documentation. I suspect `Collection` is actually about *un*ordered collections. https://github.com/haskell-foundation/foundation/blob/a4f20de16eaee74ae4fbe279a27929ee27c86f9e/foundation/Foundation/Collection/Collection.hs#L66-L67 https://github.com/haskell-foundation/foundation/blob/a4f20de16eaee74ae4fbe279a27929ee27c86f9e/foundation/Foundation/Collection/Sequential.hs#L34-L35
There is the following longstanding deficiency: > Currently, not only snapped window edges are considered as connected, but even edges which are only on the same row/column are considered as...
“Ctrl + Shift + S is already reserved for ‘save as’. It gets hijacked by the script. I would change the default to something else.” (comment on https://www.opendesktop.org/p/1112552/)
Don't want to open a seperate issue just yet - but is trying to figure out why it doesn't work on my system (Opensuse TW, Plasma 5.22.2, Framework 5.83, Wayland...
@reviewer: I am not sure if the id needs to be prefixed with `writerIdentifierPrefix opts` as done in line 190 (this is the only place where the prefix is added...
For both `IntMap` variants, the `` did not appear in the haddock output. While at it, also in the documentation for the other `alterF` variants the `` was turned into...