tuhe

Results 5 comments of tuhe

I would just like to +1 this. I would love a way to get the graph of products/amounts/buildings in a format that could be parsed (json) for further use (I...

It would be really cool if this could be merged. I use pyminifier in a project and I need to either bundle the relevant pyminifier files or find another obfuscation/minifier...

I think a related issue which is tabs in dark mode. An example: ![image](https://github.com/executablebooks/sphinx-book-theme/assets/11460329/22739761-b4b5-41bb-9ce1-9c3fbecc9a5e) On some monitors the gray-in-white text can be very difficult to see. If we could just...

I tried to set the default handler to `MemoryFileHandler` in `settings.py` using: ```python FILE_UPLOAD_HANDLERS = [ "django.core.files.uploadhandler.MemoryFileUploadHandler", # "django.core.files.uploadhandler.TemporaryFileUploadHandler", ] ``` but no luck. As far as I can tell,...

This is happening with a signed in user, however, the behavior is completely reproducible (small images upload and save, large images do not). It occurs both in production and on...