dtella icon indicating copy to clipboard operation
dtella copied to clipboard

Added A Minshare feature

Open ParthKolekar opened this issue 9 years ago • 5 comments

cleaned the previous commit sending request from minshare branch, so that history is clean

ParthKolekar avatar Mar 15 '15 19:03 ParthKolekar

@ffledgling @nehaljwani

The use of the feature may be under debate, plus, this is crude patch, because dtella does not update minshare from 1 for the current setup.

ParthKolekar avatar Mar 15 '15 19:03 ParthKolekar

Aren't global level values in a separate config.py file?

ffledgling avatar May 07 '15 00:05 ffledgling

There is no config.py that I see... there is

bridge_config.py push_dconfig.py pull_dconfig.py

ParthKolekar avatar May 07 '15 01:05 ParthKolekar

https://github.com/ffledgling/dtella/blob/master/dtella/local_config.py

ffledgling avatar May 12 '15 21:05 ffledgling

@ffledgling There is indeed one value I remember trying to set in the config, but the init set's the value to be 1 (1 byte) and the config is never read. The 1 byte stays until the end of time, and is not even changed ever.

I have allowed AGREED_UPON_MINSHARE var which is actually read by the and used.

ParthKolekar avatar May 13 '15 10:05 ParthKolekar