sm2017

Results 72 issues of sm2017

Why I have too many `ClientException` from the following lines? https://github.com/jakubkulhan/bunny/blob/master/src/Bunny/AbstractClient.php#L302 https://github.com/jakubkulhan/bunny/blob/master/src/Bunny/AbstractClient.php#L306 (Happens too often) 99% of times L306 throws exception I think the issue is related to https://github.com/jakubkulhan/bunny/issues/58

I reopen issue as you close issue #36 > I know , it is only a test , I just want to create an error case > > I want...

**What is the current behavior?** Thumb has wrong position on RTL **Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much...

**Is your feature request related to a problem? Please describe.** In some web socket server instead of PING and PONG messages we have a periodically heartbeat message **Describe the solution...

enhancement

**Is your feature request related to a problem? Please describe.** There is no way to share projects and payloads **Describe the solution you'd like** Please add **Export** and **Import** options...

enhancement

**Is your feature request related to a problem? Please describe.** I want to send a message after connection established **Describe the solution you'd like** It's nice to have some hooks...

enhancement

Here we have some default permissions https://github.com/crazecoder/open_file/blob/master/android/src/main/AndroidManifest.xml#L5-L6 1. How can I remove them? 2. Why we have `REQUEST_INSTALL_PACKAGES`? 3. I am always using [getApplicationDocumentsDirectory](https://pub.dev/documentation/path_provider/latest/path_provider/getApplicationDocumentsDirectory.html) so I think `READ_EXTERNAL_STORAGE` is redundant...

Is it possible to run a service from cli? ```js class UserService extends Service { async find(uid) { const user = await this.ctx.db.query('select * from user where uid = ?',...

Inactive

By running `DEBUG=* yarn run start` I have the following error ``` [egg-scripts] Got error when startup: [egg-scripts] Tue, 23 Nov 2021 08:32:10 GMT detect-port detect free port between [0,...

need-more-information
Inactive

How can I enable plugin at runtime? See https://github.com/eggjs/egg/issues/3262#issuecomment-444483287 I want to have a disabled redis in workers and enable it later at some worker startup

Inactive