Dag Odenhall

Results 84 issues of Dag Odenhall

Under the test name, possibly replacing any docstring (as the test source includes it), with syntax-highlighting. Might this be useful at all? Not really difficult to locate failing tests, at...

idea

Write tests as reST documents. Inline diffs for failing doctests. Execute code blocks and check for exceptions. Run test documents as part of test suites and build as part of...

idea

It's debatable whether it's a true law of `Eq` (opinions varied in `#haskell`), but I'd say it certainly is an expectation that if `a == b` then `f a ==...

http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#boolean-attribute Currently attributes like `disabled` and `checked` (there are many more) in blaze-html all take an argument which means you have to give them the empty string or the name...

See https://github.com/kazu-yamamoto/ghc-mod/issues/80

I think since the `check` command is per file (not project), output for other files should be filtered out: ``` console $ hdevtools check -g-isrc src/Kibr/CLI.hs src/Kibr/State.hs:123:46: Not in scope:...

Yea, I keep thinking of things that are in Werkzeug that are neat :D while I don't want to depend on the whole of Werkzeug for something non-WSGI. Would be...

long-term

I want to complete XML files. You can do this with bash completions via `-A file -G '*.xml'`.

enhancement

I don't need this critically, but thought I'd suggest it anyway. The "obvious" way to do it seems to me to be having messages be algebraic types, probably one user-provided...

enhancement

**TLDR:** Should I use separate types for client and server configuration, or unify the configuration in a shared type? I'm working on replacing the arguments to `acidServer` and `openRemoteState` with...

enhancement