Jeremy Cohen

Results 17 issues of Jeremy Cohen

**This issue relates to episode 7 of the Git lesson "[Remotes in GitHub](https://swcarpentry.github.io/git-novice/07-github/index.html)" - specifically, the "[_SSH Background and Setup_](https://swcarpentry.github.io/git-novice/07-github/index.html#ssh-background-and-setup)" part of the material.** At a recent workshop, we covered...

type:discussion

Based on the discussion in issue #62, it looks like there would be a benefit in supporting custom `StoredUpload` models. This adds to an earlier request for this functionality raised...

enhancement
v0.7.0

_django-drf-filepond_ v0.6.0 will be the first Python 3-only version of the library. In preparation for the 0.6.0 release, Python 2.7-specific code should be removed to clean up the codebase.

on hold
v0.7.0

As originally highlighted in #43, there are reports of issues when using using both `SessionAuthentication` and `TokenAuthentication` in `'DEFAULT_AUTHENTICATION_CLASSES'`. It's not clear whether this works in some circumstances because requests...

bug
help wanted

This PR switches the testing infrastructure from `nose` to `pytest` which is run with `tox` to simplify testing across multiple Python versions. The GitHub Actions setup has also been modified...

> TypeError: Invalid path type: tuple > > i am facing this problem can anyone help me please ? > _Originally posted by @Moiez789 in https://github.com/ImperialCollegeLondon/django-drf-filepond/issues/49#issuecomment-1251511562_ Opening a new issue...

The use of `setuptools` as an entry point for running tests is [deprecated](https://docs.pytest.org/en/latest/explanation/goodpractices.html#do-not-run-via-setuptools). We need to switch to using another more flexible approach where we can easily test across multiple...

At present, contributions are very welcome but there are not clear contributor guidelines provided. Something offering more detail on best practices around code formatting, testing and how to go about...

enhancement

This issue is the result of some discussions about clarity of parts of the lesson material at a recent maintainers meeting. It extends the points discussed in #130 and is...

type:clarification

Adds support to redux for making SSL connections to redis. Makes use of SSL support added in [hiredis 1.0.0](https://github.com/redis/hiredis). Addresses #27. Multi-platform support: - **Windows:** Known working in Windows 10...

hacktoberfest-accepted