Man Python

Results 135 comments of Man Python

Trzeba się rejestrować na systemie wiki. Nikomu sie nie będzie chciało. Albo otworzyć dostęp.. albo fiasko "Watchdog" - obserwator "Global Descriptor Table" - Globalna tablica opisów

@przemub dzieki za wyjaśnienia w temacie. Może warto tutaj po prostu stworzyć w githubie katalog z plikiem propozycje.txt

In parsers.py we have line 39 `delimiter = parser_context.get('delimiter', ',')` changed to `delimiter = parser_context.get('delimiter', ';')` but no reaction Soo..I sugesting maybe to made 2 options ``` 'DEFAULT_PARSER_CLASSES': ( 'rest_framework.parsers.JSONParser',...

Yes, thank you for correct way. For future, on Python27 `class CSVRenderer2 (CSVRenderer): writer_opts = dict( delimiter= str(';'), )` coz > Exception Value: "delimiter" must be string, not unicode By...

I agree that exist problem with this and easy set filename to download or add right `['Content-disposition']` I guesing that here was try to set both `['Content-disposition']` and `['content-type']` With...

It's due: `.btn-close{background-image:none}` need: `.btn-close{background-clolour:#FFF}`

Ok, but also refering to the my local `pygbag-0.9.2\build\web\` after run wasm-build-all as not compiled correctly I think.

I'm talking about, that should be local, eg. as option for reason if some bandwith around github can be blocked. Coder more often should build option to check new version...

> i can't provide support outside github pages cdn and behaviour may (will!) change when pypi index allow for WASM wheels. But maybe is way to simple copy paste right...

Is this case resolved with pygame ? I did not passed simple test. game was compiled, but no result/window. ``` Traceback (most recent call last): File "runpy", line 196, in...