Piotr H
Piotr H
I was trying to reproduce my issues with the database using a freshly created Django test application. Background processing, task joining and database operations all work as advertised in my...
`sqlitebck` expects ABI compability with python's `sqlite` module, because of [included for simplicity files](https://github.com/husio/python-sqlite3-backup/tree/master/src/_sqlite). It probably requires some decent version of SQLlite as well and that is expected to be...
I don't have OS X, so there is no way I can test it. I would accept patch though :wink:
`Iterate` method belongs to an interface. Using functional parameters makes the interface unimplementable for outside packages as they cannot consume the parameters. The _reverse_ parameter of the `Iterate` method is...
> The _reverse_ parameter of the `Iterate` method is a good idea. It makes the interface smaller. I think a `reverse bool` type parameter is enough. I think we don't...
> How do I iterate reverse from end to alice, or alice to beginning? Good point. Not sure if the following is a good design idea. How about two constatns...
> Same argument with CacheableKVStore .CacheWrap() can become CacheWrap(r.KVStore) This is a great improvement!
`x/distribution` is a good place to start. Once a `Revenue` entity is created, funds can be transferred to that revenue and released later. Releasing funds distribute them among all participants....
@ethanfrey I am searching for a technical reason why bucket name must be between 3 and 10 characters and I cannot find any. Is this an arbitrary number that can...
@KateGo520 I no longer participate in the project. I believe weave is no longer developed. If weave is no longer maintained, it is worth updating the README with information about...