Howard M. Lewis Ship

Results 211 comments of Howard M. Lewis Ship

Again, I'd like to commit this but w/o doc changes and tests that's just not going to happen.

I can't look at this until the CLA is signed.

Workaround: `(cd src && moonc -o ../out .)`

`moon -t out src/*` doesn't work, same unwanted behavior.

Is that a temporary work around, or a statement that the syntax I want will not / can not be implemented?

I'm just used to Clojure where *everything* is chaining operations (because all data is immutable). But I do like MoonScript, far more fluid, concise, and readable than standard Lua. I...

Sounds fine to me. I'm actually going to investigate https://antora.org/ which uses AsciiDoctor and a more familiar stack (the Python stack used by Sphinx is quite alien to me). Antora...

Thanks for the changes, I've adapted them to the deps.edn build as #729 .

So, essentially, the bug here is that the default path-params-decoder is executing earlier than the router, but it is the router that puts into the request the :path-params whose values...

Note: this PR addresses #501 .