-
I am trying to parse http://lib.haxe.org/all page content
Mainly I trying to get lib **name** and **description**, I was able to get some names, but some name are ignored, for example:
tink_core, tin…
-
During my performance testing (e.g. #218), I discovered that the `ISpecimenBuilder` relays, which query for attributes via an `ICustomAttributeProvider`, have a major impact on performance. The negati…
-
Before we start implementing new features, in particular the configuration system we discussed in #70, I would like to take some time to refactor the existing code base before it grows too large. In p…
-
Hi,
I am trying to install `puppet-language` in a `cabal sandbox`. For some reasons it has been failing after Archlinux upgrades of aeson (-> 0.7).
I had to try many combinations before reaching the…
-
Recently, there were different discussions about adding a MonadIO instance, how to use hspec in a way that allows step-by-step side effect testing and more. I would like to make a proposal how to addr…
-
I'm trying to connect Haskell to the web by using Yesod.
So far, I've been unsuccessful.
This is what I did:
1. On a Mac I ran the following command: cabal install cabal-install
2. It returned a 'ton…
-
This is partially an update and partially a solicitation for opinions on certain design choices for this library.
So I've designed `pipes` libraries to not directlyl depend on `foldl` so that I can b…
-
Based on the [mailing list thread](https://groups.google.com/d/topic/libcppa/DTtYpiNgv1w/discussion) about syntactic sugar for `handle_respose(sync_send(..))`, I would be very happy to see member func…
mavam updated
11 years ago
-
From reddit (http://www.reddit.com/r/programming/comments/1h917l/learn_x_in_y_minutes/casl5so?context=1)
"""
There seems to be one for haskell now http://learnxinyminutes.com/docs/haskell/ which I am…
-
The spec-writing guide says that promise-returning functions should never throw; instead, they should just reject the returned promise with the relevant error.
It even gives a specific example of arg…