Mike Hartington

Results 33 issues of Mike Hartington

This is more a tracking issue. Pynvim offers the ability to export RPC functions from the plugin decorator. This should be supported by node-client as well.

This is more of a question than an actual "error", but something I've noticed is that the function decorator, the name property can only be a certain length. For example...

One of the things I missed the most form nerdtrees-git-status plugin was the ability to highlight files based on their status. For example: ![screen shot 2019-01-15 at 12 11 46...

Hey there! Great project. I tried to add the app to the homescreen and saw that the display mode is not properly set right. https://github.com/naveedgol/apple-music-web-player/blob/master/src/manifest.json#L6 display mode should only be...

MusicKit JS limitation

👋 Hey there! I just threw together a sample project with mdx-deck@v4/gatsby and code-surfer@v3. When I attempted to run `gatsby develop` I got this error ``` > gatsby develop success...

https://github.com/pomber/code-surfer/commit/f4529caa662123443e64acae2fd8660c22ee1b97 added line number back to code surfer (thanks for that!) but I noticed a small inconsistency with how the existing line numbers are updated. ![code-surfer-line-numbers](https://user-images.githubusercontent.com/2835826/75699674-d6f16380-5c7e-11ea-9944-a107ad9562c7.gif) When a new step...

Have you thought about adding support for Neovim's async process? Would allow you to run gulp tasks without blocking the UI. Similar plugins like neomake have done this were it...

enhancement
help wanted

In oceanic-next, I have support setup for conditional italics/bolds, if the terminal supports it. ``` viml let s:bold = "" if exists('g:oceanic_next_terminal_bold') let s:bold = "bold" endif let g:oceanic_next_terminal_bold =...

enhancement

👋 Hey there! I just threw together a sample project with v4/gatsby and code-surfer@v3. When I attempted to run `gatsby develop` I got this error ``` > gatsby develop success...

Was digging through on how to add animations via gatsby's component shadowing feature but ran into issues while trying do so. Seems that the current setup for how mdx-deck work...