SgrA*

Results 19 issues of SgrA*

hi, sorry for not pull requesting this but here goes ```bash #!/bin/bash set -e -o pipefail set -x export GOPATH="${GOBUILD:-/tmp/build-golang}" SELF=$(readlink -f "${BASH_SOURCE[0]}" 2>/dev/null || stat -f "${BASH_SOURCE[0]}") cd "$(dirname...

Trying to get an `omitempty` behavior for all fields of a bunch of third party well nested structs. getting empty values instead. ```go type omitemptyExtension struct { jsoniter.DummyExtension } type...

### Description I'm trying to develop a batch insert. The use case is creating licenses. It includes creating hashes, expiry date and more. So considering I filled in an insert...

💪enhancement

Hi @jruizgit Per my understanding extending V2 with precistancy is supposed. I guess I cloud do some reverse engineering on current version .. Can you please send some quick guidelines....

Browser nginx proxy Private blockchain Parity 1.11.8 Parity is set with `--jsonrpc-cors all` Chrome asks for `Access-Control-Request-Headers: authorization,content-type` but `Authorization` was not included in the `Access-Control-Allow-Headers` response header Chrome's console:...

see [reference](http://unix.stackexchange.com/questions/207610/binding-nonlocal-address-on-netbsd) Another [example](https://github.com/UlricE/pen/blob/master/server.c#L266) Also [here](http://fossies.org/linux/squid/src/ip/Intercept.cc) squid line 407 //Linux int opt_set_ip_transparent(lua_State *L, p_socket ps) { return opt_setboolean(L, ps, IPPROTO_IP, IP_TRANSPARENT); } int opt_get_ip_transparent(lua_State *L, p_socket ps) { return opt_getboolean(L,...

Thought of something like `limit_req.new(, rate, window, resolution)` e.g. limit_req.new(, 200,300,60) That is, limit the requests under 200 req in a window of 300 seconds where the window resolution is...

https://github.com/leopardslab/gocloud/blob/4f62784a040e9f0b3aaad515a6b80d5339547981/compute/gce/instance.go#L51-L57 should be "disks" as in: https://github.com/leopardslab/gocloud/blob/4f62784a040e9f0b3aaad515a6b80d5339547981/compute/gce/gce.go#L8

`validateAddPeerRequest` is [called](https://github.com/jamescun/wg-api/blob/bc85809a3de741f72a74d10316e49e1d4cf9fe13/server/server.go#L213) Parameters are validated again right after that.