Sergey Volkov

Results 15 issues of Sergey Volkov

Fix issue: > TS2322: Type 'GeneratePackageJsonPlugin' is not assignable to type '((this: Compiler, compiler: Compiler) => void) | WebpackPluginInstance'. - webpack@5 has its own ts-declaraions (no need for @types/webpack) -...

- [x] `Ti.UI.fetchSemanticColor` returns `Ti.UI.Color` - [x] Support `Ti.UI.Color` instances for components properties - [x] Automatically change color value on dark/light mode switch This PR includes commit from #13267 and...

android
community 🔥
docs 📔

We should implement this in the github actions: https://github.com/tidev/titanium_mobile/blob/734c41b56cd63010b269ef6b6e6247da2f9d656c/Jenkinsfile#L72-L223

Artifacts from github actions are zipped twice. i.e. you can't download an artifact and then run `ti sdk install `. Maybe we could skip zip creation and create github artifacts...

**JIRA:** https://jira.appcelerator.org/browse/TIMOB-27483 Execution order for `Promise` is broken on iOS MWE: ```javascript Promise.resolve() .then(() => console.log('A')); console.log('B'); ``` Correct output: ``` B A ``` My guess is that jobs queue...

ios
community 🔥
bug
work in progress 🚧

### iOS - For semantic colors (defined in `semantic.colors.json`) `Ti.UI.fetchSemanticColor` returns `Ti.UI.Color` instance. - For "system" colors ([standard colors](https://developer.apple.com/documentation/uikit/uicolor/standard_colors)) `Ti.UI.fetchSemanticColor` returns `Ti.UI.Color` instance. - Ti SDK supports passing `Ti.UI.Color` instances...

android
improvement
BREAKING CHANGES ⚠️

From https://github.com/NetrisTV/ws-scrcpy/issues/208: > > 07-23 15:29:13.572 6186 6215 D scrcpy : /// START ws-scrcpy/issues/208 > > 07-23 15:29:13.573 6186 6215 D scrcpy : Failed to get display ids > >...

bug
android

### Discussed in https://github.com/NetrisTV/ws-scrcpy/discussions/194 Originally posted by **wanliLiu** April 9, 2022 currently ios device detect use lib `ios-device-lib`, and this lib can only run in mac or windows,not run in...

enhancement
ios

Implement #129 Critical issue: https://github.com/DeviceFarmer/adbkit/issues/42 - [x] Forward connection with `client.createTcpUsbBridge` ([adbkit](https://github.com/DeviceFarmer/adbkit)) - [ ] Disconnect after web-page has been closed. - [ ] Deny multiple connections - [ ]...

Hi there. As you know `openstf/adbkit` is not maintained anymore. If you have a project that uses `adbkit`, please have a look [here](https://github.com/DeviceFarmer/adbkit/issues/266). I have prepared adbkit version written in...