Skip to content

Instantly share code, notes, and snippets.

View gilest's full-sized avatar
🆒

Giles Thompson gilest

🆒
View GitHub Profile
@gilest
gilest / private.xml
Last active August 29, 2015 14:15 — forked from rjocoleman/private.xml
<?xml version="1.0"?>
<root>
<appdef>
<appname>SPARROW</appname>
<equal>com.sparrowmailapp.sparrow</equal>
</appdef>
<item>
<name>Sparrow disable Command + Return</name>

Keybase proof

I hereby claim:

  • I am gilest on github.
  • I am gilest (https://keybase.io/gilest) on keybase.
  • I have a public key ASC9Ai6Q2Sn9xn2D5nRKcd0X_FN0wKSELIBIw90gkIfBIgo

To claim this, I am signing this object:

@gilest
gilest / controllers.application.js
Created June 20, 2018 09:56
Animation cancel demo
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
datums: [
{ id: 1, name: 'banana' },
{ id: 2, name: 'pineapple' }
],
@gilest
gilest / monitor-dependencies.yml
Created July 24, 2024 23:25
Monitor Snyk dependencies with pnpm during private beta (Github Actions)
# Goes in .github/workflows of any repositories in org to periodically update snyk monitoring
# The values for vars.SNYK_ORG_ID and secrets.SNYK_TOKEN can be configured organisation-wide
name: Monitor dependencies
on:
schedule:
# runs every day at 2:30am
- cron: '30 14 * * *'