Andrew Cowie

Results 32 issues of Andrew Cowie

Doing conversions from Bazaar to Git locally. I already have a "shared repository" at `..` relative to the forest of Bazaar branches I have. This is a common pattern, and...

It's not really open source if it depends on non-free things; in this case, the dependency on Highcharts. Sexy as it may be, the highstock library is only free for...

Might it be possible to put a delay (configurable, perhaps) of some short time (say, a couple seconds) before firing off the recompile? I'm used to **ghcid** reacting when I...

performance
component: ghcide
component: lsp
level: hard

Quick one: should ```haskell import Data.GI.Base ``` have resulted in the GType being in scope? I was mildly surprised I had to ```haskell import Data.GI.Base.GType ``` explicitly before using GType...

## Status - [ ] A workaround is available - [ ] A fix is written - [ ] A fix is released - [ ] The fixed verison is...

This may be a bridge too far, but there are Unicode symbols for Play, Pause, and Stop: `⏵`, `⏸`, and `⏹`. I dug them up, and threw them in to...

In addition to wanting `:play` and `:pause` exposed (see #84 ), I find myself constantly hitting **Space** and wondering why nothing is happening. Toggle is there, yes, with **t** as...

Running ``` $ stylish-haskell -i src/ProgramFile.hs ``` results in ``` stylish-haskell: -i: openFile: does not exist (No such file or directory) ``` seems like the option parser has glitched out....

Nitro was raised on the Randombit cryptography list in a [thread](http://lists.randombit.net/pipermail/cryptography/2013-September/005307.html) about infrastructure to enable forward secrecy, wherein was made the [comment](http://lists.randombit.net/pipermail/cryptography/2013-September/005319.html): > "Unfortunately they didn't implement the full CurveCP...

@jamwt, Can you add some text to one of your documents explaining your rationale for developing nitro and/or comparing to some of the other event/channel/message passing frameworks out there? I'm...