Martin DeMello

Results 79 comments of Martin DeMello

well, having less global *variables* is always good; for global *constants* there are far fewer down sides because you don't need to care about who might be modifying them, they...

hi @van-huyen , i figured it out by reading through the code, my point is that i should not have had to resort to that (or to looking up the...

I had an existing project that I wanted to add keyboard support to, so I added `"elm-lang/keyboard": "1.1.0

ah :) didn't realise that elm-package would do this for me.

yeah, i meant the README and the examples. i didn't see the generated docs because they are also not linked to from the README :) but the package was easy...

adding the key to the `CLI.run` invocation fixed it: ``` diff --git a/src/arr/compiler/pyret.arr b/src/arr/compiler/pyret.arr index 84e6b2ce7..82767dc86 100644 --- a/src/arr/compiler/pyret.arr +++ b/src/arr/compiler/pyret.arr @@ -207,6 +207,7 @@ fun main(args :: List) ->...

update: `pyret -q -e none` worked; I think `-k` should imply `-e none` since the help text says ``` -k, --no-check-mode Omit check blocks during compilation, and generate a standalone...

I'm interested in working on this if someone more experienced can point me in the right general direction and answer the occasional question.

I still don't have a working setup to test patches against, but this passes `t/00-compile.t` with the current version `JSON::Validator-4.21` ``` diff --git a/cgi-bin/DW/Controller/API/REST.pm b/cgi-bin/DW/Controller/API/REST.pm index acbbc5370..81d492313 100644 --- a/cgi-bin/DW/Controller/API/REST.pm...

i got a local setup up and running and confirmed this passes tests.