hashlash

Results 12 issues of hashlash

### Discussed in https://github.com/encode/django-rest-framework/discussions/8402 Since: - there's no response from the discussion thread, - I think this is a valid issue, and - I've found a possibly proper solution I'll...

stale

*Note*: Before submitting this pull request, please review our [contributing guidelines](https://www.django-rest-framework.org/community/contributing/#pull-requests). ## Description Fix #8428.

stale

*Note*: Before submitting this pull request, please review our [contributing guidelines](https://www.django-rest-framework.org/community/contributing/#pull-requests). ## Description Fix #8432.

This would allow users to easily deploy to Heroku. _Additionally, it also adds support for DB and Redis URL configuration, which is required for Heroku deployment_

- Change the docker setup documentation to numbered list for easier reading. - Add renaming `.docker.env` to `.env` step. The first time I read the instruction, I thought that the...

The only reference I can find is in the `server/configToEnv.js` which was added in 265e851, but it was deleted in [25903bf](https://github.com/thedevs-network/kutt/commit/25903bf3cd7ca9c02c37badd8017f1a446b1902e#diff-c281bfc292186558cd15e6501ee8a2d09af6cef7d8d9c7846c006080a705aa60).

I think this tutorial needs an update to conform the newest version of `pwntools`. One example is on the **[Utility Function](https://github.com/Gallopsled/pwntools-tutorial/blob/master/utility.md)** tutorial page, section **[Packing and Unpacking Integers](https://github.com/Gallopsled/pwntools-tutorial/blob/master/utility.md#packing-and-unpacking-integers)**: ```py ......

Accessing the GraphQL endpoint (https://api.quran.com/graphql) gives the error below. The other versions of API (v3 and v4) work fine, though. ![image](https://user-images.githubusercontent.com/23237214/148179939-f18e12e2-b81c-44a0-90e8-ac4ad1a4d5ac.png) ### Update Feb 26th: The server is still error...

Pada source code terdapat materi [Variabel dan Tipe Data: String](https://github.com/ia-toki/training-gate-id/blob/master/topik/pemrograman-dasar-cpp/02-variabel-tipe-data/pemrograman-dasar-cpp_02-variabel-tipe-data-string.tex), namun tidak muncul pada [course di TLX](https://tlx.toki.id/courses/basic/chapters/02/lessons).

Reference: https://www.django-rest-framework.org/api-guide/authentication/#unauthorized-and-forbidden-responses I change the test viewset to use BasicAuthentication because the DRF default will always return 403 since the first auth class is SessionAuthentication.