Oleksii Malovanyi

Results 19 comments of Oleksii Malovanyi

@apneadiving Tried that but all my points are drawn with `display: none` style. Also `setIgnore(true)` gives the same result (

Sorry, my fault – everything works well.

@omehegan by "Replay" I mean job feature (http://take.ms/z4HB8) It's unusable with gitlab plugin because those environment params gitlab passes to concrete job on trigger are not available (and are missing)...

Any update, roadmap? non-fatal API errors in crashlytics are mostly unusuable without [custom keys record method](https://github.com/firebase/firebase-android-sdk/issues/3551#issuecomment-1081001774), I'm shocked how iOS SDK is much better than Android 😳

So, it seems like sometimes the problem is the delay. Could be "fixed" by using Main or Unconfined dispatcher, like this ``` container( ... settings = Container.Settings(intentDispatcher = Dispatchers.Unconfined) )...

A quick dirty way to implement it locally without library change: put to your app's `res/raw` a copy of the [html library uses to call iFrame API](https://github.com/PierfrancescoSoffritti/android-youtube-player/blob/master/core/src/main/res/raw/ayp_youtube_player.html) with a new...

Just checked out latest version (cf172019b4c68d702c40281ee054643918e754f0) It acts incorrectly: height takes all the space available like it is match_parent but it's not.

I know, you are talking about: http://stackoverflow.com/a/11295287/691993 But, it would be lovely to have an option to use wrap_content since it's not alway obvious which height to use and have...

It would be incredibly cool to change isolation mode per container to e.g. share container state across the inner tests