-
hello,
when i try to Run example-subgraph with docker compose i have exited container error for "example-subgraph_graph-node_1" with this messages:
Jun 01 13:52:01.513 INFO Migrations finished, …
-
stats-postgres
```
waiting for server to start....2023-07-27 03:19:27.626 UTC [50] LOG: starting PostgreSQL 14.8 (Debian 14.8-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14)…
-
In this example I attempt to pass the stream out of the function via a return value. It seems that it is immediately dropped when I do this?
I'm new-ish to rust so maybe this is just a lack of unde…
-
### Describe the bug
When using Rust sqlx v0.6.2, I am able to connect to a QuestDB database but unable to perform any query. I get the `Error: PoolTimedOut` on the client's side and no explicit er…
-
SQL
```sql
SELECT COUNT(*),MAX(STR_TO_DATE(occurtime, '%Y-%m-%d %H:%i:%s')) FROM rulelog
WHERE STR_TO_DATE(occurtime, '%Y-%m-%d %H:%i:%s') BETWEEN DATE_FORMAT(NOW(), '%Y-%m-%d 00:00:00') AND NOW()…
-
```log
ryot | 2023-07-10T17:34:06.039759Z INFO ryot::background: Running jobs after user creation
ryot | thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Co…
-
When I try to compile a project that depends on tokio-postgres, I get:
```
error[E0277]: `DataRowBody` doesn't implement `std::fmt::Debug`
--> /Users/ccleve/.cargo/registry/src/github.com-1ecc…
-
```
error[E0277]: `DataRowBody` doesn't implement `std::fmt::Debug`
--> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-0.7.8/src/row.rs:202:5
|
199 | #[derive(Debug)]…
-
### Is there an existing issue for this?
- [X] I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues)
### Current Behavior
On branch https://github…
-
Created a basic setup, following the Prisma2 docs and [tutorial](https://github.com/prisma/prisma2/blob/master/docs/tutorial.md), however, I get the Error mentioned in title. (full output below)
*…