Jay Freeman (saurik)

Results 23 issues of Jay Freeman (saurik)

https://github.com/0xdead4ead/BeastHttp/blob/4085de2d0592fc92fd3adfb9483aa2917109778f/BeastHttp/include/http/reactor/impl/listener.hxx#L71 So, I am used to webservers always having SO_REUSEADDR, but right now BeastHttp is going out of its way to disable this feature. If nothing else, you have the...

In static_thread_pool.cpp, there is a comment about how "the auto_reset_event used to wake up this thread may already be in the 'set' state" and a defense that this "won't really...

I don't like the entire premise of compilers taking advantage of undefined behavior to elide, but I certainly fear it :(. There is a check in clang-tidy called clang-analyzer-core.UndefinedBinaryOperatorResult that...

Stale

# Issue type - Bug report # Environment Emacs version: GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu) of 2020-03-26, modified by Debian Operating System: Ubuntu 20.04.1 LTS Evil version: Evil version...

When the indexing service doesn't yet know anything, `/eth/syncing?backend=l2` returns `{"syncing":true,"highestKnownTransactionIndex":-1,"currentTransactionIndex":0}` which rollup/client.go attempts to parse into a SyncStatus so rollup/sync_service.go can check `status.Syncing`... only `json: cannot unmarshal number -1...

C-bug
M-dtl
M-l2geth

(NOTE: I'm doing this all on Kovan.) There is an account (not a contract, so no code) 0xbb6e024b9cffacb947a71991e386681b1cd1477d which has one transaction (so nonce of 1) and has a balance...

P-wontfix
C-bedrock-fixes-this

This is visible in the imtui online demo (so it should be easy to see): if you go under Widgets / Vertical Sliders the sliders have knobs that are 2...

Hello! I've recently begun looking at mediasoup in some level of earnestness, and one of the things I've noticed is that setting up a connection--let's say a consumer--involves a number...

So, ever since getting into running an Optimism archival node this past week (as well as seeing some discussion about the block number value on Discord), I have been thinking...

C-discussion

So, I have been trying to set up an archive node for work on a chain explorer / analysis engine recently, and in addition to the inability to replicate the...

C-discussion