The1111mp

Results 88 comments of The1111mp

Are there any new developments?

Does the filter support async? ```c++ auto redisClientPtr = app().getRedisClient(); transPtr->execCommandAsync( [fccb](const nosql::RedisResult &r) { // successed return fccb(); }, [](const std::exception &err) { /* this command failed */ },...

Is there any solution? mariadb: stable 10.7.3 (bottled) on mac m1 ``` Create model mysql Connect to server... Source files in the models folder will be overwritten, continue(y/n)? zsh: segmentation...

electron-rebuild can compile successfully, but an error will be reported when starting:errno 3228369023 ![image](https://user-images.githubusercontent.com/31227919/104546793-f2334a80-5667-11eb-915b-2494b6ece407.png) ![image](https://user-images.githubusercontent.com/31227919/104546807-f7909500-5667-11eb-981e-2f5dde14ea22.png) electron:11.0.4 node:14.0.0 electron-rebuild:2.3.4 windows platform. python 2.7.9 Visual Studio 2017(2015 compilation will not pass) I...

``` 0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'D:\\software\\nodejs\\node.exe', 1 verbose cli 'D:\\software\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'start:main'...

I created the simplest project that can reproduce the problem: [https://github.com/1111mp/your-project-name](https://github.com/1111mp/your-project-name) node 14.0.0 If you can, I hope you can take the time to verify.thank you very much. If electron-rebuild...

I'm pretty sure there is a corresponding file: ![image](https://user-images.githubusercontent.com/31227919/104578366-98e21000-5695-11eb-9c32-b53640182435.png) Maybe I should test it on linux. When I use electron 9.4.0 version and @journeyapps/sqlcipher version of 4.1.0, there is no...

@ajmasia At present I don't know how to solve this problem. It will only happen on the windows platform. On windows, you can reduce the version of electron and @journeyapps/sqlcipher...

@ajmasia I am currently using `electron 9.4.0` and `@journeyapps/sqlcipher 4.1.0` in the official environment, and no problems have been found so far.The electron-rebuild task speed is also normal. I don't...