Takashi Kanemoto

Results 36 comments of Takashi Kanemoto

@mortezafs Thanks for your idea. I want to fix this problem FUNDAMENTALLY but I cannot find way to do that yet 😓When I load only select2 and bootstrap4 and [set...

@hr-sadooghi Thanks for your works! Could you please resolve conflicts? :bow:

@hr-sadooghi No problem. I'm sorry for my late response :bow: If I have some chances I'm trying to fix this by myself.

@Glendog I'm working on #47. What do you think about this?

I also have the same issue. Would you please reopen it. FYI, my workaround for now is this... ```diff - @import "~material-kit/assets/scss/material-kit"; + @import "~material-kit/assets/scss/material-kit/variables/colors"; + @import "~material-kit/assets/scss/material-kit/variables/shadow"; + @import...

maybe same as #1574

@andreaazzara I use `setTimeout()` actually in my test code instead of `jasmine.clock()` for now. See [here](https://github.com/ttskch/ghsync/blob/master/spec/auto-pusher.spec.js#L49-L74).

@gernotstarke Thanks for using. You can use [`/assets/img/`](https://github.com/ttskch/jekyll-ttskch-theme/tree/master/assets/img) dir for putting your own images. For example, ![image](https://cloud.githubusercontent.com/assets/4360663/21122709/3b928abe-c117-11e6-976d-6e334bfaa2b7.png) This change shows the specified image correctly like below. ![image](https://cloud.githubusercontent.com/assets/4360663/21122738/612fa02c-c117-11e6-909f-82fb6f0bdcc8.png) I hope this...

@gernotstarke So sorry for my late response 🙇 And I belatedly realized that relative path like `assets/img/ogp.png` works well in a limited situation. It works well only when the jekyll...