Xavier Lau

Results 106 comments of Xavier Lau

> Hey @AurevoirXavier, > > If I understand your issue correctly, you are saying the `frame_support` pallet should be replaced with `log` instead wherever it is referenced. That's a part...

> After performing checks, There was a small issue with the syn crate not being updated to the current version. > > The `sp-core-hashing-proc-macro` dependency on darwinia is referencing an...

Please update this. cc @AsceticBear @HackFisher @xiaoch05

https://github.com/darwinia-network/darwinia/discussions/843#discussioncomment-3079121

Any progress on this? Really looking forward to this.

Yep, I want to disable the feedback. User need to know the button is disabled in that situation.

Aha. To avoid duplicated condition: ```rust fn new_export_button(color, ...) -> Button { ... } let export_button = if enabled { new_export_button(color, ...) } else { new_export_button(color, ...) }; ```

Yes you're right. So I have to implement them manually with Low-level API(imgui-sys)?

Also can embed a disqus comment in each article below.