Timothy Shamilov

Results 53 issues of Timothy Shamilov

### Description A clear and concise description of what the bug is. - [x] I have tested this issue on the latest Detox release and it still reproduces #### Reproduction...

type: bug 🐞
platform: ios
status: triage
bugathon

### What happened? At all times no matter what screen our application is on, Detox moves so slow (1 action per minute) that it's impossible to complete a test. Verbose...

type: bug 🐞
platform: android
status: triage

### What happened? About 50% of the time Detox iOS fails with the following error: ``` 15:18:10.143 detox[7891] WARN: [DetoxConnection.js/ERROR, #50663] Action dispatched too early, there is no session to...

type: bug 🐞
platform: ios
status: triage

### Feature proposal * Firebase Component: Performance A React Native "screen" can be anything and doesn't have to be a ViewController. In fact, most everything in React Native runs in...

type: feature request
api: performance

## What feature would you like to see? I understand that Firebase is implementing a method to automatically sample screentraces per-screen like Fragment on Android or ViewController on iOS. However,...

type: feature request
api: performance

### Summary The Expo Updates CLI's inference is causing a state where users cannot push OTA updates. Given that the user has control over `EXUpdatesSDKVersion` the user can release builds...

Updates
Issue accepted

First off, thanks you for this amazing library. It solves a huge problem and really cleans up my code. I know it's a matter of opinion but I'm curious what...

These are the docs to make an SVG canvas compatible: ``` import 'package:flutter_svg/flutter_svg.dart'; final String rawSvg = '''...'''; final DrawableRoot svgRoot = await svg.fromSvgString(rawSvg, rawSvg); // If you only want...

Current functionality in the plugin looks to be that there have been devs who contributed functions to manually route audio to bluetooth, manually route to speakers or elsewhere. However, in...

There are a lot of types missing for various settings. e.g.: toggleBluetoothHeadset toggleSoundSetup and so on

enhancement
help wanted