Results 20 comments of Zolmeister

@AsaAyers On that we disagree. I believe code readability is one of the most valuable features of a language, and find whitespace sensitivity and other CoffeeScript syntax features (english comparators,...

To clarify, this issue would allow the following to work? ```coffee # index.coffee export default -> null ``` ```js // package.json { "type": "module" } ``` ```bash coffee index.coffee #...

I found a workaround thanks to https://github.com/nodejs/modules/issues/507, using https://nodejs.org/api/esm.html#esm_transpiler_loader The only change I had to make to get it working was to comment out https://github.com/jashkenas/coffeescript/blob/2f82b75862242fb1ccd400cb4b2e53bbfdabfcdf/src/index.coffee#L106-L111 (I even got mocha to...

Sure, but I figured supporting that feature requires almost no changes to coffeescript core. Edit: Actually, looking closer it appears like no changes are required (the `throw` is behind `?=`)....

(cause it's an issue :smile:)

I may have found a solution, see #55

I was most definitely recording an HTTP request during an animation, what may be happening is the 'Expires' cache header may not be set for the basic Express server. Here...

Even with HTTP 304 header you still get flickering (which is why I implemented #55).