issues Search Results · repo:ehrenmurdick/purescript-oak language:PureScript
Filter by
49 results
(50 ms)49 results
inehrenmurdick/purescript-oak (press backspace or delete to remove)ehrenmurdick
- Opened on Jul 27, 2023
- #73
Should still be easy to find from either the readme or pursuit
ehrenmurdick
- Opened on Jul 26, 2023
- #72
- [ ] introduce a typeclass (maybe View ) that rendering backends can implement
- [ ] make Oak.Html instance for that typeclass
- [ ] change mainloop to use View and be agnostic to actual render ...
ehrenmurdick
- Opened on Jul 25, 2023
- #71
depends on #71
- [ ] implement monoid instance native node, tree etc.
- [ ] change statefull mainloop to tailrec foldl of state, msg
ehrenmurdick
- Opened on Jul 25, 2023
- #70
It appears to be the new hotness
https://github.com/snabbdom/snabbdom
ehrenmurdick
- Opened on Oct 1, 2021
- #67
Problem: Those two functions exist in de facto library
https://github.com/ehrenmurdick/purescript-oak/blob/fd7088527c73190ab94e9baf467a1dd3b0e30435/src/Oak/Document.purs#L17
https://github.com/ehrenmurdick/purescript-oak/blob/fd7088527c73190ab94e9baf467a1dd3b0e30435/src/Oak/Document.purs#L20 ...
suzumiyasmith
- Opened on Feb 2, 2020
- #57
** Control.Aff is not used in this package **
** Solution ** remove purescript-aff in (https://github.com/ehrenmurdick/purescript-oak/blob/master/bower.json)
suzumiyasmith
- 1
- Opened on Jan 30, 2020
- #55
Code base should be minified based on the idea that do not implement stander library
In short,
data T a b
= T a b
data Builder st a
= Builder (st - (T a st))
is exactly the same thing defined ...
suzumiyasmith
- 2
- Opened on Jan 30, 2020
- #54
When constructing HTML, the compilation often fails with NoInstanceFound errors.
A minimal example:
view :: Model - View Msg
view model =
div [] do
text ok
The error:
image
From the error, ...
robwhitaker
- 3
- Opened on Jan 24, 2020
- #53
Turns out i was premature releasing the update using do syntax with the html tags. Need to revert it as the array syntax
has no such problem.
ehrenmurdick
- Opened on Jul 27, 2019
- #50

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.