James Maroney
James Maroney
In order to support a special requirement I have that the superusers should exist in the shared schema, I had to make a small change to the overridden createsuperuser Command....
I have some special requirements that cause me to have multiple defined database connections to the same tenant schemas (just with different postgres users). For this to work out properly,...
If you use non-incrementing ids (like UUIDs) for models, then checking `instance.pk` no longer properly indicates whether the instance has been saved. Instead we can use `instance._state.adding` Let me know...
new Image() and document.querySelector('img') will now both pass this test
I've stumbled across a little bit of an issue with how the `_Cluster` class adds items to its `worker_Q`. Around line: https://github.com/pgiri/dispy/blob/master/py3/dispy/__init__.py#L1851 the `job` object reference is mutated with the...
Limiting the `split()` operation here just like you guys already do in various functions in `guadian.shortcuts` https://github.com/django-guardian/django-guardian/blob/devel/guardian/shortcuts.py#L78
This was the only thing keeping django-guardian from completely working with my custom user model using UUID ids.
I would like to be able to modify the onscreen location & size settings as a video is playing like the `--win` parameter does at startup. For context, I'm trying...