-
Prevent user from entering numbers larger than precision allowed by firebase
@gino-m @rfontanarosa Do you know what the max is?
jcqli updated
3 months ago
-
## 🐛 Bug
```bash
print graph Graph(num_nodes=104818, num_edges=1150630,
ndata_schemes={}
edata_schemes={})
Exception in thread Thread-1 (thread_worker):
Traceback (most recent ca…
-
We had this discussion a while ago @gino-m, whether the task "Capture location" should be moved away from users entirely and be always triggered automatically in the background.
The reasons are qui…
-
npm start fails with the error below:
Compiled with problems:X
ERROR in ./src/logo.svg
Module build failed (from ./node_modules/@svgr/webpack/lib/index.js):
Error: EACCES: permission denied,…
-
Able to setup a new poetry project and install gino[starlette] but then following the next step to install fastapi, uvicorn & gunicorn results in an error:
```
$ poetry add gino[starlette]
Usin…
-
While playing around with the gino ORM on the shell, I kept encountering the `NoInspectionAvailable` error.
Eventually, I traced this back to `@generic_repr` decorator and removing it fixed the probl…
-
Trying to implement a v2 firebase trigger function, it returns this error:
```
Error: Failed to decode protobuf and create a snapshot.
at entryFromArgs (/workspace/node_modules/firebase-functions…
-
**Describe the bug**
I'm trying to use gino in postgres with simple model with enum column type. It seems like enum is not fully supported and it behaves really strange in several cases:
1) when…
-
* GINO version: 0.8.2
* Python version: 3.7.2
* asyncpg version: 0.18.3
* aiocontextvars version: 0.2.2
* PostgreSQL version: 11.3
### Description
I'm using sanic and gino.
Also used pyte…
-
We have tried to upgrade from gino to sqlalchemy 1.4, but at least as of now (April 2021), it is not worth it.
The only benefit of sqlalchemy that gino lacked was many to many relationship manageme…