Linus Oleander
Linus Oleander
Great gem! I'm just having some small issues with TTY::Link: ``` ruby require "tty/box" require "tty/link" link = TTY::Link.link_to("Link", "http://example.com") box1 = TTY::Box.frame(title: { top_left: link }) do "" end...
I've this structure. ``` ruby class StaticPlaylist < ActiveRecord::Base acts_as_superclass end class ImportedPlaylist < ActiveRecord::Base acts_as :static_playlist acts_as_superclass end class DigiPlaylist < ActiveRecord::Base acts_as :imported_playlist end ``` When I try...
I was hoping to implement this snippet in atom, but I can't find any support for triggering snippets based on context. ``` xml content #{${1:$TM_SELECTED_TEXT}} keyEquivalent # name Embedded Code...
- Original issues - matryer/bitbar#416 - matryer/bitbar#387 - matryer/bitbar#341 (example) - matryer/bitbar#241
Original issue; matryer/bitbar#112
This will - Terminate an already running application - Run `defaults delete com.getbitbar.BitBar`