Adam Syed

Results 7 comments of Adam Syed

Simple change to do this referenced in #4

I'm not familiar with the webauthn spec yet; however, in terms of sharing data, wouldn't you always risk the same issue with an accidental logging? (@ptoomey3 noted it as a...

Was going to be building this; however, I keep running into dependency errors on my mac (annoyingly because I have to update but I don't want to). Regardless, The issue...

Just ran into this myself. Here's what I found on how to fix it, these commands will download the databases from http://dev.maxmind.com/geoip/legacy/geolite/ and rename them appropriately: `wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz -O /usr/share/GeoIP/GeoLiteCity.dat.gz...

Using https://github.com/davecheney/golang-crosscompile allows for you to build it for darwin 32bit and 64bit via go-crosscompile-build darwin/386 go-crosscompile-build darwin/amd64

I believe that is still possible but you'll need to modify the build.go file to comment out any checks involved with cross compiling cgo. I'll look a bit more later...