The Wayback Machine - https://web.archive.org/web/20220918084310/https://github.com/arnetheduck
Skip to content
Avatar

Organizations

@status-im @grhop
Block or Report

Block or report arnetheduck

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. nlvm Public

    LLVM-based compiler for the Nim language

    Nim 522 36

  2. j2c Public

    Java to C++ translator

    Java 217 79

  3. Friendly, exception-free value-or-error returns, similar to Option[T]

    Nim 82 8

  4. nbindgen Public

    A project for generating Nim bindings from Rust code

    Rust 67 4

  5. SQLite3 wrapper

    C 9 6

  6. bzeem Public

    Wikipedia on swarm

    Shell 5 2

1,207 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2022

Created a pull request in status-im/nimbus-eth2 that received 3 comments

load suggested fee recipient file also when keymanager is disabled

Since these files may have been created in a previous run or manually, we want to keep loading them even on nodes that don't enable the keystore AP…

+151 −130 3 comments
Opened 21 other pull requests in 11 repositories
status-im/nimbus-eth2 7 merged 1 open
status-im/nim-eth 1 open 2 merged
status-im/nimbus-eth1 2 merged
status-im/nim-json-rpc 1 merged
status-im/nim-stew 1 merged
status-im/nim-protobuf-serialization 1 open
status-im/nim-faststreams 1 merged
status-im/nim-presto 1 merged
status-im/nim-web3 1 merged
arnetheduck/nim-result 1 merged
status-im/nim-chronos 1 merged
Reviewed 25 pull requests in 10 repositories
status-im/nimbus-eth2 12 pull requests
ethereum/execution-apis 2 pull requests
status-im/nim-libp2p 2 pull requests
status-im/nim-chronos 2 pull requests
status-im/nimbus-eth1 2 pull requests
status-im/nim-web3 1 pull request
status-im/nim-faststreams 1 pull request
status-im/nim-eth 1 pull request
nim-lang/Nim 1 pull request
status-im/nwaku 1 pull request

Created an issue in status-im/nim-chronos that received 2 comments

connection dropped due to EAGAIN in readStreamLoop

with some regularity, when using libp2p to connect to go-libp2p, I can lose the connection due to an EAGAIN in the read stream loop - this would in…

2 comments