Chih-Wei Chang

Results 33 issues of Chih-Wei Chang

So I have a keyboard with an internal USB hub and according to USBHost's library doc: https://www.arduino.cc/en/Reference/USBHost, it seems USBHost doesn't support this. > USBHost does not support devices that...

As mentioned in other issues, there are some decisions we need to make. - Use [biogo.matrix](https://code.google.com/p/biogo/) or [mat64](https://github.com/gonum/matrix) Both are under development. `mat64` lack docs, but author replies to the...

enhancement

Since it seems that the angularjs and bootstrap versions are not the newest. Anyway, thanks for this amazing gem.

Hi, Any plan for supporting Python 3? Switching to python 3 enjoys some benefits such as text encoding and better built-in library. I'm wondering if you have any thought on...

Is mercury2 ready for production? I see that there is a companion gem 'mercury-rails' for mercury2, but isn't under developed. So, if I want to use 'mercury2' in rails 4...

I'm wondering how to make "fuzzy" completion always? for now, I need to manually call 'M-x ac-fuzzy-complete RET' to get fuzzy work The doc says the fuzzy will automatically be...

bug

Hi, I followed the instruction on the README to extract feature from an image by using VGG16 model. When I did ``` features = model.predict(x) ``` I found the dimension...

It seems `vim-tags` doesn't support JavaScript tags generation. I found it from [tagbar's wiki](https://github.com/majutsushi/tagbar/wiki#javascript) that we can use [CoffeeTags](https://github.com/lukaszkorecki/CoffeeTags) and [jsctags](https://github.com/ramitos/jsctags) to generate js tags. I'm wondering how I can...

enhancement

Replace `%20` to ` ` (actual space) in the local path in case the path contains spaces in it. For example, right now the plugin doesn't work if the link...

## Describe the bug When I add this line in my `.zshrc` ``` znap eval zoxide 'zoxide init zsh --cmd cd' ``` `znap status` gives the following errors: ``` ~...

bug