Nikita Volobuev

Results 6 issues of Nikita Volobuev

This changes setup.py, so it does not rely on pip internals to form the list of install requires.

Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message: ```...

enhancement
help wanted
good first issue

Hi, thank you for maintaining this crate! It seems there is `symbol(s) not found for architecture arm64` when building on a MacBook with an M1 processor (update: the same issue...

bug
P2
AVFoundation
blocked

First of all, thank you for maintaining this crate! It is really useful! ## Is your feature request related to a problem? Please describe. I am trying to create a...

First of all, thank you for maintaining this crate! It is really useful! ## Is your feature request related to a problem? Please describe. When creating a table of contents,...

After fixing benchmarking code we can see that `rangeEx` is around 12% slower than `rangeNew`. This can be explained by more complex logic being used by it.