Patrick

Results 8 issues of Patrick

Why `mypy` is failing when running this code: ```bash $ cat /tmp/test.py from git import Blob $ mypy /tmp/test.py /tmp/test.py:1: error: Module "git" has no attribute "Blob" Found 1 error...

acknowledged

I've prepared a toy example based on [`xmp.py`][xmp] which proofs that there is a bug somewhere: ```python #!/usr/bin/env python import fuse import os import sys import time from fuse import...

I'm looking for a way to enable/disable `writeback_cache`. `pyfuse3` [allows][pyfuse3-writeback-cache] to do it by setting: enable_writeback_cache = False Is there a way to do the same in `python-fuse`? Based on...

enhancement

## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...

external-contribution

## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...

## What ❔ `/tee/proof_inputs` endpoint no longer returns batches that have no corresponding object file in Google Cloud Storage for an extended period. ## Why ❔ TEE's `proof-data-handler` on `mainnet`...

## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...

### 🌟 Feature Request #### 📝 Description We [are now generating TEE proofs](https://x.com/portport255/status/1834494086981558768) alongside ZK proofs as part of the [multi-prover work](https://ethresear.ch/t/2fa-zk-rollups-using-sgx/14462). It would be great to show TEE proofs...