Povilas Balciunas

Results 16 issues of Povilas Balciunas

Addresses https://github.com/ujh/hamcrest-rust/issues/45 As discussed this PR * adds `contains_all_of` * deprecates `contains` * adds an alias `contain_all_of` so that `does_not(contain_all_of())` reads nice Then, I guess, in the next future PR...

`vendor/` can be generated from `Gemfile`, but it was commited to git. Isn't this redundant? Especially, that `vendor/` size is about 27 MB.

I'm using Sqlite3 backend. I've set up a sample repo in github: https://github.com/povilasb/soci-sample. I insert elements like this: ``` vector< pair > users = { pair("user1", "pass1"), pair("user2", "pass2") };...

SQLite

**Context:** - Playwright Version: 1.21.0 - Operating System: Mac - Python version: 3.10.1 - Browser: All **Code Snippet** ```py import asyncio from playwright.async_api import async_playwright, ProxySettings async def main(): pw...

P3-collecting-feedback

Hey folks, I had a successful use of `tlslite-ng`, but having type hints would definitely improve coding experience given language server is enabled. 1. would you be willing to accept...

### Pull Request check-list _Please make sure to review and check all of these items:_ - [X] Does `$ tox` pass with this change (including linting)? - [X] Do the...

Implements codec that encodes `serde::Serialize` types. Uses `bincode` to do the actual serialization.

http://www.bittorrent.org/beps/bep_0029.html doesn't specify how one should handle packets whose connection ID is not known for us. For example, 1. we receive `Fin(connection_id=1234)` packet. 2. We have never sent or received...

http://www.bittorrent.org/beps/bep_0029.html doesn't specify how we should gracefully shutdown two way uTP communication. Is it similar to TCP? ![image](https://user-images.githubusercontent.com/1213442/39622576-703561d8-4f9b-11e8-80a0-ff6a7457b44c.png) where 1. Peer1 sends Fin 2. Peer2 sends Ack 3. Peer1 waits...