Ricki Y. HAN

Results 28 comments of Ricki Y. HAN

So this app is for people watch video in work time and can hide it quickly from boss? :no_good:

Should jump to app setting page with `UIApplicationOpenSettingsURLString` in iOS8 ``` Obj-c [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; ```

Look alike to Laravel 3 https://Github.com/Laravel/Laravel And maybe the Database driver should support `Redis` and `MongoDB`,Sorry about not mention it in a new feature request issue

Yeah, I got this [Language is not valid](https://github.com/RobinMalfait/prettier-eslint-code/blob/master/src/utils.ts#L73) as well (for .vue file). And I already put plugin into `.eslintrc.js` ```js plugins: [ 'html','vue' ], ```

there are great variety file extension for users , for example I use `.vue` (Vue) `.blade.php` (Laravel Blade) but some may not. I suggest add a config for user to...

Chinese IME (input method) like Pinyin(or any other IME need more than one type to input), use more than one type to input a single unicode character, for example type...

It is relevant , should I open new issue or just write here, I think ## `flutter create` should respect env `DEVELOPMENT_TEAM`, when I `export DEVELOPMENT_TEAM="PF5C6S****" flutter create` it still...

I would suggest to use env `DEVELOPMENT_TEAM` or `FLUTTER_XCODE_DEVELOPMENT_TEAM`