-
Using Django 5.0.6 and mysqlclient 2.1.0 there is an error when trying to create the tables (`python manage.py migrate `):
```
django.db.utils.OperationalError: (1170, "BLOB/TEXT column 'prefix' u…
-
为什么每次获取出来的conn打开事务的时候回出现 conn是null的情况。
-
**Describe the bug**
The reconstruction of the xliff translation files (`Files > Download translation files as ZIP file`) produces an incorrect structure due to the evolution of the `` tags in the …
-
It is not possible to use Zappa on Windows with slim_handler = true. This is likely due to the slashes used when tarring the file. This issue is well known, probably easy to fix, and has cropped up in…
-
huwf5 updated
3 months ago
-
**Describe the bug**
I am unable to install llmstack on my MacBook Pro
**To Reproduce**
Steps to reproduce the behavior: pip install llmstack
Getting requirements to build wheel ... error
er…
-
I'm seeing thousands of exception thrown then caught in my production application. I do intend to debug this further myself but would appreciate any insight into whether this is expected or not.
``…
peppy updated
4 years ago
-
### Describe the issue
We have translation keys in the format of `.title`, `.description, ...`. Nearly strings loads all available translations, despite having the `NEARBY_MESSAGES` settings set to a…
-
- [x] I have read the relevant section in the
[contribution guide](http://docs.celeryproject.org/en/latest/contributing.html#other-bugs)
on reporting bugs.
- [x] I have checked the [issues list…
-
### Describe the bug
the table structure is as follow:
```
class Laboratory(db.Model):
__tablename__ = 'laboratory'
classroom = Column(String(32), primary_key=True, nullable=False)
n…