I hereby claim:
- I am haacked on github.
- I am haacked (https://keybase.io/haacked) on keybase.
- I have a public key whose fingerprint is BF14 9135 A9BB DB1E DF3B 0F27 51AC AFF3 A55E 8DE3
To claim this, I am signing this object:
module.exports = (app) => { | |
// Respond to new issue comments | |
app.on('issue_comment.created', async context => { | |
const message = context.payload.comment.body | |
// The following does a rough approximation of | |
// trying to find a question that proposes two | |
// alternatives. It's not very smart about it, | |
// but good enough for our case. | |
const dichotomy = message.toLowerCase() |
I hereby claim:
To claim this, I am signing this object:
Ed Catmull, Amy Wallace
When it comes to creative inspiration, job titles and hierarchy are meaningless.
Sincerely believing that we were in an inclusive meeting, we saw nothing amiss because we didnโt feel excluded.
My willingness to do this reflected my world-view, forged in academia, that any hard problem should have many good minds simultaneously trying to solve it.
For all the care you put into artistry, visual polish frequently doesnโt matter if you are getting the story right.
Split-Path -parent $dte.Solution.FileName | cd | |
New-Item -ItemType Directory -Force -Path ".\licenses" | |
@( Get-Project -All | ? { $_.ProjectName } | % { Get-Package -ProjectName $_.ProjectName } ) | Sort -Unique Id | % { $pkg = $_ ; Try { (New-Object System.Net.WebClient).DownloadFile($pkg.LicenseUrl, (Join-Path (pwd) 'licenses\') + $pkg.Id + ".html") } Catch [system.exception] { Write-Host "Could not download license for $($pkg.Id)" } } |
๐ฑ Seriously? | |
๐ท That's a bad look. | |
Burn it to the ground! ๐ฅ | |
๐ Torvalds frowns at you. | |
๐ถ Have you considered another career? | |
You must hate your coworkers. ๐น | |
๐ก You must hate yourself. | |
Ha! Yeah, that'll work. ๐ | |
๐ Are you just hitting keys at random? | |
You code like a PM. ๐ |
commit cc5b002a5140e2d60184de42554a8737981c846c | |
Merge: 4d02bc5 34bdb41 | |
Author: David Fowler <[email protected]> | |
Date: Thu Nov 22 11:28:35 2012 -0800 | |
Merge branch 'release' into dev | |
diff --cc tests/Microsoft.AspNet.SignalR.FunctionalTests/Client/HubProxyFacts.cs | |
index aaad4c4,8bf42fc..4979ab7 | |
--- a/tests/Microsoft.AspNet.SignalR.FunctionalTests/Client/HubProxyFacts.cs |
cc5b002a5140e2d60184de42554a8737981c846c | |
diff --cc tests/Microsoft.AspNet.SignalR.FunctionalTests/Client/HubProxyFacts.cs | |
index aaad4c4,8bf42fc..4979ab7 | |
--- a/tests/Microsoft.AspNet.SignalR.FunctionalTests/Client/HubProxyFacts.cs | |
+++ b/tests/Microsoft.AspNet.SignalR.FunctionalTests/Client/HubProxyFacts.cs | |
@@@ -36,11 -36,9 +37,11 @@@ namespace Microsoft.AspNet.SignalR.Test | |
hubConnection.Start(host.Transport).Wait(); | |
- proxy.Invoke("Send", "hello").Wait(); |
open System | |
open System.Reactive | |
open System.Reactive.Linq | |
let seq = [1; 2; 3; 4].ToObservable() | |
// Add curryable versions of Rx methods | |
let select (selector:'TSource -> 'TResult) (source:IObservable<'TSource>) = | |
Observable.Select(source, selector) |
{% comment %} Load script if disquss comments are enabled and `page.comments` is either empty (index) or set to true {% endcomment %} | |
{% if site.disqus_short_name and page.comments != false %} | |
<script type="text/javascript"> | |
var disqus_shortname = '{{ site.disqus_short_name }}'; | |
{% if page.comments == true %} | |
{% comment %} `page.comments` can be only be set to true on pages/posts, so we embed the comments here. {% endcomment %} | |
// var disqus_developer = 1; | |
var disqus_identifier = '{% if page.disqus_identifier %}{{ page.disqus_identifier}}{% else %}{{ site.url }}{{ page.url }}{% endif %}'; | |
var disqus_url = '{{ site.url }}{{ page.url }}'; | |
var disqus_script = 'embed.js'; |