-
1. What version of Python are you using?
Python 3.11.8 | packaged by Anaconda, Inc. | (main, Feb 26 2024, 21:34:05) [MSC v.1916 64 bit (AMD64)]
What operating system and processor architecture a…
-
Hello,
I'm getting stuck in an infinite loop when uploading a file through Django admin.
## Config:
``` python
INSTALLED_APPS += (
'cumulus',
)
CUMULUS = {
'USERNAME': '{ my username} ',
…
g3rd updated
10 years ago
-
I'm not sure of the exact role that asgiref plays in the Django stack, and specifically how that might vary between a "debug" setup where Django itself - IIUC - serves the incoming requests, versus a …
-
Can you add a requirements file so it is easy to set it up locally?
-
### Bug description
Following the [documentation for "Enabling Jupyter Notebook extensions"](https://tljh.jupyter.org/en/stable/howto/admin/enable-extensions.html) fails.
### How to reprod…
-
### Steps to reproduce
- create an environment, and make a local repo for it with some namespace (eg `dev`), and in that repo put (and presumably edit/update) a spack package that you plan to build (…
-
## Screenshot
![image](https://github.com/user-attachments/assets/d591adc3-a03a-4b6c-9825-eff5edc40bdd)
## Description
2024-08-14 11:39:14,348:ERROR:marvel.views.error_handling:'Template' obj…
-
## Description
When I attempt to use a codebase with a nightly scheduler, it is not triggered as an SQL statement cannot be be prepared. See below.
## Versions
```
attrs==17.2.0
autobahn==1…
-
It should not concatenate value with keywords when stripping comments.
## Reproduction
```python
>>> sqlparse.format('SELECT 1/*bar*/ AS foo', strip_comments=True)
'SELECT 1AS foo'
```
## …
-
Currently there are two `pyproject.toml` files for two different virtual environments, but ideally we'd only have a single virtual environment.