Erik Rantapaa

Results 11 issues of Erik Rantapaa

Running `blaze-from-html` on this input: ``` html This is a test: \Program files produces the output: html $ body $ p "This is a test: \Program files" which is malformed...

It would be nice if BS.getLine would use the handle's newline setting so that in `CRLF` mode strings are returned with both the CR (if present) and LF removed. An...

bug
Windows
pr-welcome

Is it possible to use the criterion analysis and reporting functions on timing data that I supply? I've tried hacking the criterion code to get this simple example to work:...

Question
Enhancement

I've modified the simple echo demo to include a button which calls `.log()` with some text when pressed. The app will throw an exception if the very first thing I...

I'd like to have a way to configure a non-blinking cursor. Thanks!

Hi - Subject pretty much says it all. This PR adds a .cabal file and includes changes so that it can be built with `stack`.

A suggestion for linking to docs on Hackage... Currently Hayoo is linking to the "latest version" of a package on Hackage via a url which does not include a version...

I've been experimenting with different ways of presenting the doc section for returned matches. Here are some ideas -- feedback is very welcome. **Demo 1 - Adding a More/Less link**...

On this page: http://hayoo.fh-wedel.de/?query=delete the `delete` for IntMaps has links for both Data.IntMap.Lazy and Data.IntMap.Strict. However the href for these modules both point to the Lazy doc page. Same happens...

This patch implements the --map option so that you can use the predefined maps m1, m2, etc. For example: ``` vindinium training {secret} --map m1 ... ```