-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
GLPI 11-Alpha
### Bug de…
-
```
sqlite table:
```
CREATE TABLE Bug2 (
Xff REAL CHECK(Xff BETWEEN 0.0 AND 1.0)
);
```
Error is:
```
Exception in thread "main" java.lang.NullPointerException
at org.tmatesoft.sqljet.c…
-
I'm interested in using ichiban/prolog for a project, but I need to be able to persist and distribute prolog facts. My use case requires a multi-region deployment topology for high availability, but m…
-
I use SQLAlchemy backend with `db.worker` in distributed spiders setting.
```
BACKEND = 'frontera.contrib.backends.sqlalchemy.BFS'
SQLALCHEMYBACKEND_ENGINE = 'sqlite:///../state/bfs.db'
```
I e…
-
Hi,
This looks like the most complete storage library around but I don't see any support for data sizes larger than the 2.49M you can safely rely on for mobile browsers.
Is there any planned support…
-
I don't really understand tests here, but they seem to be ignored for double parens?
https://github.com/squeryl/squeryl/pull/196/files#diff-0267ea8834fbdd932fb9a6975ce97305R60
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with …
-
#### Code Sample
```python
pool = mp.Pool(processes=None, initializer=_initialize_mp_preprocess)
for vals in pool.imap_unordered(self._preprocess_chunk,
…
-
### Bug Description
When I try starting Langflow on my Mac (latest version) when Langflow is configured to use Postgres, I get the following exception:
```
[11/13/24 12:40:49] ERROR 2024-11-…
-
I am trying out danseschool, it looks like it has all I need for my non-profit ballet studio. Unfortunately, I can't get it to launch locally, following the guide here : https://django-danceschool.rea…