Michii Shunsuke

Results 12 issues of Michii Shunsuke

## Purpose We are now working with two LibJPEG bindings (public go-libjpeg and the another private one). The issue aims to integrate these projects. ## TODO - [x] 1. Backporting...

enhancement

Go 1.5 adds to support decoding RGB, CMYK and YCCK JPEGs. - Supporting RGB adds here: https://github.com/golang/go/commit/cc009687bc30793097166b4aaf21ed34d7192809 - Supporting CMYK and YCCK adds here: https://github.com/golang/go/commit/f10e03770c9702b3ee3bcc2ccdb78691f389c1a3 We should follow this change,...

This is not good, but it can skip cgochecks. - [x] jpeg_read - [ ] jpeg_write - [ ] swscale

https://travis-ci.org/pixiv/go-thumber

See https://github.com/pixiv/go-libjpeg/issues/21.

**This plan is NOT fixed and NOT Agreed yet.** - [ ] Replace jpeg package to [go-libjpeg](https://github.com/pixiv/go-libjpeg). - [ ] Split swscale package to go-libswscale (not public repo yet). -...

It is hard to learn observers of Ember.js...

bug

User can set keywords for notification. ## TODO - [ ] User Interface - [ ] Notify messages which includes keywords

enhancement

converts [Github emoji syntax](http://www.emoji-cheat-sheet.com) to Emoji unicode characters ### References - https://github.com/github/gemoji - https://github.com/mwunsch/rumoji

enhancement

app sandboxing improves the security of app. Add to Rakefile: ``` rb app.entitlements.update({ 'com.apple.security.app-sandbox' => true, 'com.apple.security.files.user-selected.read-only' => true, 'com.apple.security.network.client' => true, }) ``` ### Issue - the cookies will...

enhancement