Results 36 issues of Hai Feng Kao

## General information Please report the following information as possible as you can: - Terminal program: iTerm 3.4.15 - Operating system: macOS 12.1 - ZSH framework: zinit - ZSH version:...

bug
verified

The codes of `_python_argcomplete_zsh` are mostly copied from `_bash_complete` in `bashcompinit`. I don't really know how to do bash programming, so I made the pull request with copy-n-paste-programming and programming-by-coincidence...

the current implementation may cause isAutomation equals to undefined or string value but isAutomation should be.bool

**Oni Version:** 0.3.9 **Neovim Version (Linux only):** NVIM v0.2.1-1-g1b0d573 **Operating System:** OSX 10.14.5 **Issue:** how to display tabline in Oni? **Expected behavior:** should have buffer line on the top **Actual...

`asPublisherType` will change the behavior of `Publisher` If I convert `CurrentValueSubject` to `PublisherType`, the subject will stop sending any new values if `removeDuplicates` finds any duplication. ```swift import Combine import...

[##](url) Describe the bug and the expected behavior appcode will report errors if the swift version is `5.6.1` ``` stdout: stderr: :0: error: invalid value '5.6.1' in '-swift-version 5.6.1' :0:...

### Expected Behavior on nvim 0.3.8 ### Actual Behavior on nyaovim ### Steps to Reproduce (including precondition) 1. :autocmd FocusGained * echo 'gained' 2. open another app 3. switch back...

I would like to have different font sizes for different monitors. It's tedious to change `nyaovimrc.html` everytime. ### Expected Behavior In console type ``` document.getElementById('nyaovim-editor').fontSize = 25; ``` the font...

It shows `marked is not defined` error in console It stops `StartMarkdownPreview` from working ### Expected Behavior it should not show any errors ### Actual Behavior ### Steps to Reproduce...

### Expected Behavior nyaovim should execute `alt` key mapping in commandline history window ### Actual Behavior nyaovim will execute the key mapping only after - the window's content has been...