Nicolas Bossard

Results 14 comments of Nicolas Bossard

Same issue for me on latest macos : ```bash go get -u github.com/kazukousen/gouml/cmd/gouml # github.com/kazukousen/gouml/cmd/gouml ../go/src/github.com/kazukousen/gouml/cmd/gouml/main.go:37:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment ``` ```bash go...

No issue with vim-better-whitespace plugin. e.g. : ```vimscript Plugin 'ntpeters/vim-better-whitespace' let g:better_whitespace_filetypes_blacklist=['diff', 'gitcommit', 'unite', 'qf', 'help', 'mail', 'startify', 'git'] ```

Note too small height also makes crash, but can't find the formula, strange... Globally if width*height

Same issue for me, plugin does not support markdown links

Same thing for me, android studio 2.1.1, java-8-openjdk-amd64.

I had a quick look and found following in code and logs: > 04-26 23:36:54.211 15349-18009/com.yannik.wear.anki D/WearMessageListener: deckName Orange > 04-26 23:36:54.212 15349-18009/com.yannik.wear.anki D/WearMessageListener: deckCounts [0,0,4] Which is consistent with...

Screenshot of first try (implementing S1) ok... looks ugly, but it works, suggestions are welcome :-) https://drive.google.com/open?id=0B36dbcAzxZbINk5ITlpRVG92UlU

ok, I will also I think : - change the adapter to have two textview and so have numbers aligned on right - sum up numbers for high level categories

That is a great suggestion, but I will do it in a second time due to lack of time. Here is upated screenshot of version I am about to push...

This MR is to indent rules lines but not only... according to https://cucumber.io/docs/gherkin/reference/ when there is a rule line, "scenario" lines below should be indented more. This is the what...