Nikita Utkin

Results 4 issues of Nikita Utkin

Copyrights are outdated in most source files. For example, beginning of the file [Shoebill.kt](https://github.com/Shoebill/shoebill-api/blob/master/src/main/java/net/gtaun/shoebill/Shoebill.kt): ```kotlin /** * Copyright (C) 2011-2014 MK124 * ... */ ``` Should the years be updated?

This PR presents a refactored `AudioHandler` class (renamed to `Transcriber` to better reflect its purpose) and an accompanying test suite for it, using Jest testing framework. The main method has...

## Proposed Changes `Dashboard` facade's `@method` annotations in PHPDoc comment have been tweaked for better interoperability with static analysis tools such as PHPStan. Some methods had no return types specified,...