Henry Hz

Results 25 issues of Henry Hz

**Describe the bug** In a chat application, I am using a global variable to update the badge of the pending notifications in the main bar, and also in a report...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when rendering the view widget after an async call see [this](https://github.com/o1298098/Flutter-Movie/blob/f3f281282e1c3ac7eca5d21b427b45ea68d67dc6/lib/views/checkout_page/effect.dart) example code, ```dart ctx.dispatch(CheckOutPageActionCreator.loading(true)); ``` I...

Dear @o1298098 , I would like to ask you about fish-redux. I feel that their maintenance is very slow, and almost no feedback about the null safety issues posted there....

Hi @o1298098 , I thought that maybe, instead of using the i.e. ``` ctx.dispatch(CheckOutPageActionCreator.loading(true)); ``` and creating all the boilerplate (reducer, action, dispatch), why not refactor and use the FutureBuilder...

Dear @o1298098 , let me suggest a complete and robust Network communication module used under Fish in this repo: https://github.com/bozaigao/fish-redux-demo . I think that it could even inspire us to...

**Is your feature request related to a problem? Please describe.** support to run inside iOS / Android. The use case is to build an application to track corona virus spreading:...

I am trying to debug the transaction below on Fuse network, that uses open-ethereum 3.2.6, The transaction is in the [explorer](https://explorer.fuse.io/tx/0x83daef68855b01cc70af7976d83ceaa150336e215efa78e4ed0d2922a4817b5a/internal-transactions) and the 'contract not found' that is shown in...

When using the token command to check the balance, got an error: ``` token balance $CONTRACT $ETH_FROM Error: invalid data for function output (arg="data", errorArg="", errorValue="0x", value="0x", reason="insufficient data for...

Thanks for working on this rasa example! I am having this error after 'rasa train'. >python 3.7.6 >rasa 1.10.9 ``` ❯ rasa train Traceback (most recent call last): File "/home/henry/.venv/bin/rasa",...

Hi! Validating XML using XSD is a good feature. In xmerl we can see http://erlang.org/doc/man/xmerl_xsd.html#validate-2 . How should I proceed to implement it ?