-
Reported by Charles:
"The graphical interface for retries is confusing. I don’t think this was designed all at once. As a user, the graphical interface should represent the flow of the calls, but it …
-
Zenodo appears to be pretty flaky, at least for this kind of data access. Numerous tests on travis now fail with 404 errors and need to be restarted, sometimes several times.
It might be worth addi…
-
Adding the following to `zk_evm/Cargo.toml`:
```
[profile.release]
debug-assertions = true
```
and then running this:
```
export RPC=
export BLOCK=19578175
cargo run --release --bin rpc…
-
Here is the structure to use `RetryState`, maybe it can be optimized here:
```rust
async fn try_create_shard(&self, group_id: u64, desc: &ShardDesc) -> Result {
let mut group_client =…
-
### Describe the bug
When you use the `--retry=n` flag (where `n > 0`), inline snapshots that succeeded on the first try fail on the retries with `toMatchInlineSnapshot cannot be called multiple ti…
-
as an enhancement, it'd be nice if you could do
```python
from pydantic import BaseModel, Field
from marvin.utilities.retries import retry_with_fallback
class SomeFancyTy…
-
-
When I execute
`model = GPT4All("Meta-Llama-3-8B-Instruct.Q4_0.gguf")` as instructed in the README,
I get the following error
```
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] cert…
-
Some of the users experience the following errors. Seems related to the SSL, but have difficult time reproducing.
```
INFO:MafAnnotator:annotating /data_mutations_extended.txt ...
INFO:AnnotatorC…
-
Now sdk has no logs about retries and no way to check - haw many retries did before error )without application logs).