C.D. MacEachern
C.D. MacEachern
https://github.com/romainl/Apprentice/blob/9942d0bb0a5d82f7a24450b00051c1f2cc008659/colors/apprentice.vim#L18 Situation which prompted this: I was trying out the newest MacVim release (9.0 support!), and when I started a `:term` noticed that the colors weren't the apprentice palette -...
**Oni Version:** All **Neovim Version (Linux only):** **Operating System:** All **Issue:** Template says to become insider visit https://www.onivim.io/Insiders but this url returns 404. **Expected behavior:** The webpage to load. **Actual...
**Oni Version:** September 15 2019 Build 64 bit Windows exe **Neovim Version (Linux only):** **Operating System:** Windows 7 64-bit **Issue:** Running `:!` to perform an external command freezes UI for...
https://github.com/mermaid-js/mermaid-cli/blob/e81917519ffc7593194559252ebc202211460efc/src/index.js#L215 Indented codeblocks are valid as well so you should check for 0 or more leading spaces, for example: `^\s*`
https://github.com/mermaid-js/mermaid-cli/blob/e81917519ffc7593194559252ebc202211460efc/src/index.js#L234 It would be nice if that was configurable, I don't want "diagram" printed below all the diagrams, so I'm working around it with a quick sed replace in the...
Not an "Issue", just thought I'd point out that I create a fbs.build-settings so that you can run some of the fbs packaging commands (non-interactive ones) from inside Sublime Text...
If you are planning to have a showcase of apps/examples built with fbs, I'd like to add an open-source application I'm working on called openroll. It was built with Python,...
When I have `set hlsearch` set in my vimrc file and I source it, vim-cool highlights the last search. From my quick look, it seems to be triggered by the...
Stemming from issue: #328 By default, kivy/garden seems to look for and use pygame module, which can cause graphical glitches, crashes, and does not support retina displays. Pygame relies on...
## Explanation I was trying to use Ctrl-P in the .kv entry area at the bottom of the screen, because I'm used to Emacs readline-style keybinding to go up one...