Evan Czaplicki

Results 31 issues of Evan Czaplicki

From https://github.com/elm-lang/core/issues/332 **Do not add issues or ideas as comments here. Open a separate issue for that.** A bunch of issues and ideas have come in about `Graphics.*` over time...

**This is a meta issue to organize all the confusing things in one place.** I [batch work](https://youtu.be/DSjbTC-hvqQ?t=14m5s) on my projects, so I will be revisiting my book in one big...

meta

@michaelbjames is working on performance benchmarking this summer, and we are drawing on this library for design inspiration a bit. One thing we came up with as a way to...

enhancement

One of the changes on the table for 0.17 is the following tweak to `module` declarations: ``` elm -- OLD module Foo (a, b, c) where -- NEW module Foo...

I ran `npm install [email protected]` today, and it has a lot of transitive dependencies: ``` └─┬ [email protected] ├─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │...

npm

**This is for organization. Open a separate issue for your particular idea.** This is a collection of API ideas that have sprouted up as folks have used core. It is...

meta

The goal of this issue is to organize all of the math related issues in one place and categorize them so something coherent can be done. ### API Suggestions -...

request
meta

Thanks to @garbas for the following exploration, taken directly from https://github.com/elm-lang/elm-package/issues/163#issuecomment-311853076. As a side note, new issues are always preferred to adding on to old things. Folks should just try...

enhancement

`elm-package bump` will only look at the types. It is possible to introduce a breaking change that it cannot see, for example, changing `List.reverse` to not reverse things anymore. Types...

enhancement

**Do not reply directly to this issue. It will be deleted. This is just for aggregating what everyone wants so we can try to address it all in a coherent...

request
meta