pad01g

Results 5 comments of pad01g

@cold-briu Hi, I've looked into source code of current `dev` branch and I can confirm at least following two functionality is missing and thus collateral and debt value is miscalculated....

In my case, I needed to install Fulcrum 1.9.1 to CentOS 9. `libbz` was not properly linked, so I had to run the following. ``` yum install -y bzip2-devel cd...

I also needed to remove `process.version` section in `index.js` for it to work.

In my case, `server.androidScheme` in `capacitor.config.ts` was the cause for blank screen of android (without any log in logcat). If I set some value, I get blank screen. At least,...

I also have this issue. (edit) I am using Facebook as a backend identity provider of AWS Cognito. AWS Cognito user pool has an immutable option to require email address...