Amoyensis

Results 4 issues of Amoyensis

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

needs: reply

**Bug description:** Task :vpnLib:compileUiDebugAidl FAILED **To Reproduce:** `yarn add react-native-simple-openvpn` add config to setting.gradle, and then run `yarn android` got this error **Screenshots/Videos:** ![image](https://user-images.githubusercontent.com/37032347/236630291-cd9f434d-1999-4292-9adf-1a44a88381b3.png) **Environment:** - OS: windows 10 -...

bug

I tried pm2 reload and pm2 restart and pm2 stop && start, but none of these works, the application still got pid 0 and "online" status, but it's not online....

**Is your feature request related to a problem? Please describe.** 当前 Manager::findManyFromCache() 的实现中,虽然使用 getMultiple() 批量读取缓存,但在写入缓存时采用了逐个 set()的方式,redis往返开销成为性能瓶颈。 ```php // 当前实现 (Manager.php) foreach ($targetIds as $id) { $key = $this->getCacheKey($id, $instance, $handler->getConfig());...

enhancement