eklektisk a commité dans master sur 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"]`.
  • Comparer ces 8 commits »

il y a 2 ans

eklektisk a commité dans globals-fix sur 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

il y a 2 ans

eklektisk nouvelle branche créée globals-fix sur eklektisk/FastLBRY-terminal

il y a 2 ans

eklektisk a commenté le problème 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`):

il y a 2 ans

eklektisk a commité dans master sur 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'
  • Comparer ces 14 commits »

il y a 2 ans

eklektisk a commité dans master sur 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.
  • Comparer ces 4 commits »

il y a 2 ans

eklektisk pull request créée le jyamihud/FastLBRY-terminal#127

Send requires float

il y a 2 ans

eklektisk a commité dans convert-float sur 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.

il y a 2 ans

eklektisk a commité dans master sur 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.
  • Comparer ces 2 commits »

il y a 2 ans

eklektisk a commité dans convert-float sur 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

il y a 2 ans

eklektisk nouvelle branche créée convert-float sur eklektisk/FastLBRY-terminal

il y a 2 ans

eklektisk pull request créée le jyamihud/FastLBRY-terminal#123

Add support for other data points

il y a 3 ans

eklektisk a commité dans master sur 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

il y a 3 ans

eklektisk nouvelle branche créée master sur eklektisk/FastLBRY-terminal

il y a 3 ans

eklektisk branche supprimée master sur eklektisk/FastLBRY-terminal

il y a 3 ans

eklektisk a commité dans prefs-fix sur 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.

il y a 3 ans

eklektisk nouvelle branche créée prefs-fix sur eklektisk/FastLBRY-terminal

il y a 3 ans

eklektisk pull request fermé jyamihud/FastLBRY-terminal#103

Use local preferences over shared preferences

il y a 3 ans

eklektisk pull request ré-ouverte jyamihud/FastLBRY-terminal#103

Use local preferences over shared preferences

il y a 3 ans

eklektisk a commenté le problème 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?

il y a 3 ans