Harm Geerts

Results 7 comments of Harm Geerts

I can provide an account on ours if you want, you can email me on the address used in the commit.

``` -e,--editable Install a project in editable mode (i.e. setuptools "develop mode") from a local project path or a VCS url. ``` Installing in develop/editable mode creates a `package.egg-link` file...

This is increasingly more important since 0.9 only supports openssl-1.0.

A workaround to disable one type is by filtering on `id=-1` which forces an empty response. ``` device_query_filters: - id: -1 ```

If you can upgrade to Django 3.2 this problem is mitigated by https://code.djangoproject.com/ticket/29052

Regarding the heartbeat, It should be noted that with the introduction of GUARD_CYCLE and the fixed counter in https://github.com/Koed00/django-q/blob/master/django_q/cluster.py#L231 the 30 second heartbeat is not guaranteed. (before this patch the...

Reading through some of the other tickets it appears binary scanning is part of a commercial license and there are [no plans to merge](https://github.com/aquasecurity/trivy/pull/6524) this into the open source version....