Camille TJHOA

Results 59 comments of Camille TJHOA

``` ------ RESULTS ------ Scenario ember-lts-3.24: SUCCESS Command run: ember test ┌────────────────────┬────────────────────┬──────────────────────────────┬──────────┐ │ Dependency │ Expected │ Used │ Type │ ├────────────────────┼────────────────────┼──────────────────────────────┼──────────┤ │ ember-source │ ~3.24.3 │ 3.24.6 │ yarn...

@tsubik Ready to be reviewed!

I found a workaround but it's kinda ugly ```js titleHeader: t('agreement.title'), columns: computed('titleHeader', function() { return [{ label: get(this, 'titleHeader'), valuePath: 'metadata.title' }]; }), ```

I'm using archlinux + vim 8.0 too so I'm close to you in term of environment. What's your spacevim's mode "Distribution" or "Key bindings only"? I'm assuming that your are...

Can you give me your `.vimrc` too please?

I can reproduce I think it's an issue with `vim-leader-guide`. I gonna take a look at it. Thank you.

@dontdieych I've done an hotfix on `master` and I'm gonna need time to write a better fix in my `develop` branch. The fastest way is to `rm -rf ~/.vim &&...

@CodeFalling `vim-swoop` added to the roadmap. Thanks