-
Was chatting to @puffnfresh about pre-0.5 component ideas, and we agreed to post this on the project page in case we want to further develop or refer to it.
``` purescript
-- | p - placeholder / ad…
-
In my Stackage builds, I use --max-backjumps=-1 --reorder-goals. Given the recent discussion about reorder-goals both being slow, and possibly causing non-termination in build plan construction, I dec…
-
Given two trivial views with different state types:
``` purescript
data Count = Inc | Dec
app1 :: PureView Count
app1 = render stateful 0 update where
render count =
H.p_
[ H.text (show…
-
Currently the effect/request handler is completely separate from the View machinery. While I can potentially work with the SF/SF1 instances to manipulate state and HTML, there's no story for composing…
-
paf31 updated
9 years ago
-
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…
-
``` shell
$ cabal sandbox init
$ cabal install --only-dependencies -j4
Resolving dependencies...
In order, the following would be installed:
GLFW-b-0.1.0.5 (latest: 1.4.6) (new package)
OpenGLRaw-1.4.…
-
EDIT: My first comments are very verbose, but serve as proof of the bug. ctrl+f summary for a tl;dr
When installing lens it fails on the aeson dependency:
```
cody@zentop:$ ls -a
. a-little-lens-s…
-
We talked about this somewhere a while back, perhaps just in IRC, thought it was worth making a proper issue for it. I can't remember which ones we said exactly, so this is for discussion as much as a…
garyb updated
10 years ago
-
Not sure why am I the only person having this error. I'm using ghc-mod from master, and since some time ago, it started having this problem:
```
Debugger entered--Lisp error: (error "Selecting delete…
k-bx updated
10 years ago