VBobCat

Results 9 issues of VBobCat

After testing on my own project, I found no incompatibilities between django-spa and version 6.2.0 of whitenoise

For the moment, pip complaints about these dependency conflicts: ``` textract 1.6.5 requires argcomplete~=1.10.0, but you have argcomplete 2.0.0 which is incompatible. textract 1.6.5 requires beautifulsoup4~=4.8.0, but you have beautifulsoup4...

# Bug Report ## Describe the bug **ImportError** is raised when running `python manage.py dbbackup` from command line ## To Reproduce 1. install with `pip install django-dbbackup` 2. add app...

bug
command-line/django

Replace "bool" by "boolean" in lines 27 and 35 to use the correct name of the type as per https://www.typescriptlang.org/docs/handbook/basic-types.html

I just wanted to thank you for the information you took the time and effort to give at [your site](https://www.arp242.net/autoreply.html). Much appreciated and useful!

Edited line 49 to include detection of 64-bit architecture in Windows platform

.nsi files are script files for [NSIS: Nullsoft Scriptable Install System](https://sourceforge.net/projects/nsis/) Its icon is available at https://images.app.goo.gl/qk6PSb72HJwYpi3E9

**Exception shown in PyCharm's "IDE Internal Errors" dialog** ``` java.lang.Throwable: Stub index points to a file (file = file://F:/djng/atena_tres/backend/media/msgraph_email/models/mensagem/full_object_AAkALgAAAAAAHYQDEapmEc2byACqAC-EWg0AJB54Vfewh0_v1o1XHw.zip, file type = com.intellij.ide.highlighter.ArchiveFileType@2a43c838, indexed file type = com.intellij.ide.highlighter.ArchiveFileType@2a43c838) without indexed...

bug

Code that raises the exception: ```python import isbnlib data = isbnlib.meta('9780521614030', 'goob') ``` Exception traceback: ``` Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm 2023.2\plugins\python\helpers\pydev\pydevconsole.py", line 364, in runcode coro...

bug