-
A simple web-based interface that consumes and uses the CRUD stuff would make development and testing easier.
-
Hello! I came to see HaxeUI just now, after being spoiled by reactive frameworks for HTML (specifically Vue, but similar are React, Purescript-Halogen etc). It seems my expectations vs reality are out…
-
**Current behavior**
When using `Element.Lazy.lazyN` with a lot of very similar elements, elm-ui produces a lot of duplicate style tags.
This has impacts on browser layout time and generated html si…
-
I use the extensible record syntax to compose larger records types. Why I do this is a long story, but mostly it is related to modularity.
## Example
Example of composing two records:
```elm
typ…
-
The documentation should be expanded to mention the `main` value and its possibilities.
As seen on [#general in Slack](https://elmlang.slack.com/archives/C0CJ3SBBM/p1532430485000213):
![main](http…
-
I am using the study of @nelsonic implementation of the Elm architecture in Javascript to motiviate myself to back-fill, extend, organize, and apply knowledge about constructing GUIs in the browser en…
-
# Feature
Based on the selection the user should be able to jump to the file to the position where the selection is defined. This can be in a dependency or the codebase of the application.
# Gat…
-
Just for curiosity, if we use TypeScript decorators, is it possible to turn this:
```js
// Counter.js
export default {
init: () => ({ count: 1 }),
actions: {
down: () => state => ({ co…
-
Would be cool to apply all fixes at once. The solutions are pretty reliable and I’d be happy to trigger all changes with a single button in the web ui and/or a `fix/f` flag via command line.
@stil4…
-
Seed for this discussion: https://twitter.com/andrestaltz/status/658683867994456064
By [this definition of reactive programming](http://cycle.js.org/observables.html#reactive-programming), using an R…