Rafał

Results 73 comments of Rafał

Hello @methane is there any difference between using `-Xutf8` and `-X utf8` (with space after `-X`)? Official docs say `-X utf8`: https://docs.python.org/3/using/cmdline.html#cmdoption-X

I installed Rosetta because of this and I don't know how to uninstall Rosetta 😢 Edit: I removed Rosetta using Recovery mode and then installed AWS CLI v2 using Brew...

I have the same problem in Pycharm Pro 2021.3 ![obraz](https://user-images.githubusercontent.com/23004737/145010438-cff79cc0-bc63-4b55-a14e-747c7568f8ee.png)

It feels strange that `setuptools` is included when using `-m venv`, but `wheel` is not included.

@micheloe I don't know if Eve supported `srv` or authSource taken from URI in the past, but I think the issue is now resolved thanks to #1482 and there is...

Does Djongo work on Django 3.2 LTS already? Django 3.1 is no longer being updated. Can I update to 3.2 LTS or do I have to downgrade to 2.2 LTS...

`default_language_version` does not work because `isort` hook specifies language version. See comment: https://github.com/pre-commit/pre-commit/issues/2586#issuecomment-1305994077

No, sorry for the confusion. I just found this issue by searching for `default_language_version`. I should create a new issue.

So instead of: ``` KILL_WAIT = 5 ``` it could be something like this: ``` KILL_WAIT = os.environ.get('KILL_WAIT', 5) ```

Comment from https://developer.apple.com/forums/thread/682332 by [jeffjohnson](https://developer.apple.com/forums/profile/jeffjohnson): > The Remote Audio Output Protocol, AKA AirTunes, AKA AirPlay, has been using port 5000 since the year 2004. This is nothing new. All AirPlay...