James A. Robinson

Results 11 issues of James A. Robinson

Given that httplib is using http.ClientConn, is it Expected that the library not handle the server closing an idle connection on the client? Otherwise would a change along the following...

**Describe the feature** I suggest that it would be useful to support reading secrets off the filesystem. This would allow the use of a Docker Swarm to store the encrypted...

enhancement

When the https://github.com/Voyz/ibeam/wiki/Advanced-Secrets section was moved from the README into the wiki it looks like some of the hyperlink references need to be updated (I guess the wiki doesn't share...

Under ledger 3.1.1 ``` $ ledger --version Ledger 3.1.1-20160111, the command-line accounting tool Copyright (c) 2003-2016, John Wiegley. All rights reserved. This program is made available under the terms of...

### Summary I'm unsure of this is a bug or not, it's certainly not acting as I would have expected it to. Say I have a stack named ib, containing...

enhancement
question
docker-swarm
docker-stack

I'm using a test cluster of three etcd nodes running etcd version 3.4.23. When using python `etcd3==0.12.0` my attempts to test etcd3 locks (see [test_lock.txt](https://github.com/kragniz/python-etcd3/files/11173245/test_lock.txt)) across multiple processes blows up,...

I was wondering if you've ever considered whether or not it might be nice to allow for dynamically evaluating the request match mocks, similar to how you dynamically fill in...

Per issue #3 right now the Locate() method calls hash.Reset() which appears to need to be guarded by a write Lock. Since that appears to be the only time RLock/RUnlock...

Locate is acquiring a read lock, but it is calling getHash(hr.hash, []byte(key)): ``` // Locate returns the node for a given key func (hr *HashRing) Locate(key string) (node string, err...

Change the logic that checks for the "openid" token in the "scope" parameter value to ignore ordering. The Scopes section of the specification appears to only require that "openid" be...