Mikhail Gerasimchuk

Results 24 comments of Mikhail Gerasimchuk

+1 it's a very important use case for me too. I'm using Yii2 PHP framework for developing my project and this framework has a lot of traits. And I should...

Any update on this? +1

Also faced with this, very painful. **UPD:** Workaround for keeping all details in your asset bundle: ``` ... class NewsAsset extends AssetBundle { public $css = [ 'news.css', ]; /**...

faced the same problem on the next version of the alertmanager ``` » ~ curl -sS '.../api/v2/status' | jq . { "cluster": { "peers": [], "status": "disabled" }, .... "uptime":...

Faced the same problem, the `--request-timeout` flag will be helpful

Proposed another option adding the `--request-timeout` flag: https://github.com/eldadru/ksniff/issues/179#issue-2265244996

Hotfix with the additional version of python for your mac: ``` brew install [email protected] pip3.9 install ntfy sed -I '' -E 's/[0-9]+.[0-9]+/3.9/g' /opt/homebrew/bin/ntfy ```

@kelseyhightower please have a look also faced this problem and @wfernandes solution works totally well for me Would be great to merge it

Hi @bostrt, Could you have a look? PS:\ I build it and tested it in the real case, new flag works and solved my issue.