Scott Santucci
Scott Santucci
Here's another question. Is it currently possible to have an optional terminator at the end of a whole list that is the same as the separator; or, alternatively, to optionally...
I'm considering whipping up a workaround using some combination of `define`, `internal` and `_ .` to make the uppercase versions synonyms rewritten to be the lowercase versions or vice versa....
Late, but I want to mention as far as Maybe types in the backends: - Modern C++ has Optional. I remember it being added around a decade ago. - For...
It's especially worth adding that you can call `this.skip()` inside a test function or a suite's before-all/setup function to mark the test or suite as pending, as this is the...
The other angle here is 404s. To my knowledge there's three ways for a matched route's handler to 404: it can call `next()` to let the following routes/handlers try (this...
While looking for `next("route")` in the documentation, I noticed something in the documentation for `express.static` that led me to some further experimentation, and I've discovered that the simpler way to...
Hi @dougwilson; thanks! Mainly I am figuring that, if Express were to cease sending 500 errors when the view file isn't found so that rendering engines can look for stuff...
Aaah, you're right; I had forgotten about the callback argument because I initially avoided it in order to avoid having to send the rendered response myself. My bad.
For whatever it's worth, this makes me think of [Org](https://orgmode.org/). (It's around as old as MarkDown, syntax is older, and is basically "MarkDown but programmable" because it came out of...
@mindplay-dk That may be worth asking about at https://github.com/amdjs/amdjs-api, https://groups.google.com/group/amd-implement or https://github.com/requirejs/requirejs