-
Updated
Jul 9, 2021 - JavaScript
decentralized
Here are 1,138 public repositories matching this topic...
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Jul 31, 2021 - Ruby
The line is drawn only after the first video. In my opinion, the line should be removed. It looks confusing.
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
Apr 22, 2021 - JavaScript
-
Updated
May 25, 2021 - JavaScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Aug 6, 2021 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Feb 2, 2021
-
Updated
May 12, 2021 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Aug 7, 2021 - Objective-C
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Nov 1, 2018 - Go
The benchmarking scripts in benches/
haven't been updated since the VM decoupling refactor began.
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
Jul 23, 2021 - Python
This is to help people that for whatever reason don't want to go through the effort of changing it manually every time.
Default levels of understanding
and thoroughness
for both positive (review
)and negative(flag
) could also be configurable in the user-config file.
-
Updated
Aug 2, 2016 - Go
-
Updated
Jun 16, 2021
-
Updated
Feb 26, 2021 - Go
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
Aug 5, 2021 - Java
-
Updated
Jun 20, 2021
-
Updated
Mar 26, 2020 - Haskell
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."
We badly started implementing some props mutation.
There are usually two cases:
propsData
Solution 1
Migrate the propsData (usually initial-states) to the root
.vue
file away from the.js
entry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations