GuHuo丶

Results 15 comments of GuHuo丶

When I do the following configuration in `.npmrc` file: ``` arch=ia32 ``` then run: ```bash $ yarn add electron --dev ``` Yarn will merge the configuration of npm and install...

When is the @types/video-react version?

> will it show error as well if you use npm? No problem with npm. It looks like the internal function cannot be caused by node's environment variables under yarn,you...

@codebytere Hello, since building a basic repro is cumbersome: 1. Create c++ oc code to realize a complete camera device change function and build it into a dylib file 2....

@codebytere This is mini repo: [https://gist.github.com/luojinghui/098f3e1dc6322f16626cdab8e145a8f1](https://gist.github.com/luojinghui/098f3e1dc6322f16626cdab8e145a8f1) You can run the test after copying the code and installing dependencies locally. It should be noted that you can install different electron versions...

```oc #import "ViewController.h" #import @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"device set listener"); [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleCaptureDeviceChanged:) name:AVCaptureDeviceWasConnectedNotification object:nil]; [[NSNotificationCenter...

So, now only manually to delete the cache, and can not function to delete these pictures?

@nhanhaloli Is the scheme url or universal link url configured in safari?

1. I tested the safari browser on mac and ios without installing the app, and I can successfully detect whether the app is installed,and there are no error popups. Later,...