Koki Fukuda
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   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...
`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...