Paul Jimenez

Results 59 issues of Paul Jimenez

Potentially contentious, but is there any chance of pep8-ifying the code? Tabs are bad, mmkay? :)

type-enhancement

Before erroring with `Error: Can't find 'hub.upstream' config key in git config. Read the man page for details.`, see if the hub.upstream can be derived from the remote named 'upstream'...

type-enhancement

* etcd3-py version: current * Python version: 3.7 * Operating System: any ### Description ``` pip install --upgrade pip # gets you to pip > 20.1 pip install etcd3-py ......

bug

* etcd3-py version: 0.1.6 * Python version: 3.7 * Operating System: linux ### Description I was trying to get a watch working in my app. It's currently complex, but if...

* etcd3-py version: * Python version: * Operating System: ### Description I was trying to do a (somewhat large - 10e3s of records) delete. ### What I Did `await db.delete_range('prefix',prefix=True)`...

bug

* etcd3-py version: 0.1.6 * Python version: 3.7 * Operating System: linux ### Description I did a large range request and got what looks like an overflow error. I don't...

bug
feature

The command documentation is really nice; if all else fails, I can read the code (which is well documented). What's _less_ documented is the return values and the types of...

docs
Priority: Medium

### Description I put a `str` into etcd and got out `bytes` ### What I Did ``` k, v = "foo", "bar" ... client.put(k, v) ... r = client.range(k).kvs[0].key print(f"{r:

docs
Priority: Medium

I can't get this to work with a simple s3 test. Anyone else? If so, what version(s) of the localstack docker image are you using? or is this project just...

Fix #1486 Instead of --import paying attention to --format, leave --format just for the export-format and give --import itself an optional arguent that is the import format. This of course...