Petr Messner

Results 60 issues of Petr Messner

When I follow the [Google example](https://requests-oauthlib.readthedocs.io/en/latest/examples/google.html): ``` >>> google.fetch_token(token_url, client_secret=client_secret,authorization_response=redirect_response) Traceback (most recent call last): File "", line 1, in File "/Users/messa/code/gh/ow2/hub/venv/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 307, in fetch_token self._client.parse_request_body_response(r.text, scope=self.scope) File "/Users/messa/code/gh/ow2/hub/venv/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py",...

Používat venv. Píšu to z kurzu Pyladies, pak toto upřesním.

content
beginners-course

Tady: http://naucse.python.cz/2017/pyladies-praha-jaro/beginners/install/windows/ Proč tam není `python`? To je nějaký wrapper co se na Windows instaluje?

question
content
beginners-course

Right now courses, for example [runs/2017/pyladies-praha-jaro/info.yml](https://github.com/pyvec/naucse.python.cz/blob/master/runs/2017/pyladies-praha-jaro/info.yml), just reference lessons by their path, for example `beginners/testing`. What happens when the lesson moves to other directory or even disappears? It would break...

content

Ahoj, šlo by zařídit, aby naučse.python.cz redirectovalo na naucse.python.cz? :)

help wanted

Teď je to tam trochu vágně co v install wizardu vybrat, holky tápou, jestli to dělají správně a volají kouče.

content
beginners-course

Here: http://naucse.python.cz/course/mi-pyt/intro/distribution/ The contents of the lesson is: create project, upload to pypi, install from pypi I think not every project is so generally useful to be present on pypi....

enhancement
content

Protože to stahuje snad i xcode.

content
beginners-course

Později upřesním :)

content
beginners-course

- [x] `npm install` fails - dependencies are outdated - [x] Migrate to new Relay API - [ ] The sample GraphQL API endpoint used in the example is not...

area: examples