Dorian Karter

Results 66 comments of Dorian Karter

@zdcthomas have you had any luck looking into this? if you want extra 👀 I'd be happy to pair this weekend

Unfortunately not. I tried the directive approach but that didn't work. But if I figure it out I'm hoping to submit a `bun create ts-react` PR so that others don't...

This looks good to me! Not sure why the tests are not passing though - worth investigating. I've fixed the timeout issues in CI so this is likely a real...

Same it didn't appear to fix the issue for me. Here's what I'm seeing (notice how the breadcrumb is incomplete):

@SmiteshP ```lua { { icon = " ", kind = 2, name = "IntegrationLoop.Accounts.DeactivateAccount", scope = { ["end"] = { character = 3, line = 75 }, start = {...

@SmiteshP I'm still seeing this issue (or a variant of it) with the latest nvim-navic: ![Screenshot 2022-11-02 at 16 42 08@2x](https://user-images.githubusercontent.com/551858/199608046-1c80ca72-4531-4114-b12a-374677fd6ab5.png) ![Screenshot 2022-11-02 at 16 43 20@2x](https://user-images.githubusercontent.com/551858/199608234-1cb7e64b-414e-44b9-8089-46f4494e7994.png) Also seems like...

@akahuku any chance you will support the new Firefox Quantum (v57)?

@jasontibbitts sorry for the confusion. I was searching for wasavi on the firefox add-ons directory here: https://addons.mozilla.org/en-US/firefox/ and could not find it. I was able to download it from the...

Agree, I found myself accidentally typing that in Wasavi. At the very least it would be nice to have `cmap` / `cnoremap` to allow adding this as an alias in...

If you want preview you can install the rouge gem: `gem install rouge` and use this code ```vim " Files + devicons function! Fzf_dev() let l:fzf_files_options = '--preview "rougify {2..-1}...