-
Running with a typeahead example, I'm wanting to wrap it up into its own component that I can reuse. It has a decent amount of state and event handlers (clicks, keypresses), but I'm wanting to be able…
-
Is there a reason why and >>- don't take their args in the same order? Should one of them be switched (eg ) or do you recommend using the map method directly in that case?
Thanks!
-
I'm not really sure what's going on, I might be missing something.
So, following the tutorial on the "4.3 Monads and do-notation" section, I defined a Maybe clone:
```
data Maybe2 a =
Nothing
…
-
I feel like I am entering the depths of a seldom visited rocky recess. Hello.
I have been diving into functional paradigms, increasingly, for at least a year. I am interested in and actively trying t…
-
Using `withTransaction` in my code I get lots of 'NOTICE: no transaction in progress' from libpq on any error in transaction.
The problem is `withResource` function from Data.Pool which says in doc `…
-
Hi, I have question to you about validators. I'm working now on implementing them as a module for Meteor Astronomy. Here is the [repository](https://github.com/jagi/meteor-astronomy-validators). It's …
-
As glitches issue not fixed completely (https://github.com/baconjs/bacon.js/issues/353) I propose to introduce more generalized `sampledBy` for thouse people who want to deal with glitches by hand.
H…
-
It would be really useful to be able to use `bracket` on `WebSocket p` actions, so as to handle both Iteratee errors and (possibly asynchronous) IO exceptions.
An easy way to implement this is to ste…
zopa updated
10 years ago
-
Hi, I just wanted to test functionagroovy as a library to enable functional programming in our project, but I hit this wall in my test project:
java.lang.UnsupportedClassVersionError: com/github/mper…
-
Looks nice, but where is the doc ? (annotated source code doesn't count !)
Need something as simple as that : http://underscorejs.org/