Gert Cuykens
Gert Cuykens
Feature request of a haskell implementation of OAuth2 JWT https://developers.google.com/accounts/docs/OAuth2ServiceAccount This is my bash version ``` bash jwt1=`echo -n '{"alg":"RS256","typ":"JWT"}' | openssl base64 -e` jwt2=`echo -n '{\ "iss":"522156758812-u8hj8dhnk5br3vnpqqvuscievhbnl0gg@developer.gserviceaccount.com",\ "scope":"https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/plus.me...
As a work around I did something like this, no idea what the correct way to solving this is `dns.ClientConfigFromFile("/msys64/etc/resolv.conf")`
I am new to Rust and I don't understand how to run a simple https server? The simple server example is currently http only right?
Because in my opinion you are the king of osm and geojson in golang :P would appreciate your take on flatgeobuf as a replacement of geojson see: https://github.com/bjornharrtell/flatgeobuf/issues/7 see: https://github.com/mapbox/tippecanoe/issues/777
Can we have a ES module version`import pbf from 'https://unpkg.com/[email protected]/dist/pbf.mjs?module'` please and a proto compiler `--module` flag that can output a module instead of a `self` thing. Life is to...
Please consider when `service=true` to use the `js_out` path to store the generated service js file instead of using, `ts_out` one. Alternatively if the previous isn't possible `service=path/to/jsout` maybe, thanks....
https://godoc.org/golang.org/x/build/version/go1.8rc3 Can we have the same download sdk tool for appengine please, that put a appengine goroot in the same sdk directory? Maybe name it go1.7app1 ``` go get golang.org/x/build/version/go1.7app1...
Please make sure this page is also availble in the 1.0 site https://www.polymer-project.org/0.5/docs/polymer/debugging.html
Example https://www.polymer-project.org/components/core-menu-button/demo.html http://jsbin.com/sekaqa/
Would you mind creating a c branch? When looking at the cpp file I am not sure if its trivial to translate the c++ code into c ?