Niko

Results 8 issues of Niko

as detailed here: https://en.wikipedia.org/wiki/Persian_language#ISO_codes

On my Kubuntu 18.04 system ``` [niko:~/work/repositories/ansible] master(+107/-95)+ 10m13s ± uname -a Linux nikubuntu 4.20.17-042017-generic #201903190933 SMP Tue Mar 19 13:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ``` I left...

level: 2
hacktoberfest

This PR adds support for lbcd so that lbrycrd can be forgotten. Additionally this PR: - [x] improves sync times - [x] fixes claimtrie sync job (that could not run...

While testing I accidentally restarted mysql and understandably so chainquery crashed. The stacktrace is as follow: ``` ERRO[2018-12-21T00:23:17Z] MempoolSync:model: failed to execute a one query for block: bind failed to...

Chainquery 2.0

I was running a script to populate a minio bucket locally using the following script: ```bash #!/bin/bash db_file='db.sqlite' bucket='local/reflector' export bucket copy_to_s3() { blob_hash=$1 mc cp blob "${bucket}/${blob_hash}" } export...

Version 17 of lbrycrd deprecated several functions and added others. We need to find and deprecate all the old ones and replace/add the new ones

priority: medium
needs: exploration

As per comment here: https://github.com/lbryio/lbry.go/pull/10#discussion_r190252247 slack logging package should be extracted to own package. Please wait for #10 to be merged first.

type: improvement
type: refactor
priority: low

While trying out this extension I encountered an issue with a video object on S3 (wasabi) that doesn't seem to have a content-length attached to it or something. It will...