Alexander Polakov

Results 26 issues of Alexander Polakov

Not sure if it's appropriate, but I think it's kinda cool to show that smol works with netlink sockets out of the box too. Feel free to close.

It's super easy to crash libpnet with invalid packets: ``` rust extern crate pnet; use pnet::packet::tcp::{TcpPacket, MutableTcpPacket, MutableTcpOptionPacket, TcpOptionNumbers, TcpFlags}; fn main() { let mut buf = [0;20]; { if...

``` use pnet_macros_support::types::*; mod test { #[packet] pub struct TestBeOne { val3: u3be, val6: u6be, val7: u7be, #[payload] payload: Vec, } } ``` or run `cargo test` on this repo:...

libpnet changed its packet structure in 0.10.x branch We should investigate how it affects performance to see if it would be possible to upgrade instead of using our own branch

enhancement
performance

Document what different metrics mean

documentation

``` /home/travis/.rvm/gems/ruby-2.2.5/gems/octokit-4.3.0/lib/octokit/response/raise_error.rb:16:in `on_complete': GET https://api.github.com/user: 401 - Bad credentials // See: https://developer.github.com/v3 (Octokit::Unauthorized) from /home/travis/.rvm/gems/ruby-2.2.5/gems/faraday-0.9.2/lib/faraday/response.rb:9:in `block in call' from /home/travis/.rvm/gems/ruby-2.2.5/gems/faraday-0.9.2/lib/faraday/response.rb:57:in `on_complete' from /home/travis/.rvm/gems/ruby-2.2.5/gems/faraday-0.9.2/lib/faraday/response.rb:8:in `call' from /home/travis/.rvm/gems/ruby-2.2.5/gems/octokit-4.3.0/lib/octokit/middleware/follow_redirects.rb:73:in `perform_with_redirection' from /home/travis/.rvm/gems/ruby-2.2.5/gems/octokit-4.3.0/lib/octokit/middleware/follow_redirects.rb:61:in `call'...

It should be pretty easy to do, basically the same as getAccountInfo

enhancement

1. We currently store & report the latest slot seen in either validator response or received in pubsub (per commitment level). This leads to slot in our responses lagging behind...

enhancement
help wanted
question

## What kind of change does this PR introduce? - Feature ## Did this PR introduce a breaking change? - No This PR adds Window menu so the app feels...