CY Lim
CY Lim
@polymorpher Some Questions, 1. About purchase new domains, any other domains supported other than crazy.one? 2. Transfer Ownership: Not sure how this is done, crazy.one website doesn't have the feature...
Not so good solution for switch to calendar view programmatically ```js this.agenda.setScrollPadPosition(0, true); this.agenda.enableCalendarScrolling(); ``` Because I am using other buttons than the *knob* to trigger it, so I have...
> > looks like our demo app uses Next version 13.0.0 https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/apps/nextjs-example/package.json#L30 , what is the exact Next version you are trying to use? > > yes, I am trying...
What is suppose to pack into the bottle? The Harmony CLI?
Due to the `harmony-one/go-sdk` doesn't met minimum requirements for publish to Homebrew, I am using `harmony-one/harmony` as the base. According the Homebrew, Notable enough repo should have **>30 forks, >30...
@LeoHChen May I know what is the reasons why the latest `harmony-one/go-sdk` github actions removed the ARM64 build. https://github.com/harmony-one/go-sdk/compare/v1.2.6...v1.2.7 I can't debugging the homebrew formula for arm64 due to I...
PR for a bug related to Go 1.17 on MacOS: https://github.com/harmony-one/go-sdk/pull/270 Need to figure out what is the issues with arm64, unfortunately, I don't have a M1 Macbook.
@LeoHChen just in case if you didn't saw my comments ealier, I had summarize to three items. Questions/Note 1. Main Package is using Harmony not go-sdk - The go-sdk doesn't...
@LeoHChen which repo is for the node? The formula has included harmony, bls, mcl and go-sdk to ensure it is working correctly.
@LeoHChen All good. The 4 dependencies are all included in one formula. It is just whether we want to use `harmony` or `go-sdk` as the base, because the upgrading process...