Oleksandr

Results 29 issues of Oleksandr

Added AutoProxy lib into Utility section

## Problem/Request description Произвольное переключение расскладки в конфигурации с двумя мониторами. Шаги для повторения: - открываем Хром - открываем новую закладку хром и переносим ее на второй монитор - теперь...

Original code: ```java private static boolean containsInvalidHostnameAsciiCodes(String hostnameAscii) { for (int i = 0; i < hostnameAscii.length(); i++) { char c = hostnameAscii.charAt(i); // The WHATWG Host parsing rules accepts...

Hi, will be great to introduce API that allows to compose deeplink with parameters programmatically... 1) compose deeplink (pseudo code): ``` return Uri.parse(MainActivity.DEEPLINK_SHOW_ON_MAP) .buildUpon() .clearQuery() .appendQueryParameter("lat", String.valueOf(latLng.latitude)) .appendQueryParameter("lon", String.valueOf(latLng.longitude)) .build();...

enhancement

I found that it will be very useful to have some simple matches in code, like: ```java public static final String PATTERN = "example://data/{param}/something"; /* pseudo code */ public static...

enhancement

command: `./gradlew assembleDebug taskTree --no-repeat` ``` :app:preBuild SKIPPED :modules:android-motionize-sdk:motionDNALib:preBuild SKIPPED :modules:android-motionize-sdk:motionDNALib:preDebugBuild SKIPPED :modules:android-motionize-sdk:motionDNALib:checkDebugManifest SKIPPED :modules:android-motionize-sdk:motionDNALib:processDebugManifest SKIPPED :app:preDebugBuild SKIPPED :app:unMock SKIPPED :modules:android-motionize-sdk:motionDNALib:unMock SKIPPED :modules:android-motionize-sdk:motionDNALib:compileDebugAidl SKIPPED :app:compileDebugAidl SKIPPED :modules:android-motionize-sdk:motionDNALib:packageDebugRenderscript SKIPPED :app:compileDebugRenderscript SKIPPED...

Before: ```xml ``` Produced: ```xml ``` Correct After: ```xml ``` what is wrong: - all pathData have absolutely the same doubles, transform/translate not applied on them

## Overview/Why? - during the migration process, it is really hard to get the list of dependencies that are required by react-scripts. Found several reasons why it is so hard:...

CLA Signed

**Is your feature request related to a problem? Please describe.** The cause: ``` Error loading the reporter: cypress-mochawesome-reporter We searched for the reporter in these paths: - ~/workspace/telekom.de/hvc-csp/cypress-mochawesome-reporter - ~/workspace/telekom.de/hvc-csp/node_modules/cypress-mochawesome-reporter...

enhancement