-
Command I'm running: from [here](https://github.com/FuelLabs/fuel-indexer/tree/develop/examples/fuel-explorer)
```
forc index deploy \
--path fuel-explorer \
--target-dir $PWD/../../ \
-…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
ALTER DATABASE bench_tpch SET TIFLASH REPLICA 1;
### 2. What di…
-
I'm chatting with @jerry-kobold and he's expressing curiousity about how to tell if his code is releasing the GIL or not. I pointed him to https://github.com/jcrist/ptime , which makes it easy to tes…
-
Explore [Internet Computer blockchain](https://github.com/dfinity/ic) implementation.
-
The 2 validator node on Kusama keep crashing and chilling involuntarily with disputes.
They have enough memory, hard drive space and a good processor. Here are the logs:
```
2023-04-09 15:01:03 _…
-
### Describe the bug
_No response_
### To Reproduce
#### Steps
1. Kafka-client is required
```bash
brew install kafka
```
2. Enable kafka in risedev configure
…
-
This bug appeared during execution of a Kusama Validator node. I must add that the node stopped completely and it was impossible to restart it without a database purge. The behavior is similar to:
ht…
-
I propose to introduce `metrics` to store our stats include:
```shell
Compile requests 722
Compile requests executed 554
Cache hits 550
Cac…
-
Given the structs like:
```rust
struct Common {
field_a: String,
field_b: String,
field_c: String
}
#[derive(Encode)]
struct Metric1 {
unique_field: String
#[flatten]
common…
-
**Describe the bug**
Forest should be able to gracefully shutdown in any situation when receiving SIGINT or when calling its `Filecoin.Shutdown` endpoint.
This is not the case when forest downlo…