Kostia R
Kostia R
## Problem Using expression involving OverloadedLabels which have parens around reformats it fine when whitespace is present, but fails with a parse error if there is none. Whitespace is removed...
Just installed latest ghc-mod to try it out with stack. My project looks like this: ``` proj/stack.yaml proj/proj-main proj/proj-shared proj/somelib ``` `stack.yaml` looks something like this: ``` packages: - proj/proj-main...
https://github.com/k-bx/owlcloud/pull/6 Need to update README accordingly
subj See also: https://discourse.haskell.org/t/looking-for-maintainers-hedis-and-servant-elm/4616
Currently if you have a type alias `type BookId = Key Book` that you `Capture "book-id" BookId` it'll be rendered as `(Key Book)`, and you have to replace it manually,...
Currently, lettuce doesn't capture stdout/stderr when running tests. I think it would be nice to do so.
I just shoot my foot with having this: ``` python @step("I run server sync at \"(.*)\"") def server_sync_at_date(step, dt): pass ``` and then adding: ``` python @step("I run server sync")...
If I do ``` python print "foo" print "bar" ``` inside my test and run it with `-v4` (default) args, lettuce only outputs "foo". I only start looking at lettuce...
Hi. The `1.0.0-70` release seems to be absent from https://www.npmjs.com/package/serverless-plugin-chrome . Doing the release would be appreciated!
### What happened? Program misbehaves sometimes when I try to create a Hier Block [following tutorial](https://wiki.gnuradio.org/index.php?title=Hier_Blocks_and_Parameters). Error in terminal is: ``` (gnuradio-companion:2893): Gtk-WARNING **: 12:12:14.205: Drawing a gadget with negative...