Rodrigo Espinosa Curbelo

Results 8 issues of Rodrigo Espinosa Curbelo

Update the README file to show an animation for the new GitterCLI layout for messages. ![screen shot 2015-05-26 at 10 25 16 am](https://cloud.githubusercontent.com/assets/1685621/7813448/a9031216-0391-11e5-9861-e736f6bcb210.png)

When you're on a room, if an issue appears on the message text, display the url next to the issue number.

enhancement

When you're on a room, highlight the usernames on the messages.

enhancement

Kudos to @guillecura, thank you!!

Store package style sheets in the `styles/` directory instead of `stylesheets/` in the `Tern` package ``` Package.getStylesheetsPath (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:460:9) Package.getStylesheetPaths (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:471:32) Package.loadStylesheets (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:453:38) (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:185:19) Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:165:15) Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:179:12) ```

Making the domain attribute accept both: and array with `[subdomain, domain]`, and the current string; will make it compatible with other serverless components like [serverless-nextjs-component](https://github.com/danielcondemarin/serverless-next.js/tree/master/packages/serverless-nextjs-component) I can make the change...

Hello! I think this was added to AWS after this project was released, but in order to support array response (like how Hapi natively responds to `set-cookie`), you need to...