Mael Regnery
Mael Regnery
#### **System information** Tested with bor 1.1.0 and 1.2.3. #### **Overview of the problem** When bor is disconnected from Heimdall, it seems impossible to gracefully shutdown bor. This issue can...
This PR fix https://github.com/peak/s5cmd/issues/678 In a Kubernetes context, when running a very long process, we can easily fall into the `ExpiredToken` error. In order to not introduce any performance degradation,...
Some context: - large dataset: > 4TB, million of files - s5cmd running in AWS EKS with assumeRole I'm facing intermittent problem to upload or download with the following error:...
The `chat-with-mdns` example is pretty limited and quite confusing regarding the streams management. As a libp2p beginner, it is not easy to really get the behavior of the `StreamHandler` and...
For some reason, we may want to manually remove a peer from the node and free up a slot ahead of the usual p2p implementation. https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-admin#admin-removepeer
### Steps to Reproduce 1. Run besu locally ``` $ docker run -it --rm --name besu --entrypoint sh hyperledger/besu:latest $ besu 2025-01-29 08:48:45.092+00:00 | main | INFO | Besu |...
Adding an RPC flag to limit the block range size for eth_getLogs and eth_newFilter requests. closing https://github.com/ethereum/go-ethereum/issues/24508
Close https://github.com/peak/s5cmd/issues/775 Running the same command as describe in the issue: ``` go run . cp --exclude "*.ipc" /tmp/test/ s3://mybucket/ ... echo $? 0 ```
If a non-regular file exists in a directory and we try to `cp`, s5cmd will exit with an error. This is true even if we exclude that non-regular file. Example:...