eklektisk

eklektisk push update naar master in eklektisk/FastLBRY-terminal

  • e051939746 Fixed a rendering issue with codes in markdown
  • 4fa720d134 Fixed 'save', 'play' and 'read' which were to do with the new SDK
  • 11e4d0dbfc Merge branch 'master' of vertbyqb/FastLBRY-terminal into master
  • 8da8cf9b4b Update flbry/lbrynet to version 0.108.0
  • 3eba43b9c3 Interact directly with comment servers instead of using the SDK. This should enable newer SDK versions to be used. Also, the lbrynet binary variable was moved from `variables.lbrynet_binary["b"]` to `variables.flbry_globals["lbrynet"]`.
  • Toon vergelijking voor deze 8 commits »

3 jaren geleden

eklektisk push update naar globals-fix in eklektisk/FastLBRY-terminal

  • 6efe818bad Configure global variables before using them Sets flbry_globals while doing early actions based on settings. Notably, this prevents FastLBRY from starting the lbrynet server with the supplied lbrynet binary instead of the preferred lbrynet binary when autoconnect is enabled.
  • 11e4d0dbfc Merge branch 'master' of vertbyqb/FastLBRY-terminal into master
  • 8da8cf9b4b Update flbry/lbrynet to version 0.108.0
  • 3eba43b9c3 Interact directly with comment servers instead of using the SDK. This should enable newer SDK versions to be used. Also, the lbrynet binary variable was moved from `variables.lbrynet_binary["b"]` to `variables.flbry_globals["lbrynet"]`.
  • 8b37699337 Added an ability for the user to add his or her auth-token

3 jaren geleden

eklektisk created new branch globals-fix at eklektisk/FastLBRY-terminal

3 jaren geleden

eklektisk reactie op issue jyamihud/FastLBRY-terminal#105

Local and Shared following ( from a closed PR )

This could be resolved with a function to create new profiles (for the sake of example, say this is in `flbry/following.py`):

3 jaren geleden

eklektisk push update naar master in eklektisk/FastLBRY-terminal

  • c7775d4ec9 Inbox now removes duplicate comments. It's doing it using Comment ID for now.
  • 87dd5811e5 Added Tristan as developer / Adjusted his pull request a bit to make it seamless.
  • 10ba18575a Merge branch 'master' of MyBeansAreBaked/FastLBRY-terminal into master
  • 9f8adde68c Remove error message on kill. Previously, CTRL-C would kill the program immediately, dumping an error message. This change catches this error and prints the usual quit message, and still saving history.
  • c910199762 Update 'README.md'
  • Toon vergelijking voor deze 14 commits »

3 jaren geleden

eklektisk push update naar master in eklektisk/FastLBRY-terminal

  • 563c79e6be A better fix for float numbers during send, sorry Eklektisk.
  • c436fadba7 Fixed devs.json
  • f2b158d379 Merge branch 'convert-float' of eklektisk/FastLBRY-terminal into master
  • a8bbdc35af bugfix: convert amount to float when sending LBC Added try/except statement to convert the amount to a float value when sending LBC. It displays an error if it cannot convert input to a float.
  • Toon vergelijking voor deze 4 commits »

3 jaren geleden

eklektisk maakte pull request jyamihud/FastLBRY-terminal#127

Send requires float

3 jaren geleden

eklektisk push update naar convert-float in eklektisk/FastLBRY-terminal

  • a8bbdc35af bugfix: convert amount to float when sending LBC Added try/except statement to convert the amount to a float value when sending LBC. It displays an error if it cannot convert input to a float.

3 jaren geleden

eklektisk push update naar master in eklektisk/FastLBRY-terminal

  • 18bb1d2f61 Merge branch 'ui-improvements' of vertbyqb/FastLBRY-terminal into master
  • b4a33d1258 UI Improvements Changed pretty much every print() and input() statement to to center() and input(typing_dots()), removed a lot of trailing whitespace, added a default editor setting, added print_web_instance() function to print the web version of a url along with a librarian_instance option, give the user the git commit hash in the report command if they have git installed, and even more.
  • Toon vergelijking voor deze 2 commits »

3 jaren geleden

eklektisk push update naar convert-float in eklektisk/FastLBRY-terminal

  • 18bb1d2f61 Merge branch 'ui-improvements' of vertbyqb/FastLBRY-terminal into master
  • b4a33d1258 UI Improvements Changed pretty much every print() and input() statement to to center() and input(typing_dots()), removed a lot of trailing whitespace, added a default editor setting, added print_web_instance() function to print the web version of a url along with a librarian_instance option, give the user the git commit hash in the report command if they have git installed, and even more.
  • 8f72936d5b Merge branch 'issue-template' of vertbyqb/FastLBRY-terminal into master
  • fedf914742 Add issue template
  • 0f5b509b2a Merge branch 'update-readme' of vertbyqb/FastLBRY-terminal into master

3 jaren geleden

eklektisk created new branch convert-float at eklektisk/FastLBRY-terminal

3 jaren geleden

eklektisk maakte pull request jyamihud/FastLBRY-terminal#123

Add support for other data points

3 jaren geleden

eklektisk push update naar master in eklektisk/FastLBRY-terminal

  • 8f72936d5b Merge branch 'issue-template' of vertbyqb/FastLBRY-terminal into master
  • fedf914742 Add issue template
  • 0f5b509b2a Merge branch 'update-readme' of vertbyqb/FastLBRY-terminal into master
  • 05758744a0 Update README.md
  • dc26adad09 Merge branch 'resolve-claim_ids' of vertbyqb/FastLBRY-terminal into master

3 jaren geleden

eklektisk created new branch master at eklektisk/FastLBRY-terminal

3 jaren geleden

eklektisk deleted branch master at eklektisk/FastLBRY-terminal

3 jaren geleden

eklektisk push update naar prefs-fix in eklektisk/FastLBRY-terminal

  • 3c506ec2f5 Fixed preference creation, added profile selection Profiles were previously initialized using the following JSON: { "values": { "subscriptions": {} } } This was fixed to use the correct JSON: { "values": { "subscriptions": [], "following": [] } } If you initialized a profile before this bugfix, please reset the profile using the following command: lbrynet preference set <profile> \ '{"values": {"subscriptions": [], "following": []}}' Additional changes include enabling profile selection when using the commands `following`, `follow`, or `unfollow` and switching to use fallback behavior instead of intializing new profiles from already existing ones if no profile is specified (assuming a fallback profile exists).
  • c8c969e618 Merge branch 'master' into HEAD Fixed conflicts in flbry/following.py between 'master' and HEAD
  • 24e726c28b Added Analytics into Help
  • 9b5cc87232 Analytics! Real analytics. Damn!
  • d37d2b2324 Alpha implementation of Sales. With sales graphs.

3 jaren geleden

eklektisk created new branch prefs-fix at eklektisk/FastLBRY-terminal

3 jaren geleden

eklektisk sloot pull request jyamihud/FastLBRY-terminal#103

Use local preferences over shared preferences

4 jaren geleden

eklektisk heropende pull request jyamihud/FastLBRY-terminal#103

Use local preferences over shared preferences

4 jaren geleden

eklektisk reactie op issue jyamihud/FastLBRY-terminal#103

Use local preferences over shared preferences

I added support for other data points and enabled the option to fallback to another data point when no data point is specified, or create the data point if a) not fallback exists, or b) a profile was specified in conjunction with the `following`, `follow`, or `unfollow` commands. Does this look more useful?

4 jaren geleden