Skip to content
#

decentralized

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

server
sunjam
sunjam commented Apr 21, 2022

Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.

This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.

bug good first issue 1. to develop
Mike35538
Mike35538 commented May 4, 2022

Describe the problem to be solved

A lot of channels have a huge amount of videos uploaded in one day. They all have the same published on date but often users set the Original publication date to reflect when they first created the video or made it public on other video platforms etc. So it can be difficult to have an idea of the chronological order of the videos based on sorting by Recentl

Status: In Progress 🔜 Type: Enhancement good first issue UI
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
Karan-U-Kanthawar
Karan-U-Kanthawar commented Mar 26, 2022
  • Version: 0.11.0
  • Subsystem: ipfs-http-client

Severity: Very Low

Description:

I tried using an instance of the https client using TS just like how it's in the docs. When I did create the instance my IDE complained about type errors.

Steps to reproduce the error:

I created the instance like this by looking at the [README](https://github.com/ipfs/js-ipfs/blob/ma

kind/bug exp/novice help wanted 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
koivunej
koivunej commented Sep 24, 2020

This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:

  • http/README.md has no tutorial on how to try out ipfs-http
  • ipfs-http supports only `i

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