Alfred Workflow to toggle bluetooth devices. I use this workflow to toggle the connection to my Bluetooth Headphones.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.emojie { | |
line-height: 1rem !important; | |
} | |
.bubble.thread { | |
opacity: 0.65; | |
} | |
.bubble.green { | |
border-color: #9554D2 !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vendor/ember/development/ember.js b/vendor/ember/development/ember.js | |
index d4778f6..9b21660 100644 | |
--- a/vendor/ember/development/ember.js | |
+++ b/vendor/ember/development/ember.js | |
@@ -3949,7 +3949,7 @@ enifed('ember-application/system/application', ['exports', 'dag-map', 'container | |
return ApplicationInstance['default'].create({ | |
customEvents: property_get.get(this, 'customEvents'), | |
rootElement: property_get.get(this, 'rootElement'), | |
- applicationRegistry: this.registry | |
+ applicationRegistry: this.buildRegistry() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = App.FndModel = DS.Model.extend | |
typeKey: (-> | |
@constructor.typeKey | |
).property() | |
routeName: (-> | |
@constructor.routeName() | |
).property() | |
routePath: (-> |
I hereby claim:
- I am mutewinter on github.
- I am mutewinter (https://keybase.io/mutewinter) on keybase.
- I have a public key whose fingerprint is RETU RN T HIS. PGP. GET_ FING ERPR INT( ); }
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Routes that should have country from before 2014-07-13. | |
PATHS_WITH_COUNTRY = [ | |
# Others | |
'search' | |
'charts' | |
'any' | |
'integrations' | |
'bookmarklets' | |
# Models | |
'album' |
Alfred Workflow to add reminders to Reminders via Fantastical's amazing natural language processing.
Usage
r put laundry in dryer in 35 min
r wake up at 6:30am every day
r party on 1/1/2025 at 12am
Here are some resources you will find useful while getting familiar with Ember.
- EmberWatch, one-stop shop for all online resources for Ember.
- Ember Weekly, incredible weekly newsletter to stay up-to-date with Ember and the Ember community.
- Addepar Open Source, great to learn from.
- Bootstrap for Ember, Bootstrap components created with Ember.
- Stretch, Ember app I created to wrap Sprint.ly's API.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Extracted from packages/ember-runtime/lib/system/object_proxy.js | |
# See the issue below for having this as a feature of Ember. | |
# https://github.com/emberjs/ember.js/issues/3403 | |
{ | |
get, | |
set, | |
meta | |
addObserver, | |
removeObserver, |