Koki Fukuda

Results 7 issues of Koki Fukuda

square/dagger is no longer maintained and sqauare recommends to upgrade to google's dagger2. The migration guide can be found [here](https://google.github.io/dagger/dagger-1-migration.html).

If reply tweet has no space after `@username`, Talon is not able to parse reply information correctly. https://github.com/klinker24/talon-for-twitter-android/blob/master/app/src/main/java/com/klinker/android/twitter_l/utils/ReplyUtils.java#L15 ![Screenshot_20190501-110434](https://user-images.githubusercontent.com/23480349/57003578-b7268480-6c02-11e9-849a-e591a385c6f5.png) ![Screenshot_20190501-105725](https://user-images.githubusercontent.com/23480349/57003579-b857b180-6c02-11e9-83d0-1a12c7d07e84.png) I think, following approach can be considered but I can't...

## Description This patch highlights backslashes which escape another Markdown element. Also, this make backslash hidden if `markdown-hide-markup` is `t`. If you don't prefer highlighting backslash with comment face, I...

`xclip` supports only `-option` style option, but it's common for Unix command line tools to have GNU style command line options (i.e. `--option` style.) This PR adds support for GNU...

The app crashed on my Nexus 7(2013), Android 7.12(LineageOS) # How to reproduce 1. Open large file with Text reader(On my Nexus7(2013), 4042 KB) 2. Move to home(launcher) or overview...

Issue-Bug
Area-TextEditor

`Reason` and `Arn` which are referenced when RunTask failed can be nil. This fixes panic raised when these fields are nil. ``` panic: runtime error: invalid memory address or nil...

The current `--ignore-packages` implementation has an issue where version names are incorrectly normalized along with package names when the package name contains version information. For example, `pip-licenses:5.0.0` is normalized to...