Artem Smirnov

Results 13 issues of Artem Smirnov

`````` ``` $appsRequest = new AppsRequest(); $appsRequest->setQuery("pname:$packageName"); $appsRequest->setStartIndex(0); $appsRequest->setEntriesCount(10); $appsRequest->setWithExtendedInfo(false); $requestGroup = new Request_RequestGroup(); $requestGroup->setAppsRequest($appsRequest); $response = $this->session->execute($requestGroup); foreach ($response->getResponsegroupArray() as $responseGroup) { $appsResponse = $responseGroup->getAppsResponse(); foreach ($appsResponse->getAppArray() as $responseApp)...

Protobuff

Hi! Thanks for creating a build, maybe you can publish an instruction how to build it?

Привет! Спасибо за тулзу. Планируется ли распространение через Homebrew?

# Bug Report ## Description I have this code: ``` val (request, response, result) = Fuel .post(iamUrl) .jsonBody(jwtPayload) .response() ``` `jwtPayload` is a JSON string like `{"jwt": "..."}` If I...

:bug: bug

# Bug Report ## Description When I pass parameters to the request, Fuel ignores it. ## To Reproduce Example from the docs: ```Kotlin println(Fuel.get("https://httpbin.org/get", listOf("foo" to "foo", "bar" to "bar")).url.toString())...

Same as https://github.com/jschneier/django-storages/pull/1009, but: * Fixed tests * Fixed formatting * Add missing settings

После обновления до 2.1.2 билд многомодульного проекта фейлится с ошибкой: ``` Type moxy.MvpView$$State is defined multiple times ``` На 2.1.1 то же самое, а вот 2.0.2 билдится нормально. Полный лог...

bug

![image](https://user-images.githubusercontent.com/71142/64496417-652af500-d2ad-11e9-9479-9861cee15427.png) All other fields are OK.

Is the Apple Silicon build expected? For now, on Macbook Pro M1 dota runs in 50-60 fps on 4K with minimal graphical settings in x86 emulation mode, but it would...

I need to get timestamps of NoteOn and NoteOff, I've found the formula `60000 / (BPM * PPQ)`, but I don't know how to get the `PPQ` value using this...