-
As discussed here https://groups.google.com/d/topic/elm-dev/QPLPd8q1Od0/discussion
If you are working on a project that could benefit from elm-format producing / consuming a JSON-formatted AST, pleas…
-
- multiple edges
- curved edges
- heirarchical nodes (clustered)
- colors
- arbitrary images
- size/zooming
- deletion
- animations
- …and plenty more
-
Let's say I have this module, which has been formatted by 0.2.0 and I agree with the formatting.
``` elm
module Guide (answer) where
{-| Module docs.
@docs answer
-}
{-| The answer.
-}
answer =
4…
mgold updated
8 years ago
-
It's not clear to me which function I should use for a particular use-case. I find it hard to understand what names like 'attachDirect' and 'feedback' mean.
I'm probably overlooking details, but an A…
-
Just for my own edification: why have you used the idea of lifting messages (e.g.``` lift - `Material.Model` and `Material.Msg` have to know your top-level message type
> `Msg` for technical r…
dpinn updated
4 years ago
-
本期题目如下,文本域相关:
已知有CSS:
```css
textarea { line-height: 20px; }
```
大家提交回答的时候,注意缩进距离,起始位置从左边缘开始;另外,github自带代码高亮,所以请使用下面示意的格式(缩进和代码高亮1积分)。
```js
// 你的JS代码写在这里
```
**心怀瑞雪,自己作答,不要参考别人回…
-
Let's say a page contains two independent components:
```html
...
...
```
Each makes a state change, and wants to perform a transition, so they each prepare and start a transition.
Should …
-
- There were some experiments with React hooks and I think we should implement something similar in Seed.
- The idea is:
1. Use The Elm architecture (TEA) for your business logic and keep all bus…
-
This issue will help coordinate efforts on https://github.com/rtfeldman/elm-css/issues/375 (the [`phantom-types` branch](https://github.com/rtfeldman/elm-css/tree/phantom-types))
If you'd like to p…
-
Currently if I change `init` or my initial model, those changes will not get hot-loaded because `hmr.js` remembers the last model state.
I made a proof of concept back in 0.18 of doing hot loading …