Mike Pilgrem

Results 51 issues of Mike Pilgrem

Module `Graphics.Rendering.Chart.Axis.Floating` exports `scaledAxis` but there is no corresponding function exported by module `Graphics.Rendering.Chart.Axis.Time`. I found myself needing to specify bounds when creating area spots charts, including charts with `TimeValue`...

Currently, `AreaSpots` allows the relative scaling of the size of spots through: ~~~~ _area_spots_max_radius :: Double -- the largest size of spot ~~~~ I found myself needing to scale the...

The example code given in the introduction to SparkLine.hs has the final line: `renderableToFile fopts (sparkLineToRenderable sl) "bar_spark.png"` However, in `Graphics.Rendering.Chart.Backend.Cairo`, the type of `renderableToFile` is: `renderableToFile :: FileOptions ->...

Also adds `hReportLayerColor`, `hGetLayerColor` and `layerColor`. Not supported by terminals on Windows. Native terminals do not allow the color to be reported. Other terminals do not allow the reported color...

WinIO has seen https://gitlab.haskell.org/ghc/ghc/-/issues/806 closed, the issue referred to in the documentation for [reportCursorPositionCode](https://hackage.haskell.org/package/ansi-terminal-0.11.3/docs/src/System.Console.ANSI.Codes.html#reportCursorPositionCode). However, to date, I have not been able to get `getChar` on Windows with WinIO to...

I do not know where the problem lies but, on Windows 10, the `FileChooserButton` example (and only that example) somehow sends LF characters to stderr when the dialog box is...

I think that due to a bug in GHC affecting at least GHC 9.0.2 and GHC 9.2.3 - see https://gitlab.haskell.org/ghc/ghc/-/issues/21111 - GTK4 does not work with `gi-gtk` on Windows. I...

`Test.Hspec.Discover.Run.mkSpecModule` makes a module without an export list. Since GHC 8.4.1, GHC has warned about missing export lists (as part of -Wall). This pull request aims to silence that warning.

Can BravuraText be used with Microsoft Word for Microsoft 365? Specifically, can the Combining Staff Positions code points be made to work? https://www.smufl.org/fonts/ says that BravuraText is intended for use...

Using `haskell/actions/[email protected]`, I have had the following problems with early GHC versions, on `ubuntu-latest` or `windows-latest`, as follows: ### 1: `ubuntu-latest` 7.0.4, 7.2.2 and 7.4.2 work, but 7.6.3 and 7.8.4...