Toni Dietze

Results 28 comments of Toni Dietze

> […] Furthermore, I discovered @Bodigrim's [comment that we should change that to `h * x + (1 - x) * l`](https://github.com/haskell/random/pull/62/files#r439693384) What is missing from that comment is what...

@Bodigrim [wrote:](https://github.com/haskell/random/issues/166#issuecomment-2560420221) > One difference I can recall is that when `l = -Inf` and `h = 0` the first formula gives `-Inf`, but the second gives `NaN`. Indeed, when...

While investigating some ideas, I actually noticed an actual problem with the proposed solution: The sub-term `h - l` (or `l - h`) might overflow to infinity if `l` and...

This is still an issue with PlantUML 1.2025.7. Actually, this is not only about the exit code when compiling a single file: Also, when using the `-picoweb` option while, e.g.,...

Thanks for your verbose comment, @The-Lum! Obviously, I missed the introduction of this “referring to members” feature. I guess, it was introduced only after PlantUML version 1.2022.6. Now that I...

@arnaudroques: Thanks, this helps. From your answer I infer that I need to use `class "A::B" as …` for my use case. I just wanted to be sure before adapting...

> […] From your answer I infer that I need to use `class "A::B" as …` for my use case. […] It turned out that, in the documentation I am...