Soroosh Azary Marhabi

Results 13 comments of Soroosh Azary Marhabi

Hi I'm using gnome 3.36 and I just added `--expire-time=60000` to `notify-send` command in `done.fish` file, just like @Mekk said, and it works perfectly. Please note that I **didn't** change...

Looking at [PR #2575](https://github.com/tomchristie/django-rest-framework/pull/2575) in DRF itself, and then at [PR #2720](https://github.com/tomchristie/django-rest-framework/pull/2720), I can see where the problem is, but I still don't know what the fix is, since @tomchristie...

I have experienced the same problem too with the latest release (88d5911). Output of the pre-built binary: ``` me@machine:~# ./celery-exporter --broker-url=redis://localhost:6379/0 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- cli.py 4 core.py 829 __call__ core.py 782 main...

@bwplotka i think we can resolve this now

guys, you seriously need to note this in your documentations with bold font! I've wasted some really precious hours trying to do this and now I'm seeing this. the error...

had the same problem with `v1.21.1-debug`. `--no-check-certificates` had no effect downgrading to `v1.9.1-debug` worked, as mentioned by @Fen0l

I had the same problem and this solved my problem. I just modified the code in `spy` method of `qpanel/asterisk.py` to change `channel`'s format from `hint: 1111@ext-local` to `SIP/1111` and...

same thing happened for me. mypy output: ``` $ mypy --show-column-numbers --config-file ~/code/python/miare/mypy.ini --follow-imports=skip ~/code/python/miare/capacity_prediction/ [...] /home/sazary/code/python/miare/capacity_prediction/services/utils/occasion_applier.py:23: error: INTERNAL ERROR -- Please try using mypy master on GitHub: https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build Please...

I think i'm experiencing the same issue with superset `2.0.1`. this is the script that I run to get jwt token, csrf token, and finally get my user's info: ```js...