Damian Gaweda
Damian Gaweda
Configurator seems to cause GHC 8.0.2 to allocate a huge amount of memory during compilation with profiling enabled, specifically: `stack build --profile` I've created an minimum example to demonstrate this:...
This PR adds a Haskell bundle which provides modes for Haskell and Cabal files. The bundle uses the new lexer style. Examples are included in the `misc` folder. This PR...
@nilnor This PR brings back your scrollbar sync workaround. It fixes #567 and generally seems to make the scrollbars behave more predictably. It was originally introduced in e83e98ee5e9e90286636bb753c85ddd887ba268c as a...
The position of the scrollbar stops being updated after opening a popup panel (e.g. `alt+x` or `ctrl+f`). The text itself scrolls correctly but the scrollbar is frozen. After closing the...
I've created a basic mode to provide syntax highlighting for Cabal build files. It's useful to anyone writing Haskell in Howl. I'll send a PR shortly.
I've noticed that the build tools that display color in a normal terminal don't display color in Howl's process buffer. I believe ANSI colors are supported so I'm wondering what...
I understand this is not that important but I was wondering how difficult it would be to implement pixel-based smooth scrolling in Howl. I presume we would need support for...
Fixes #176
It looks like the [Simple list example](https://package.elm-lang.org/packages/rundis/elm-bootstrap/latest/Bootstrap-Pagination) for Pagination is outdated. `import Bootstrap.HAlign as HAlign` should be `import Bootstrap.General.HAlign as HAlign` and `Pagination HAlign.centerXs` should be `Pagination.align HAlign.centerXs` I'll submit...