Benoit

Results 6 comments of Benoit

ℹ️ Here an attempt, but it doesn't work 🤷‍♂️ ``` PHP Warning: Swoole\Coroutine\Scheduler::start(): eventLoop has already been created. unable to start Swoole\Coroutine\Scheduler in @swoole-src/library/core/Coroutine/functions.php on line 24 ``` Code ```php

Hi @matyo91 , I followed your recommendation to **not** use `Co\run` and it works like a charm! Here my code, and I added a `promiseAll` function using `WaitGroup`. I feel...

@kelunik You're absolutely right 😄 By design, Tornado doesn't separate these 2 concepts, maybe it confused me a bit while writing this… Or maybe it was to manager `cancelTimer` in...

To be replaced by this new feature? https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to TL;DR: 2 possible images to handle dark/light themes correctly :man_shrugging:

ℹ️ My current workaround is to suffix my keywords with something like this: ``` %token bool (true|false)(?![a-zA-Z_0-9]) ``` To prevent `falsely` to be detected as the keyword `false` followed by...

Seems related to Firefox Json viewer 🤔 Here my workaround: * Go to `about:config` * Search for `devtools.jsonview.enabled` and disable it * Install an other Json viewer (Json-lite do the...