-
Updated
Nov 12, 2020 - JavaScript
decentralized
Here are 967 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Ruby
-
Updated
Nov 12, 2020 - JavaScript
Show the exact number of views when hovering over 20k views or 1k views etc..
-
Updated
Nov 12, 2020 - JavaScript
Right now the docs correspond to what's on master. We need docs for each daemon release so developers can see what's available in the version they are using.
https://github.com/jimporter/mike may be helpful.
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
May 25, 2020
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
filter: blur(8px);
-webkit-filter: blur(8px);
(Those icons might al
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Sep 25, 2020 - Objective-C
-
Updated
Nov 1, 2018 - Go
Just playing around with my miner tonight, I set burn_fee_cap = -2 and the miner stopped with a thread panic.
Process abort due to thread panic
0: backtrace::backtrace::libunwind::trace
at .cargo/registry/src/github.com-1285ae84e5963aae/backtrace-0.3.50/src/backtrace/libunwind.rs:95
backtrace::backtrace::trace_unsynchronized
at .cargo/registry/src/git
-
Updated
Sep 25, 2020 - Python
-
Updated
Aug 2, 2016 - Go
Especially in the light of #151 , it would be great if people could just re-generate the whole Id file.
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
-
Updated
Apr 21, 2020 - Go
-
Updated
Mar 26, 2020 - Haskell
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
Nov 12, 2020 - Java
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Jun 17, 2020
-
Updated
Aug 25, 2019 - Python
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."


It is a visual bug appears on the settings page when there are many characters in the string. I think this is due to css
which hides the icon along with the overflow text. If you comment out overflow: hidden; icons appear
Steps to reproduce