Zhu Liang

Results 44 comments of Zhu Liang

Have you tried using `dom-event-simulate`? `mousedown`, `mousemove` and `mouseup` should be enough. API docs: - https://macacajs.github.io/macaca-wd/#domEvent - https://github.com/macacajs/dom-event-simulate#usage

let me try it on my end, to see if there is any issues with using dom-event-simulate with macaca and how to set them up.

hi @carmensmile, which command did you start the `XCTestWD` on port 8002? And why did you need to start on port 8002?

@carmensmile 8002 port is most likely because you have port 8001 already open. You don't need to "build and test the xctestwd project in XCODE at default port 8001" after...

@carmensmile 1. install `xctestwd` once using xcode onto your iOS device 2. stop any tests in xcode and close xcode 3. run your tests (tests should run in port 8001...

You might want to checkout https://github.com/MQuy/webpack-deadcode-plugin It's quite similar to this but has more features. I recently helped to add webpack 5 support to that project. With that being said,...

I think a command to close duplicate tabs would be awesome. There are some extensions that do this already, but they are not open source and extendable like this project,...

@mattsoulanille thanks for taking a look. I want to share a walkaround that I found to be working for my use case: - Patch the tfjs code directly at `node_modules/@tensorflow/tfjs/dist/tf.node.js`...

I have made an alternative storage for tf.js on RN that can bypass issues with AsyncStorageIO: [tfjs-react-native-mmkv-storage](https://github.com/ai-simulator/tfjs-react-native-mmkv-storage). It is based on [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv), which does not depend on SQLite on Android....