Kyle Gibson

Results 26 comments of Kyle Gibson

Hello, thank you for the quick response. I do have `RECAPTCHA_DISABLE` configured for the test environments. However, the current implementation requires the test environment to have `RECAPTCHA_PUBLIC_KEY` and `RECAPTCHA_PRIVATE_KEY` defined,...

Hello, thanks again for the quick response. I am not trying to disable recaptcha outside of the automated test environment. `RECAPTCHA_DISABLE` is only defined for my test environments. Outside of...

Yes, that does work, and that is what I did before I created this issue. (Although I used None instead of 'dummy', but the effect is the same). My purpose...

Is this project still being maintained? Django 2.2 is no longer supported. We need to push a version to PyPI that supports 3.2+

dpkg-architecture is provided by dpkg-dev, but that isn't what is causing this error. I'm facing this same issue. After having spent an hour trying to figure out what was going...

If I recall correctly, it's because word documents can have these blank p's, but don't actually render to anything in a document. Empty p's in OOXML do not necessarily translate...

Yes, I do, although I am now unsure of how we should attach/share these files.

Thanks for reporting this issue. We're actually (silly us) handling this case outside of pydocx. Here's a workaround you can use until this gets fixed: ``` for single_quote in [...

Do you recall if this output was produced running the pydocx command? For example, `pydocx --html input.docx output.html` Thanks, -Kyle