I hereby claim:
- I am dolanor on github.
- I am dolanor (https://keybase.io/dolanor) on keybase.
- I have a public key ASBNfq-OLmmKKwcaQweZRBcccNIhaObYYay0XeFudV5GGQo
To claim this, I am signing this object:
{ | |
"basics": { | |
"name": "Tanguy Herrmann", | |
"label": "Go Development, Automation and Blockchain", | |
"email": "[email protected]", | |
"image": "https://avatars.githubusercontent.com/u/928722?v=4", | |
"summary": "Tanguy Herrmann's mission is to make machines serve people (and not the other way around).\n\nHe automates and optimizes processes to achieve objectives with long-term efficiency in mind. His commitment to increasing efficiency − by designing software architecture, writing clean code that makes future maintenance easy, streamlining the development process (coding, versioning, testing, reviewing, issue tracking, delivering), or learning new and better technologies − has made him a valued member of project teams in many different industries (see below).\n\nTanguy considers his work an investment in a future where people imagine, create and enjoy while computers take care of the rest.\n\nHe's looking for projects in Go and teams who love sustainable software development − projects that a |
package main | |
import ( | |
"dagger.io/dagger" | |
"universe.dagger.io/bash" | |
"universe.dagger.io/docker" | |
) | |
dagger.#Plan & { |
package diffpanicwriter | |
import ( | |
"testing" | |
"io" | |
"errors" | |
) | |
type DiffPanicWriter struct { | |
pos int |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiawjwXCmkwxx3/egFX2ryVAUiFcDoo/9PHwBCLUsuJ5B8hIcnHj1YWZcZ5DDHq7c2s5Ny1eEsC0MrjIJ6bkkrvSXbUHaZFE0EZRVez1hSoIV1BIJCE4ghRw9eb1cRx86uQrp+kS3azIvD1obCxD7aCRt7VXxkIqAbDmMmpujnbr9j43FlY5CRw1dm/1A7Xt1sOBTEmnoyekwIlCgt45FNj95QPTstoZr+xWnl6eRL2Xs+5nchKN1ZIIjSCmLUskbkiX8yAvsGbRl5g+0aYP9qcAtxcWkwR9L5VUKFpjyGkcg5xTG8c/Pa+IOlNj/Mz/xwncjmJfh/8hpI3jcSr6ah dolanor@moondark |
package remotobug | |
type Info struct { | |
ID int | |
Long string | |
} |
package main | |
import ( | |
"gioui.org/app" | |
"gioui.org/font/gofont" | |
"gioui.org/io/system" | |
"gioui.org/layout" | |
"gioui.org/widget" | |
"gioui.org/widget/material" | |
) |
#!/bin/bash | |
set -e | |
cid=`docker run --name go-odbc-mssql-server -d -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=notVERYstrongP455word.' -d mcr.microsoft.com/mssql/server:2017-CU8-ubuntu` | |
mssqlIP=$(docker inspect --format "{{ .NetworkSettings.Networks.bridge.IPAddress }}" ${cid}) | |
docker run --rm -it golang:1.12 sh -c " | |
apt update | |
apt install -y tdsodbc unixodbc-dev freetds-bin | |
cat > /etc/odbcinst.ini << EOF |
# 2.2.9: /etc/dovecot/dovecot.conf | |
# OS: Linux 4.4.0-109-generic x86_64 Ubuntu 14.04.5 LTS ext4 | |
# NOTE: Send doveconf -n output instead when asking for help. | |
auth_anonymous_username = anonymous | |
auth_cache_negative_ttl = 1 hours | |
auth_cache_size = 0 | |
auth_cache_ttl = 1 hours | |
auth_debug = no | |
auth_debug_passwords = no | |
auth_default_realm = |
package main_test | |
import ( | |
"testing" | |
) | |
type Whatever struct { | |
a, b, c int | |
} |
I hereby claim:
To claim this, I am signing this object: