Skip to content

Instantly share code, notes, and snippets.

View paulkling's full-sized avatar

Paul Kling paulkling

View GitHub Profile
DesignService.cs line 283
var designs = await session.Query<Design>().Where(d => d.DesignItems.Any(di => di.MoldId == mold.Id)).ToListAsync();
Raven.Client.Exceptions.RavenException: An exception occurred while contacting https://a.amer-sit-dev.prlb.ravendb.cloud/databases/IMEngineeringStore/queries?queryHash=16504258910109713258.
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.IO.IOException: Unable to read data from the transport connection: Connection timed out. ---> System.Net.Sockets.SocketException: Connection timed out
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
version: "3.2"
services:
traefik:
image: traefik
command: -c /dev/null --web --docker --docker.watch --docker.swarmmode --docker.domain=traefik --logLevel=DEBUG --accesslogsfile=/dev/stdout
environment:
- "DefaultDomain="
volumes:
- type: bind
source: /var/run/docker.sock

Keybase proof

I hereby claim:

  • I am paulkling on github.
  • I am pkling (https://keybase.io/pkling) on keybase.
  • I have a public key whose fingerprint is 62E2 897A E292 9A14 00F6 BE02 CCD1 E112 D4F3 DDCF

To claim this, I am signing this object:

body {
font-family: "Helvetica Neue",sans-serif !important;
font-size: 13px !important;
line-height: 20px !important;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJ1BMVEXr6+vq6urs7Ozp6ent7e3u7u7o6Ojv7+/n5+fw8PDm5ubl5eXx8fETrQmTAAAFhElEQVR4Xi3VTXPjSB0G8H+3XhyYS7dkOZlZDuqW5JjiIqllO9wkuZ0MnGTLNjvsxW/Rbm1xsJ23KYpDHGcWFycyBVSF4hCWYmvZI8UH4MjHol27p9+x357n3yCWtM21tZDDeo3Hk2EA0BtMhrxQNAiwuZR2zbuLmf0ALTR45izN0eD1RwWrgYlEc+sCZWQW83PUaJTtHw9RY3apYFMY+VKIRhPqj9zmFr58T2mb4ctfbRU2AhLKEIud+EXuF6B7V7fdu7TjXXUXimkIeAzu+Q5RSpx72h5ingdDV+Er0BVAJnF+wp999EbtXjgWwelCOAOmiLoQWePL08AHqqeSug6gAvC5A+Ao5h2Yu9X6VaOsEozD8ejr8kOS1fWvy7NSkU0AJXSBiAGaAJPeoNXO4icuWh1FiiMHQpv3ehu0dx9RyfloHtVW8WQ094hiQYBhmg2Tz+Uv20PBcZXw5hyTKsm5Qoug3aj0ZXsNn858VNHgy0VUjzrBl98IxaUF3o57QbriS8Od7k0N34h4wDR8WipOHJAN6s7sB6phbSJ7um9iPqW6n04VdArIr65XUwZR3OrdmW/etqlF2Ju3u4Gi7oD7/RXIeSdD4/s8yR/cv4V5IluKGgfkUCeun9F2Ku1KRzX/t3/XG6i2uVAsNIjfVfC2uhSpyQZiyDt1i5sF78wyBUbwFldPUTga97014buUxcs+Ok6Z3VRsNIia4tcvjAqqXX
@paulkling
paulkling / gist:5992799
Created July 14, 2013 01:11
Remove non-noted battlenet friends
/run for i=1,BNGetNumFriends()do local x,f,m,_,_,_,_,_,_,_,_,_,n=BNGetFriendInfo(i)m=IsModifierKeyDown()if not n then print(m and"Removed:"or"Will remove:",f)if m then BNRemoveFriend(x)end end end