Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
erector
Forked from erector/erector
A builder-like widget html generation framework.
Ruby 4
-
ip_as_int
IP address - integer conversion, activemodel and activerecord support for ip address attributes stored as integer
-
wrong
Forked from sconover/wrong
Wrong provides a general assert method that takes a predicate block. Assertion failure messages are rich in detail.
Ruby
-
xfiles
xfiles to handle xfiles
Ruby
-
BeautifyRuby
Forked from CraigWilliams/BeautifyRuby
Sublime Text 2 Plugin to Beautify Ruby
Ruby
-
state_methods
Ruby
154 contributions in 2019
Contribution activity
April 2019
Created a pull request in ethersphere/go-ethereum that received 1 comment
[WIP] Pushsync
This PR implements push syncing protocol in a new package swarm/storage/pusher
The PR uses the localstore integration branch until it is merged.
Th…
- swarm/chunk: add tags
- Swarm rather stable: update syncing
- swarm: push tags integration - request flow
- Swarm rather stable: fix data races in TestInitialPeersMsg test:
- simplification of Fetchers
- Flaky TestProxNetwork fixed
- swarm/network: fix data races in TestInitialPeersMsg test
- swarm/network: remove dead code
- swarm: replace streamer updateSyncing with peer-based syncing
- simplify fetchers
Created an issue in ethersphere/go-ethereum that received 1 comment
potential resource leak in protocol tester
p2p/testing.ProtocolTester starts new nodes and its Stop() function would stop those nodes. However, we don't defer a stop call (actually anywhere …