square

Results 16 issues of square

### Input Code [#try](http://coffeescript.org/#try:continue%0Abreak%0A%0Afor%20item%20in%20iterable%20then%20do%20(item)%20-%3E%0A%20%20if%20await%20item%0A%20%20%20%20continue%0A%20%20else%0A%20%20%20%20break%0A) ```coffee continue break for item in iterable then do (item) -> if await item continue else break ``` ### Expected Behavior Compile Error: Unexpected token ###...

[#try](http://coffeescript.org/#try:a%20%3D%20%5B%0A%20%20b1%3A%201%0A%20%20b2%3A%202%0A%2C%20c1%3A%201%0A%20%20c2%3A%202%0A%5D%0A) ### Input Code ```coffee a = [ b1: 1 b2: 2 , c1: 1 c2: 2 ] ``` ### Expected Behavior ```js var a; a = [ { b1:...

Choose one: is this a bug report or feature request? A bit of both. ### Input Code [#try](http://coffeescript.org/#try:use%20k%2C%20v%20for%20k%2C%20v%20of%0A%20%20k%3A%20v%0A) ```coffee use k, v for k, v of k: v ``` While...

I just stumbled upon this: https://github.com/tc39/proposal-optional-catch-binding It's a stage 4 proposal which allows js code like ```js try { // ... } catch { // ... } ``` ### Input...

>Choose one: is this a bug report or feature request? This is likely a bug/oversight. I apologize if this came up before. There's roughly 400 search results for `own of`....

bug

### [Input Code](https://coffeescript.org/v2/#try:class%20A%20extends%20B%0A%20%20constructor%3A%20-%3E%0A%20%20%20%20super%20(%40a)%20%3D%3E%0A) ```coffee class A extends B constructor: -> super (@a) => # or class A extends B constructor: -> super (a) => @a = a ``` ### [Expected...

bug

I remember discussing dangling else in this repo but I can't seem to find the issue anymore. We did not discuss this specific case tho and I do think it's...

bug

**Is your feature request related to a problem? Please describe.** Currently the installer UI has no indicator which BD version is to be installed. **Describe the solution you'd like** Display...

enhancement

I got everything running on the same host which makes compressing/decompressing a waste of cpu time. An option to disable gzip would be appreciated.

the api is nice and good as is but i'm missing some features: - **async requests** to make multiple calls simultaneously instead of chaining them this will reduce page loading...

enhancement