htc

Results 15 comments of htc

layout/permission_dialog_wait.xml ```xml ``` values/styles.xml: ```xml false @android:color/transparent true ```

wrong place to report, https://github.com/web3j/web3j-cli also, try `rm ~/.web3j` then `curl -L get.web3j.io | sh && source ~/.web3j/source.sh` and run again, this helped me.

For now, to enable pace on fetch, I have to do something like: ``` js global.fetch = undefined; require('whatwg-fetch'); const fetch = global.fetch; ```

you may want to disable websocket tracking: ```html ``` not sure if its because of the websocket "upgrade" requests, it always stay in a 101 pending status, you can find...

A quick fix is to fulfil it temporarily with: ```sh npm install --save-dev github:HubSpot/pace#v1.0.2 ```

In my case, the hostname lookup failed because the ECS task is not up yet. Maybe you could try adding this to your nginx section: ```yml depends_on: - app ```...

Same, and the stack trace is not helpful: ``` Fatal Exception: kotlin.UninitializedPropertyAccessException: lateinit property transitionImageAnimator has not been initialized at com.stfalcon.imageviewer.viewer.view.ImageViewerView.dispatchTouchEvent(ImageViewerView.java:155) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2865) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2492) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2865) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2492) at...

you may need to clear the cache `NODE_ENV='development' node node_modules/react-native/local-cli/cli.js start --reset-cache`