Skip to content

Instantly share code, notes, and snippets.

View immae's full-sized avatar

Immae immae

View GitHub Profile
let C = <Foo | Bar>
let B : Type = { c : C }
let A : Type = { b : B }
in
{ A = A
, B = B
, C = C
}
{
systemd.targets.maintenance = {
description = "Maintenance target with only sshd";
after = [ "network-online.target" "network-setup.service" "sshd.service" ];
requires = [ "network-online.target" "network-setup.service" "sshd.service" ];
unitConfig = {
AllowIsolate = "yes";
};
};

Keybase proof

I hereby claim:

  • I am immae on github.
  • I am immae (https://keybase.io/immae) on keybase.
  • I have a public key whose fingerprint is F828 06FD A1BF 5B9A 1B30 14E7 C9FC ED6C A6B7 9454

To claim this, I am signing this object:

diff --git a/wee_slack.py b/wee_slack.py
index 422291b..3843cb3 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1107,6 +1108,7 @@ class SlackTeam(object):
# self.attach_websocket(ws)
self.set_connected()
self.connecting = False
+ self.subscribe_users_presence()
except Exception as e: