Gaige B Paulsen

Results 8 comments of Gaige B Paulsen

I'm seeing something similar where erratically it's failing to upload due to timing out on a part. My files are huge (multi-gigabyte), but I'm restricting the parts to 128MB right...

So, after a bit more experimentation I've determined that although it _might_ make sense to deploy these changes in order to reduce the difference between the 4.x InlineTabular template and...

Django 4.0 is now out, any chance of adding support as part of this? 1. The replacement of `django.conf.urls.url` (and recommendation to use `django.urls.re_path()` as it was just an alias)...

[Cartographica](https://macgis.com)

I just ran into this in a playbook where I was setting `ansible_user` temporarily using `vars:` in a `block:` in my script to force synchronization to go to a specific...

I made a little more progress investigating this. If I detect solaris and don't run fcntl.ioctl(2, termios.TIOCSCTTY) in `_acquire_controlling_tty` then that seems to solve the pty problem (in concert with...

Continuing on the exploration here. The command that I was running was `django_manage` and if I run that command using: ansible -i inventory host -m django_manage -a 'arguments' --become-user=www -b...

I finally decided to take a look at this problem today after having been vexed by it since July (and basically punting and pinning my copy of `dnspython` to 1.16)....