ORBAT
ORBAT
Go version: 1.12.4 go-pg version: go.mod says `github.com/go-pg/pg v8.0.4+incompatible`. Commit a70a1ce postgres version: `PostgreSQL 11.1 (Debian 11.1-1.pgdg90+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit` With the following...
We could use fixtures for testing the validity of HMAC. See https://github.com/ably/ably-common/issues/38 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4566) by [Unito](https://www.unito.io)
The integration branch currently has `N` set to 3. This should be raised to whatever number that still works reliably with default limits, to catch any possible race conditions when...
(This is more or less a copy of goamz/goamz#62) The use of pointers in crowdmob/sqs is a bit inconsistent: e.g. there's a `func(*SQS) DeleteMessage(*Message)`, but messages are handed to the...
The current method of calculating variance (and, by extension, standard deviation) is intended for sets that form the _whole_ population. When dealing with a sample, i.e. you pick _n_ elements...
Are custom build tags / constraints possible? The previous issue about this (#365) was closed as it was resolved without actually needing custom build tags, but I've got a case...
The config editor complains about syntax errors regardless of what's in the `keyBindings` block, and even copying it 1:1 from the default configuration just results in a "Please fix syntax...