Caleb Meyer

Results 19 issues of Caleb Meyer

Title basically says it all. This is also a problem for several other themes, like crackpot and crisp. For hyrule specifically, I think black text/icons in the status bar would...

In the ruby programming language, blocks are delimited via keywords instead of braces. ``` ruby class ExampleClass def example_method(ruby) if ruby puts "yep, it's ruby" else puts "what?" end end...

enhancement
help wanted

#### Description Add a new prompt section (Tide Item) for Ruby. This should support package manager installs and Rbenv/RVM, though I've only tested with RVM #### Screenshots (if appropriate) ![image](https://user-images.githubusercontent.com/3342777/147694156-ee47d63a-54bf-4fec-8d30-e05ebfd119f0.png)...

`meta.brace.curly.js` (and round as well) give their scope to their contents, not just the braces themselves. I stumbled across this problem (with the help of @hotel from the slack) while...

This is my killer feature from amphetamine, a similar app that's unfortunately only distributed via the mac app store. Basically, I can say "keep my computer awake until 5pm, then...

I love these icons, but when I set an icon for vs code, it resets with every update. Is there any way to keep the icon change across updates of...

Saw this when recommending jard to a coworker today. `your` is one of the words I look for most often, since it's so easy to substitute for `you're`.

debug info ```json { "atom": "1.27.0", "platform": "win32", "release": "10.0.16299", "vmpVersion": "1.32.0", "vmpConfig": { "automaticallyEscapeInsertModeOnActivePaneItemChange": true, "keymapBackslashToInnerCommentOrParagraphWhenToggleLineCommentsIsPending": true, "keymapCCToChangeInnerSmartWord": true, "keymapPToPutWithAutoIndent": true, "keymapUnderscoreToReplaceWithRegister": true, "keymapYToYankToLastCharacterOfLine": true, "showHoverSearchCounter": true, "statusBarModeStringStyle": "long",...

debug info ```json { "atom": "1.26.1", "platform": "win32", "release": "10.0.16299", "vmpVersion": "1.32.0", "vmpConfig": { "automaticallyEscapeInsertModeOnActivePaneItemChange": true, "keymapBackslashToInnerCommentOrParagraphWhenToggleLineCommentsIsPending": true, "keymapCCToChangeInnerSmartWord": true, "keymapPToPutWithAutoIndent": true, "keymapUnderscoreToReplaceWithRegister": true, "keymapYToYankToLastCharacterOfLine": true, "showHoverSearchCounter": true, "statusBarModeStringStyle": "long",...

## Summary In the (brand new) [search.js](https://github.com/atom/flight-manual.atom.io/pull/541/files/9f85a9648c9df3d07b0bef67b365075b5dc24d0a#diff-bdb7cf1571f7b828113875e37dd9d524), we're disabling the default behavior of anchor tags so that the page won't try to visit their hrefs. It would be better to...