decentralized
Here are 1,377 public repositories matching this topic...
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
May 31, 2022 - JavaScript
-
Updated
Apr 27, 2022 - Ruby
Describe the current behavior
When using peertube-import-videos.js to import videos from YouTube, is only downloads them in 720p.
If I upload a video with "Import with URL" on the instance, it downloads the highest resolution available.
The instance allows 1440p, 1080p and 720p.
dist/server/helpers/youtube-dl/youtube-dl-cli.js
const resolution = enabledResolutions.length === 0
-
Updated
Jun 1, 2022 - JavaScript
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
-
Updated
Jun 2, 2022 - JavaScript
- 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
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Jun 3, 2022 - Python
-
Updated
May 23, 2022 - Python
-
Updated
May 12, 2021 - JavaScript
-
Updated
Apr 15, 2022 - Objective-C
-
Updated
Nov 1, 2018 - Go
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
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
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
-
Updated
Mar 19, 2022 - Python
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
-
Updated
Apr 4, 2022
-
Updated
Jun 3, 2022 - Java
-
Updated
Aug 2, 2016 - Go
-
Updated
May 24, 2022 - Go
-
Updated
Nov 23, 2021 - Go
-
Updated
Jun 20, 2021
cc @jcnelson from this forum post.
There should be a setting added that allows the user to adjust the URL for the transaction broadcaster in regards to acquiring names. Should be fairly simple to implement unless it is tied within blockstack.js, in which case an issue would need to
Video & Audio
After there is 3 or more participants the video will glitch out for everybody. And sometimes the audio also glitches out and makes it impossible for the others to hear you. Please fix.
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.mdhas no tutorial on how to try outipfs-httpipfs-httpsupports 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.
Add this topic to your repo
To associate your repository with the decentralized topic, visit your repo's landing page and select "manage topics."
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.