Shintaro Kojima

Results 4 issues of Shintaro Kojima

```Rugged::Rebase#finish``` doesn't get back a current branch to the original. What am I doing wrong? ## How to reproduce ## 57b46eb (Today's HEAD): :x: ```zsh $ git clone https://github.com/libgit2/rugged.git $...

```add_input_classes``` should return ```field``` to use it as a filter. ```diff --- a/bootstrapform/templatetags/bootstrap.py +++ b/bootstrapform/templatetags/bootstrap.py @@ -45,20 +45,21 @@ def bootstrap_horizontal(element, label_cols='col-sm-2 col-lg-2'): return render(element, markup_classes) @register.filter def add_input_classes(field): if...

`coffeetags -R -f tags` fails with an error "invalid byte sequence in US-ASCII" in my osx 10.9.5. ``` ruby Users/codeout/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/CoffeeTags-0.5.0/lib/CoffeeTags/parser.rb:44:in `=~': invalid byte sequence in US-ASCII (ArgumentError) ``` (I've tried...

Hi @ytti, do you have any plan to publish newer version as gem? oxidized-script `0.6.0` doesn't work along with oxidized `0.28` due to version conflict of "slop" gem. Thanks, ###...