Adam DiCarlo

Results 19 comments of Adam DiCarlo

probably should have commented here instead, but see https://github.com/linuxenko/chkservice/pull/22#discussion_r715997107

before Elm 0.19, accidental shadowing tripped me up a lot while learning Elm (outside of the REPL). Seems like allowing it in the REPL with a command-line option would be...

> type alias Undefined = () > > type Startup = Undefined | Maybe Int `type alias Undefined = ()` has no effect on the `Startup` declaration. Startup happens to...

I'd suggest bumping major version if you merge this, due to the CSS change.

Ah, did you want me to remove the "Update build" commit from this PR?

(Will re-push without the 'Update build' commit tomorrow)

Re-pushed without the Update build commit.

Is this merge worthy? Anything I can do to clean it up?

> I created myself a helper function with an empty default value. For others finding this issue in the future, check out the [`elm-community/html-extra`](https://package.elm-lang.org/packages/elm-community/html-extra/latest) package for some nice helpers for...

have y'all tried `set nolazyredraw` ?