Jay Dorsey

Results 24 comments of Jay Dorsey

This appears to be fixed in issue #31 (June 2016). It doesn't look like a new version was pushed up to Package Control. A new release to Package Control should...

This looks maybe related to #202 Setting max_jobs to 50 worked for me (git clone timeout didn't). Setting a default of 50 would, I think, be reasonable. The other thread...

I've seen similar behavior. Haven't narrowed down the exact root cause yet but a few observations below. My dotfiles are online [here](https://github.com/jaydorsey/dotfiles/tree/main/.config/nvim) but I barely know what I'm doing with...

I didn't dig into the "why" but this didn't work for me either, following the installation instructions. My other fzf-based plugins work as expected but I have quite a bit...

Not familiar with the add_link method you're using, but this works for me: ``` ruby workbook = RubyXL::Parser.parse(Rails.root.join(dataset.path)) workbook.calc_pr.full_calc_on_load = true # this is the critical piece sheet = workbook["Foo"]...

I wasn't able to get vim-anzu working, but https://github.com/henrik/vim-indexed-search does the same thing (show matches) The only setting I needed to add was `let g:indexed_search_dont_move = 1`

[is.vim](https://github.com/haya14busa/is.vim#integration-of-vim-asterisk) has a similar config option I also find it useful (it doesn't seem to chain with loupe like shown in that link, however)

I'm also seeing this. Comparing the 3 fonts that are duplicated, the only collision that seems to make sense is that the "Postscript Name" is identical for the 3 fonts...

I was able to: - Remove the "duplicate" copies of the font, leaving regular Italic installed - ExtraBold Italic - Medium Italic - Download FontForge and open the 2 "duplicate"...

> Zinit is great. I've been using it for a while now. It took me a while to get a hang of the configuration though. The documentation has gotten a...