Michael K.
Michael K.
rebased :) Also added another commit that removes the universal flag from wheels.
Stacktrace: ``` user = intercom_client.users.find(email=email) File "/usr/local/lib/python3.6/site-packages/intercom/api_operations/find.py", line 19, in find response = self.client.get("/%s" % (collection), params) File "/usr/local/lib/python3.6/site-packages/intercom/client.py", line 91, in get return self._execute_request(req, params) File "/usr/local/lib/python3.6/site-packages/intercom/client.py", line 84,...
Why not [CC0](https://creativecommons.org/choose/zero/) (public domain)?
You cannot include `files/*`, because none of the files were produced by any of us. It might not legal for all of those files to be available via this repo....
> In the package.json there is a row "license": "ISC" but I'm not sure if this is sufficient to considered it with ISC license. Any thoughs? Why not? ISC is...
The permissions point to the correct content type. I've noticed that content type id `27` is assigned to `thread` on production, but `patient` on stage. Maybe `27` is hard coded...
Assignment in a single query is only possible for permissions that use the [generic approach](https://django-guardian.readthedocs.io/en/stable/userguide/performance.html#default-generic-solution). Permissions that use [direct foreign keys](https://django-guardian.readthedocs.io/en/stable/userguide/performance.html#direct-foreign-keys) cannot be assigned in a single query (for the...
Maybe with a custom permission model? Documentation: https://django-guardian.readthedocs.io/en/stable/userguide/performance.html#direct-foreign-keys
> The best we can do is chuck in a few comments into the PR conversation which is helpful but not an actual review. Of course it is. The only...
> If there is any interest in modifying that behavior, I am willing to keep moving forward ... 2 years later nobody has shown any interest. Therefore I think we...