Toni Dietze
Toni Dietze
Unexpected result when using closing backtick for hyperlinked identifiers that end with single quote
With Haddock 2.25.1, when using a closing backtick for hyperlinking an identifier that ends in a single quote, the single quote seems to be considered as the closing hyperlink markup...
In the GUI, when adding/editing an activity, and when putting a comma in the activity field, the “Save” button gets disabled and the hover-tooltip shows “Fact could not be parsed...
When interacting in the following order with the website: - click “A80+”, - click “Alle”, - click “< - 25”, and - click “< - 25” again, then a wrong...
When a configuration file like `cabal.project`, `cabal.project.local`, or `cabal.project.freeze` is a broken symlink, it is silently ignored. For example: ```bash cd "$(mktemp --directory)" cabal init --exe --simple ln -s I-do-not-exist...
The IEEE "not-a-number" (NaN) value is not encoded properly, since `encode` uses `decodeFloat`, which is unspecified for NaN (cf. [Prelude](http://hackage.haskell.org/package/base-4.7.0.1/docs/Prelude.html#v:decodeFloat)). Examples: ``` Haskell (0 / 0 :: Double) = NaN...
`fromListMay` takes `Rational`s as input but uses `Double` for drawing a random number. This may theoretically result in errors. For example consider drawing weighted from `[('a', w)]` where `w =...
`uniformRM (l, h)` for `Float` and `Double` is defined by drawing `x` from [0, 1] using `uniformDouble01M` / `uniformFloat01M` and then returning `x * l + (1 - x) *...
When using a double colon `::` in a class name, the generated image is wrong when the class was not declared before being used as a line end. - [Working...
When `coq-run-completely-silent` is enabled, then `coq-diffs` has no effect and diffs are never shown. When diffs are needed, `coq-run-completely-silent` can be disabled as a workaround. When `coq-run-completely-silent` is enabled, Proof...
This seems to be an issue only since Plasma 6 or later. It definitely is an issue with KWin Wayland 6.2.3.