Tim Heap
Tim Heap
I can see three solutions to this: - Make the session login time really, really long. Pro: the user will never be logged out unexpectedly. Con: The user will never...
I think this was introduced by #7827. I have previously reported a related issue #7942 which was fixed by #7827.
#9136 does not fix this issue unfortunately. I've attached `xarray.show_versions()` for the environment I made to test: INSTALLED VERSIONS ------------------ commit: 7e856ba0b2e48a68d60b4730a02f2259f3f60f33 python: 3.12.3 (main, Apr 23 2024, 09:16:07) [GCC...
@kaedroho It kind of is. Assuming you start from the same database for the project, you can add a number of sites: `dev.example.com`, `stage.example.com`, and `www.example.com`. Then in each deployment,...
We implemented something like this for the [UTAS homepage](http://www.utas.edu.au/). An image tag is created that looks something like: ```html ``` The src is a tiny version of the image. On...