Yo Lulkin

Results 28 issues of Yo Lulkin

012-01-27T17:30:43+00:00 app[web.1]: >> Thin web server (v1.2.6 codename Crazy Delicious) 2012-01-27T17:30:43+00:00 app[web.1]: >> Maximum connections set to 1024 2012-01-27T17:30:43+00:00 app[web.1]: >> Listening on 0.0.0.0:13721, CTRL+C to stop 2012-01-27T17:35:02+00:00 app[web.1]: !!...

The destructuring assigmnment just doesn't work. http://facebook.github.io/react/docs/transferring-props.html#transferring-with-...-in-jsx This `{ checked, ...other } = @props` generates: ``` /FILE:LINE: error: unexpected ... { checked, ...other } = @props ^^^ ``` Any clue?

enhancement
help wanted

What about publishing an online demo?

Nowadays we have to add topic permissions to a user one by one. It would be nice to be able to do something like: ```yml user: produce: - us-staging.some-project.* fetch:...

enhancement

I gave a quick shot at using it with ReactNative without success (it complains about the lack of es2015 babel preset). Any tip here?

This happens sometimes when running `proxy.close()`: ``` /Users/joaomilho/p/klarna-app/services/shopping/node_modules/hoxy/lib/proxy.js:396 port: addr.port, ^ TypeError: Cannot read property 'port' of null at Server. (/Users/joaomilho/p/klarna-app/services/shopping/node_modules/hoxy/lib/proxy.js:396:23) at emitTwo (events.js:106:13) at Server.emit (events.js:194:7) at parserOnIncoming (_http_server.js:563:12)...

So remix-forms allows overriding fields in a number of ways, but its API is still crusty if one wants to integrate a different UI library with it. Let's focus on...

Hey! First of all, thanks for the amazing work. One common use case is multiple requests to the same non idempotent endpoint returning different responses. Do you have any idea...