Skybuck Flying
Skybuck Flying
+ IFNDEFS problems with FPC solved for Delphi. + Position set to screen center. + Controls widened a bit to be able to input/see/handle larger security codes. Application tested and...
Problem with last line: ``` {############################################################################### https://github.com/wendelb/DelphiOTP ###############################################################################} unit GoogleOTP; {$IFDEF FPC} {$mode objfpc}{$H+} {$ENDIF} interface uses {$IFNDEF FPC}System.{$ENDIF}SysUtils, {$IFNDEF FPC}System.{$ENDIF}Math, Base32U, {$IFNDEF FPC}System.{$ENDIF}DateUtils {$IFNDEF FPC} ``` [dcc32 Error] GoogleOTP.pas(13):...
... wake up and smell the coffee.
1. Have to Scan QR Code ?! Why such nonsense and complexities ?! 2. It also requires a special webbrowser: chrome/edge for the connector. Apperently now also mobile phone required...
https://docs.radixdlt.com/docs/node-registering-as-a-validator for privacy. ``` CALL_METHOD Address("") "withdraw" Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd") Decimal("2000"); TAKE_FROM_WORKTOP Address("resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd") Decimal("2000") Bucket("validator_creation_fee"); CREATE_VALIDATOR Bytes("") Decimal("0.0098") Bucket("validator_creation_fee"); CALL_METHOD Address("") "try_deposit_batch_or_abort" Expression("ENTIRE_WORKTOP") None; ``` 250.14 XRD is available on account, is...
I create these wallets on the mobile device of my mother... Now my mother can access these accounts... or anybody else that uses her devices. Pretty f-ing stupid ! Also...
**What kind of change does this PR introduce?** (check at least one) - [ ] Improvement - [x] Bugfix - [ ] Feature - [ ] Refactor - [ ]...
While scrolling pressing - or -- while expect a command letter. Can this be disabled ?
vite-web-wallet submodule path updated to: vite-web-wallet commit hash: 8ae323750c19dbbd027d64339d11e380d30db666 which contains commit description: " Merge pull request #176 from vitelabs/buidl New features " So far I was only able to...
This will fix build issues. go to the vite-web-wallet folder. then type command: git log --graph --all scroll down. See how light blue "head" is different from green "master" ?!?...