Randy

Results 15 comments of Randy

In my case: ```js // main // start a new react native JS process const thread = new Thread('thread.js'); // send a message, strings only thread.postMessage('run'); // thread // listen...

Why can't I install version 1.5.3? ![image](https://user-images.githubusercontent.com/22112008/90504441-a4331d00-e183-11ea-9b36-d594b0a2b7ba.png) ![image](https://user-images.githubusercontent.com/22112008/90504508-c5940900-e183-11ea-8f43-f340784c6f12.png)

刚来了解,请问这是个半自动的支付方案吗?

It can be used like this. ```js import React, { useState, useEffect } from 'react'; import { View, DeviceEventEmitter, Text, NativeModules } from 'react-native'; const BatteryManager = NativeModules.BatteryManager; export default...

Any progress on this?

It is hard to imagine that blurRadius is not supported as yet.

I've also had situations where tasks get stuck in active state and can't be resumed. asynq version 0.24.1, redis 7.0.7 cluster These 3 tasks are in the `active` list But...