Jae Kwon

Results 194 comments of Jae Kwon

Here's a jab at it... ``` coffeescript @style unit:'pixels', -> blue = @color "#3bbfce" margin = 16 # Helper functions could also be defined on this (@): @table_base = ->...

Finally, the ultimate DSL hack... the letter 'o' ``` coffeescript @style unit:'pixels', (o) -> blue = @color "#3bbfce" margin = 16 table_base = -> o "th": text_align: center o "td,...

Ah, you're right about the ordering. Glad you knew that. took a stab at the trailing empty rule problem: https://github.com/jaekwon/CoffeeMugg/commit/209128237a2543a9f1d43814c8abaac5aa717a6c

fixed a bug. https://github.com/jaekwon/CoffeeMugg/compare/a0a8bb9c1cdce1c8ce747830cb008b2b9b4d2bd9...WM_css

Nice. Curious what you're using SVG for?

https://github.com/marcello3d/node-mongolian/pull/67

force your script to close the server connection in a callback that actually _uses_ one of the collections, say, listing the available indices for the collection. ``` coffeescript getCollection (err,...

The problem is a collection of the following: 1. 'server = new Server()' will call scanServer, which sends a command to 'admin'. 2. my code happened to want to quit...

>> proposal > A proposal is for me a suggestion to change or implement things. So basically every issue. I think this is too general. If we tag only issues...

Lets keep these open and use the issues list under tendermint/coding as a live policies list? If we need to prioritize any of these issues, we can bring them up...