Timur Aminev

Results 9 issues of Timur Aminev

Here's [the line](https://github.com/JesusFreke/smali/blob/master/README.md?plain=1#L11) > *Free* free to drop by and ask a question Probably, should be *feel free*

### Before submitting an issue, make sure you have: - [x] Updated to the lastest version v1.6.0 - [x] Read the [README](https://github.com/ping/instagram_private_api/blob/master/README.md) and [docs](https://instagram-private-api.readthedocs.io/en/latest/) - [x] [Searched](https://github.com/ping/instagram_private_api/search?type=Issues) the bugtracker for...

I used [VK API JSON Schema](https://github.com/vkcom/vk-api-schema), so that some methods don't exist in schema but it's easy to find them [here](https://dev.vk.com/method/). * [ ] ### `account.getCounters` Link: https://dev.vk.com/method/account.getCounters Real fields:...

Задача

Methods that are described in schema, but not on the website: 1. `adsweb.getAdCategories` 2. `adsweb.getAdUnitCode` 3. `adsweb.getAdUnits` 4. `adsweb.getFraudHistory` 5. `adsweb.getSites` 6. `adsweb.getStatistics` Methods that are described on the website,...

The performance is really impressive. Thanks a lot! I wrote the simple benchmark: ```python from clickhouse_driver import Client import random import string import time # import datetime def get_metric_name(): return...

**Is your feature request related to a problem? Please describe.** `OleStream` loads all data in the memory. If the file is really large it causes the problem. **Describe the solution...

enhancement

In 2024 edition there's no [exercise 2.1](https://github.com/clayrat/fav-ssr/blob/ec672bc001f6ace70cfc971990631371263b40f1/src/sorting.v#L90-L93): > Exercise 2.1. Show that any sorting function has the same input/output behaviour as insertion sort: > `(∀ xs: mset (f xs) =...

Related to #22.