Skip to content

Instantly share code, notes, and snippets.

View heipei's full-sized avatar
🏠
Working from home

Johannes Gilger heipei

🏠
Working from home
View GitHub Profile
@heipei
heipei / docker-compose.yml
Created June 18, 2016 08:00
Docker Compose for nsqd, nsqlookupd and nsqadmin, all linked
nsqlookupd:
image: nsqio/nsq
ports:
- "4160:4160"
- "4161:4161"
command: /nsqlookupd
nsqd:
image: nsqio/nsq
ports:
From 1e55f3c8b91450a04b4c7bc68e76842f4e4a8d51 Mon Sep 17 00:00:00 2001
From: Johannes Gilger <heipei@hackvalue.de>
Date: Thu, 26 Mar 2009 12:42:56 +0100
Subject: [PATCH] HistoryView: Confirm paste to Gist if github.user is unset
This patch relates to ticket #58. It adds a method which will ask for
confirmation when pasting to Gist as an anonymous user. Since users
which have github.user and github.token set can easily delete pasted
snippets no confirmation is needed for them.
From 1e55f3c8b91450a04b4c7bc68e76842f4e4a8d51 Mon Sep 17 00:00:00 2001
From: Johannes Gilger <heipei@hackvalue.de>
Date: Thu, 26 Mar 2009 12:42:56 +0100
Subject: [PATCH] HistoryView: Confirm paste to Gist if github.user is unset
This patch relates to ticket #58. It adds a method which will ask for
confirmation when pasting to Gist as an anonymous user. Since users
which have github.user and github.token set can easily delete pasted
snippets no confirmation is needed for them.
From 1e55f3c8b91450a04b4c7bc68e76842f4e4a8d51 Mon Sep 17 00:00:00 2001
From: Johannes Gilger <heipei@hackvalue.de>
Date: Thu, 26 Mar 2009 12:42:56 +0100
Subject: [PATCH] HistoryView: Confirm paste to Gist if github.user is unset
This patch relates to ticket #58. It adds a method which will ask for
confirmation when pasting to Gist as an anonymous user. Since users
which have github.user and github.token set can easily delete pasted
snippets no confirmation is needed for them.
From e80b6396341327fa74208c9c482a7a4c84f113fc Mon Sep 17 00:00:00 2001
From: Johannes Gilger <heipei@hackvalue.de>
Date: Thu, 26 Mar 2009 10:21:56 +0100
Subject: [PATCH] GitX: CFBuildVersion as x.x.x.xx
We used the whole output of git describe before, not realizing that
neither MacOS nor Sparkle are ok with alphabetic characters but instead
want monotonically increasing integers. So now we just take the major
version number appended with the number of commits since the last tag.
From df545314f57e2053b53005acebdb525a7ca120ce Mon Sep 17 00:00:00 2001
From: Benjamin Kramer <benny.kra@gmail.com>
Date: Tue, 24 Mar 2009 19:57:25 +0100
Subject: [PATCH] HistoryView: Make table header large enough so the text doesn't shift
"Committer" was too big. Use EMs so font size changes won't bother us.
---
html/views/history/history.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From df545314f57e2053b53005acebdb525a7ca120ce Mon Sep 17 00:00:00 2001
From: Benjamin Kramer <benny.kra@gmail.com>
Date: Tue, 24 Mar 2009 19:57:25 +0100
Subject: [PATCH] HistoryView: Make table header large enough so the text doesn't shift
"Committer" was too big. Use EMs so font size changes won't bother us.
---
html/views/history/history.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From 1e4b4214a4bf8671ba8fcfaa7f58e96110da313d Mon Sep 17 00:00:00 2001
From: Johannes Gilger <heipei@hackvalue.de>
Date: Sun, 22 Feb 2009 10:34:51 +0100
Subject: [PATCH] some sourcecode
---
sourcecode.h | 9 +++++++++
textfile | 1 -
2 files changed, 9 insertions(+), 1 deletions(-)
create mode 100644 sourcecode.h