Matt Brandly
Matt Brandly
i found this `debug` flag! i'm on `elm-format 0.8.1`, and i'm seeing this in Sublime's console: ``` [Elm says]: (elm-format) b"I couldn't figure out what version of Elm you are...
what can we do here?
thanks for the quick reply! i'm interested in CLIs written in elm, and it looked like `run-elm` might be a good starting place. i might try to make sense of...
``` Compilation failed Compiling (1)-- TYPE MISMATCH ----------------------- src/RunElmMain157298357467829132220.elm The 1st argument to `sendOutput` is not what I expect: 12| ( (), sendOutput output ) ^^^^^^ This `output` value is...
On a similar note, `nba.playerIdFromName` wouldn't find players like `"bronny"`. I revived this old chat bot recently and implemented a new `playerIdFromName` here: https://github.com/brandly/hubot-nba/commit/1b13734535b668fb5e13b99498324157d2aba896 It uses the `https://www.nba.com/players` page which...