Jakub Boukal

Results 27 comments of Jakub Boukal

@wagnerdelima I would like to help but I wasn't able to reproduce 422 error. I've made a small Django app that demonstrates working GitHub OAuth. Feel free to have a...

sorry @wagnerdelima if I wasn't clear but the demo project is using [modified version](https://github.com/SukiCZ/drf-social-oauth2/tree/fix/github-oauth) of `drf-social-oauth2` + modfied BaseAuth. Without any modification the OAuth flow starts with GET request to...

Hi @rsmassey As stated in the last commit 37f74d9 the maintainer will not continue his work so I've created a fork [here](https://github.com/SukiCZ/boardgamegeek), the library can be installed from [PyPi](https://pypi.org/project/bgg-api) with...

Should the `pytest --mypy-only-local-stub` be mentioned in `CONTRIBUTING.md`? Or the flag defined in `pytest.ini`/`mypy.ini`?

Hi @Irazall As stated in the last commit 37f74d9 the maintainer will not continue his work so I've created a fork [here](https://github.com/SukiCZ/boardgamegeek), the library can be installed from [PyPi](https://pypi.org/project/bgg-api) with...

@MehdiDRISSIB Have you tried customize the `GooglePlusAuth`? The customization I'd posted works for me.

@browniebroke I've gone through the process myself and have few notes to share (#4898). The specific part to cookiecutter-django is the use of `postgres backup` and `postgres restore ...sql.gz` commands....

Hi @GrinningGeek Replacing the line `import boardgamegeek` to `from boardgamegeek import BGGClient` should fix your issue. Anyway, as stated in the last commit 37f74d9 the maintainer will not continue his...

Hi @gamesbook As stated in the last commit 37f74d9 the maintainer will not continue his work so I've created a fork [here](https://github.com/SukiCZ/boardgamegeek), the library can be installed from [PyPi](https://pypi.org/project/bgg-api) with...