| bio | website | hackification.com |
|---|---|---|
| location | United Kingdom | |
| age | 36 | |
| visits | member for | 4 years, 9 months |
| seen | 1 hour ago | |
| stats | profile views | 1,048 |
I'm primarily a .NET developer, trying to move from desktop application development to web development. I'm trying to teach myself Haskell in my spare time.
|
5h |
awarded | Informed |
|
May 30 |
revised |
How long does GHCi remember data once loaded? Formatting and tidying. |
|
May 22 |
comment |
Random exclamation mark in email body using CDO Hmmm well OK I posted this three years ago, based one something I vaguely remembered... but my vague memory was that lines that were longer than some limit produced ! marks. Of course, your ! marks might be produced for some other reason. Try dumping the raw body you are trying to send, and see if the ! marks correlate with something (odd unicode characters, lines of particular length, etc). |
|
May 21 |
awarded | Notable Question |
|
May 15 |
revised |
Haskell parse error on input '->' Spelling and capitalisation. |
|
Apr 18 |
awarded | Good Answer |
|
Apr 6 |
awarded | Good Question |
|
Apr 2 |
comment |
Haskell: [String] to IO () Be aware there's already a function named print in the Prelude: hackage.haskell.org/packages/archive/base/latest/doc/html/… |
|
Apr 2 |
comment |
Extending a list of list in Haskell FYI your custom function flatten is just concat: hackage.haskell.org/packages/archive/base/latest/doc/html/… |
|
Mar 22 |
awarded | Popular Question |
|
Mar 12 |
comment |
How to display Pending Changes as list rather than tree view in VS2012? (I've marked this answer as Community Wiki so that I don't benefit from what is effectively someone else's answer). |
|
Mar 12 |
answered | How to display Pending Changes as list rather than tree view in VS2012? |
|
Feb 25 |
awarded | Caucus |
|
Feb 22 |
comment |
wxHaskell: Initial frame size too small You could try windowReLayout... I'm not very familiar with wxWindows however: hackage.haskell.org/packages/archive/wxcore/latest/doc/html/… |
|
Feb 22 |
answered | wxHaskell: Initial frame size too small |
|
Feb 21 |
answered | Backbone.js: Cannot read property 'wait' of undefiend |
|
Feb 21 |
comment |
wxHaskell: Initial frame size too small Or do you mean the window is always too small? If so you can add a minsize layout. |
|
Feb 21 |
comment |
wxHaskell: Initial frame size too small There are known issues with wxHaskell and GHCi: haskell.org/haskellwiki/WxHaskell/FAQ |
|
Feb 20 |
comment |
handlebar each helper There's some discussion here: stackoverflow.com/questions/11479094/… which might help. |
|
Feb 20 |
revised |
Remove from List<> duplicated items and record duplicated quantity Corrected spelling. |