Mario Rodas
Mario Rodas
@JenishGnanasicamani Short anwser: you need to inhehit from `GenericAPIView`: ``` diff -class TeamViewList(APIView, BaseView): +class TeamViewList(GenericAPIView): """ ``` Long anwser: `django-rest-swagger` uses `rest_framework.schemas.SchemaGenerator` to generate the schema and `SchemaGenerator` uses...
@larsbrinkhoff I'd like to join ForthHub
@GrahamcOfBorg eval
Would you mind creating a release tag before merging this?
If you use the Emacs plugin, you need to set `(setq racer-complete-in-comments t)`
you also need to update tests/test_api.py ```diff diff --git c/tests/test_api.py i/tests/test_api.py index 952088a..a57272f 100644 --- c/tests/test_api.py +++ i/tests/test_api.py @@ -1,5 +1,5 @@ from sclack.quick_switcher import remove_diacritic -from app import ask_for_token...
Emacs search for an executable in directories listed in the `exec-path` variable, when a nix-shell is activated it updates the `$PATH` environment variable with respective paths; my approach is overwrite...
@CMCDragonkai sorry for the late response > Just to clarify, your nix-mode is part of the nixos layer in Spacemacs, but this repository hasn't been integrated into a Spacemacs nixos...
Hi, I'm also interested in maintaining this package. I have a few changes in my fork https://github.com/politza/tablist/compare/master...emacs-pe:tablist:master and I can work in fixes. Shall I send my changes to your...
FWIW Since 2020 the ELS has been streamed live on Twitch. I archived the streams: - ELS 2020 https://archive.org/details/elsconf-2020 - ELS 2021 https://archive.org/details/elsconf-2021 - ELS 2022 https://archive.org/details/elsconf-2022