Daniil Zobov

Results 15 issues of Daniil Zobov

Hello Sometimes i’m getting LogicException “ All channels have to be closed by now.” in test environment. Can some one explain me, why i can get this error?

Android 9 emulator with root: ``` Optimizing 10575 methods over 1303 Smali files. **/dex-oracle/lib/dex-oracle/driver.rb:190:in `validate_output': Command failed with 255: shell "cd /data/local/tmp; export CLASSPATH=/data/local/tmp/od.zip; app_process /system/bin org.cf.oracle.Driver @/data/local/tmp/od-targets.json"; echo $?...

MBP 16 M1 Pro Docker php:8.1-cli pecl install swoole ``` #0 72.36 /tmp/pear/temp/swoole/ext-src/swoole_http2_server.cc: In lambda function: #0 72.36 /tmp/pear/temp/swoole/ext-src/swoole_http2_server.cc:326:30: error: 'using HttpContext = struct swoole::http::Context' {aka 'struct swoole::http::Context'} has no...

`{"type":"error","description":"TypeError: 'console' is read-only","stack":"TypeError: 'console' is read-only\n at (/loader.js:1)\n at apply (native)\n at (/loader.js:1)\n at (/loader.js:1)\n js:1)\n at (/loader.js:1)\n at (/loader.js:1)\n at (/loader.js:1)","fileName":"/loader.js","lineNumber":1,"columnNumber":1}` Maybe you can add something like removeConsoleOutput,...

need more info

Auditable Model: ``` protected $auditRedactors = [ 'password' => RightRedactor::class, 'api_token' => RightRedactor::class, ]; ``` Config: `'redact' => true,` After saving model, i'm able to see full values. Info about...

Hello! Anyone knows how to share same singletone instance between requests in same thread with laravel AppServiceProvider? Now i’m saving singletone instance into static class property but for me it...

bug

Hello! Currently configuration requires to put full webhook url into webhook_url key like this: ``` 'bots' => [ 'MyBot' => [ 'username' => env('TELEGRAM_USERNAME', ''), 'token' => env('TELEGRAM_TOKEN', ''), 'certificate_path'...

``` public function make(Api $telegram, Update $update, array $entity) { $this->telegram = $telegram; $this->update = $update; $this->entity = $entity; $this->arguments = $this->parseCommandArguments(); return call_user_func_array([$this, 'handle'], array_values($this->getArguments())); // here handle method...

``` class LoginCommand extends Command { /** * @var string Command Name */ protected $name = 'login'; /** * @var string Command Aliases */ protected $aliases = ['start']; /** *...

Can this library generate and work with encrypted private keys? -----BEGIN ENCRYPTED PRIVATE KEY-----