Takashi Kanemoto

Results 22 issues of Takashi Kanemoto

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...

I found rewire doesn't work with `jasmine.clock()`. - _Rewire_ a module uses `setTimeout()` - Test the module with [`jasmine.clock()`](http://jasmine.github.io/2.5/introduction.html#section-Jasmine_Clock) - `jasmine.clock().tick()` doesn't work I made a sample to reproduce this...

#fixes #40 Unfortunately, it's impossible to make small or large `.select2-container--open` element because it's totally independent from `` tag which has class `form-control-sm` or `form-control-lg`. So container can be made...

/cc @sitaramshelke

refs. https://github.com/qckanemoto/jekyll-qck-theme/issues/15#issuecomment-166552155

https://github.com/ttskch/php-abc-quests/blob/master/01-environments/install-cli.md ``` ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ``` これが通って Homebrew がインストールされた直後に ``` bash $ curl https://raw.githubusercontent.com/github/gitignore/master/Global/OSX.gitignore > ~/.gitignore_global ``` これをやると `curl` が command not found になるらしい。詳細不明。。

Already merged PR #1119 is not perfect in following points. * In `font-awesome4` directory, `spinning.less` is deleted but `font-awesome.less` still depends on `spinning.less`. * In `font-awesome` directory, `font-awesome.less` no longer...