-
I have noticed that this line is called constantly thought there is no need to call it except for the root component (because yes, it should be appended to the for example)
https://github.com/pure…
-
After upgrading Aff to 4.0.0, something has broken.
I think adding a example to demo routing in Halogen App is a good idea.
[Powered By Halogen 3.0.1](https://github.com/jimmyhuco/halogen-boiler…
-
https://github.com/purescript-halogen/purescript-halogen/blob/3ababd93bff0fe592f3d6ab29b699188dad26d86/src/Halogen/HTML/Elements.purs#L740-L741
should be changed to Node
and
https://github.c…
-
https://github.com/purescript-halogen/purescript-halogen/blob/e6ac20be9531356d9c01fd8cab9e3ddf87c27c9a/src/Halogen/Aff/Driver.purs#L110-L115
I'm trying to use runUI in the StateT transformer. Is it…
-
Or could halogen-vdom be enough? I would like to use this with spork
-
There are any future plans for ACEMD to support colinear lone pairs in NAMD Drude-like PSF format?
These are necessary for CGenFF 4.0 halogens.
See issue #853.
-
Hi,
I wondered why you don't use the latest version (https://github.com/AndyGrant/Pyrrhic).
-
This issue proposes adding unique identifiers to Halogen components, along with a possible implementation. Users would be able to retrieve a component's unique identifier via `HalogenM`:
```purs
h…
-
i have added prop for handling event
`onBackpress = HE.handler (EventType "onBackpressed")`
but not able to generate event so that action get triggered
-
I wrote a [question on Stack Overflow about this.](https://stackoverflow.com/questions/47932234/editing-and-running-halogen-applications-from-pulp-psci) I will copy it here as well in hopes of attrac…