devel icon indicating copy to clipboard operation
devel copied to clipboard

BitDust project source codes development cycle, official Development Git repository (mirror on GitHub) : https://bitdust.io

Results 18 devel issues
Sort by recently updated
recently updated
newest added

The goal of that story is about to verify the software portability and reliability on different devices, running different operating systems. We must cover at least the most popular ones:...

help wanted
good first issue
up-for-grabs

In the application there are console logging statements all around the code base like that: ``` from logs import lg ... if _Debug: lg.out(_DebugLevel, 'something is happening here') ``` This...

enhancement
help wanted
good first issue
up-for-grabs
Hacktoberfest

This story is about to finish the implementation and testing of the service_shared_data: More information about distributed storage principles can be found here: https://bitdust.io/wiki/storage.html Information about file sharing methods is...

Currently there is already a `Dockerfile` [here](https://github.com/bitdust-io/devel/blob/master/Dockerfile) which is also published [here](https://hub.docker.com/r/bitdust/app1) The issue is that data files used and generated by the app are stored only inside the container....

enhancement
help wanted
good first issue
up-for-grabs