Results 190 comments of James Saryerwinnie

Just adding a bit more detail here. The issue appears to be that when auto-populating the `TemplateURL` parameter for the underlying `create_change_set` operation, we use path style addressing for the...

Based on community feedback, we have decided to return feature requests to GitHub issues.

That's very concerning. Is there any process on that box that ever writes to the db? How is the semidbm data file being initially populated?

I intend to support all formats that keepassx supports. Given that keepassx does not support .kdbx files, I have no current plans to support this.

KeePass is the windows version of the tool (http://keepass.info/), whereass KeePassX is a cross platform port (and a different code base: http://www.keepassx.org/). KeePassX supports the old file format of KeePass,...

Sounds reasonable, reopening. I don't have a lot of bandwidth on this project these days, but I'd be willing to take a pull request (or even collaborators).

I believe the main reason the lower level `os` functions were used was because of performance. There's a `scripts/benchmark` script that will measure performance for various operations. More info here:...

Could you post the benchmark for semidbm on your machine against the upstream master branch? It would be helpful to see what the numbers are on your machine before/after the...

Here's what I get on a macbook: ## Before ``` $ python scripts/benchmark -d semidbm Generating random data. ('Benchmarking:', ) num_keys : 1000000 key_size : 16 value_size: 100 fill_random :...

Looks like it's failing when it tries to copy the password to the clipboard. What platform are you running on?