Ian Mackenzie

Results 122 issues of Ian Mackenzie

If set, don't run Elm compiler with `--optimize`, so that scripts can use `Debug.toString`, `Debug.log` etc.

- [ ] `NetworkConnection.sendAll : List (Request a) -> Script Error (List a)` - [ ] `File.readAll : List (File (Read p)) -> Script Error (List String)` - [ ]...

enhancement

Have `InputStream` and `OutputStream` types that allow streaming I/O on files, standard in, standard out etc. Allow converting `File` values into corresponding streams: ```elm File.toInputStream : File (Read p) ->...

enhancement

- Should `Directory.delete` delete recursively by default, or fail on non-empty directories? - How should copy/move work if the destination is not empty?

enhancement

Something like ```elm module Script.WebSocket type Connection -- Connection got closed somehow, etc. type Error -- Connect to a URL (and keep the connection alive) connect : String -> NetworkConnection...

enhancement

Do a pass through the docs and point out where types/modules come from other packages; may also be worth adding a section to the README like "Relationship to other packages"...

Specifically, will need to replace ``s with normal SVG image links.

- [ ] Use of `Frame2d.reverseY` to work in Y-up but draw in Y-down

I finally started trying to look at #50 and so checked out the 0.19 branch as a local Sublime Text package, but when I tried building (Ctrl-B on an Elm...

Looks to me like https://github.com/mdgriffith/stylish-elephants/blob/08ed0d6764e445941e91a42b31ec7ad2d841ca9a/src/Element/Input.elm#L1112 should be ```elm label = Input.labelAbove [] (text "Lunch") ```