Ed Morley
Ed Morley
Hi! django-rq currently supports passing custom options to the Redis client by specifying `REDIS_CLIENT_KWARGS` inside the `RQ_QUEUES` config entry: https://github.com/rq/django-rq/blob/11527cfdc6408b9c23c24255f8684b61860cc671/django_rq/queues.py#L127 For example: ```py RQ_QUEUES = { 'default': { // ......
The [heroku-buildpack-static](https://github.com/heroku/heroku-buildpack-static) buildpack [is deprecated](https://github.com/heroku/heroku-buildpack-static/pull/243) and will not be supported on Heroku-22 or newer stacks. The `create-react-app-buildpack` buildpack currently uses the static buildpack, so will need to migrate to [heroku-buildpack-nginx](https://github.com/heroku/heroku-buildpack-nginx)...
Currently if `bin/detect` for this buildpack fails to find a `package.json`, the build outputs shows: ``` $ mkdir -p testapp-cra && cd $_ && git init && h create $...
Currently running Django migrations is a manual step in the tutorial. Instead, Release Phase should be used to run this: https://devcenter.heroku.com/articles/release-phase
It's my understanding that librabbitmq is meant to be a drop-in replacement for py-amqp, that kombu will use if present and will otherwise fall back to the latter. Using Python...
Hi! Currently this package is only tested against (in CI) and declares support for Python 3.6, 3.7 and 3.8. https://github.com/simple-salesforce/simple-salesforce/blob/819781c06364ee2c89e8a7783883b6757b36f7f0/.travis.yml#L5-L7 https://github.com/simple-salesforce/simple-salesforce/blob/819781c06364ee2c89e8a7783883b6757b36f7f0/setup.py#L52-L54 https://github.com/simple-salesforce/simple-salesforce/blame/819781c06364ee2c89e8a7783883b6757b36f7f0/README.rst#L12 It would be great to test against (and...
This makes `dir::get_size` give a correct calculation of the size of a path of directory, that now matches that returned by eg: `du --bytes -s `. Before: - Symlinks were...
## Summary If one of the file entries being copied by `fs_extra::dir::copy` happens to be a symlink to a directory, then that symlink is converted to a real directory as...
## Summary If the directory contains symlinks, then [`dir::get_size`](https://github.com/webdesus/fs_extra/blob/5fccd175d87e76fba06a8e6f3381d9dc18ef1ed7/src/dir.rs#L761-L801) follows the symlinks and counts the sizes of those files too. If the targets of those symlinks are inside that same...
After adding a repo, the initial PR was opened updating 48 packages. Unfortunately some of those packages shouldn't be updated, so will need filtering (I would have done that first,...