Skip to content
#

decentralized

Here are 1,300 public repositories matching this topic...

server
lbry-sdk
lyoshenka
lyoshenka commented Apr 20, 2021

Creating a new issue based on lbryio/lbry-sdk#877

  • Update ensure_directory_exists() to check that the directory is writable by the current process.
  • If it's not, return a useful error
  • Add tests to cover the case when
    • download directory does not exist
    • download dir exists but is not writable
    • dir exists an
type: improvement help wanted good first issue area: downloads
js-ipfs
matheus23
matheus23 commented Oct 7, 2021

Here is what I've noticed:

  • ipfs.block.get
    • docs say it returns a Block, but it returns a Uint8Array
    • docs are missing the preload option
  • ipfs.block.put
    • docs say it can also take a Block as a parameter, but it can only be a Uint8Array
    • docs say it can take a cid as an option, but the implementation ignores such a parameter
    • docs say it returns a Block, b
exp/novice help wanted P2 topic/docs
0xAsteria
0xAsteria commented Oct 3, 2021

Is your feature request related to a problem? Please describe.

Similar to how Bitcoin has a prune=1 option that removes old blocks, Stacks should have this too to save storage space on nodes.

Describe the solution you'd like

An option in the config to prune chaindata via RPC or limiting it to a certain number of MiB

Describe alternatives you've considered

None

help wanted good first issue
yggdrasil-go
danimesq
danimesq commented Dec 21, 2019

Unpacking yggdrasil (0.3.9) ...
dpkg: error processing archive yggdrasil-0.3.9-i386.deb (--install):
unable to create '/etc/systemd/system/yggdrasil.service.dpkg-new' (while processing 'etc/systemd/system/yggdrasil.service'): No such file or directory
Errors were encountered while processing:
yggdrasil-0.3.9-i386.deb

There are Linux distros such as AntiX (Debian) and Gentoo whic

help wanted good first issue linux packaging
Minoru
Minoru commented May 21, 2020

I'm running cargo-crev 0.17, installed via cargo install, on Debian Bullseye.

A user I trust on a "medium" level disappeared from cargo crev id query trusted. (I initially attributed that to me changing that user's level from "low" to "medium", but I think it was really caused by cargo crev fetch all that I ran about the same time.) I had to play with --depth to understand that this is

good first issue

Improve this page

Add a description, image, and links to the decentralized topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decentralized topic, visit your repo's landing page and select "manage topics."

Learn more