Valery Kulikov

Results 10 issues of Valery Kulikov

What is elegant and effective way to do that with StorIO?

question

When i start it on Android Studio 3.1.2, app crashes with stack like this: ``` 05-28 10:23:15.357 28499-28499/com.hannesdorfmann.mosby3.sample.mvi E/AndroidRuntime: FATAL EXCEPTION: main Process: com.hannesdorfmann.mosby3.sample.mvi, PID: 28499 java.lang.IllegalStateException: Fatal Exception thrown...

Hi! As i got it right, dialog is not subject to customize. Maybe you kindly do it possible to adjust it externally - as an user's widget or fullscreen overlay?

enhancement

Hi. Please give advice, when i place aqueduct app on the server, how can i do debugging remotely?

I created simple flutter project from scratch. With ``` dependencies: flutter: sdk: flutter device_preview: ^0.7.4 cupertino_icons: ^1.0.2 dev_dependencies: flutter_test: sdk: flutter ``` I see ``` Because no versions of device_preview...

`prepend`, `append`, `set` looks great but what if I need insert some entity between existing ones? Which way is the elegant FP-way in paradigm of `dartz`? I grabbed all the...

Hi! I need to realize as simple as possible task - make scheduled notification with badge on app icon. So i tried to thoroughly copy just needed code from your...

bug
in discussion

Hi! As you can see, no valid references after binding. ![image](https://user-images.githubusercontent.com/3320861/47896798-e6954800-de90-11e8-8a80-ebf1a488e0c2.png)

Hello! When i launch tests in AS 3.2 i got errors like these: ![image](https://user-images.githubusercontent.com/3320861/55284982-180c3400-539b-11e9-9f30-ea7f79101045.png)

Matter of fact i'd like to make splash screen without title so i do ```java override fun start(stage: Stage) { stage.initStyle(StageStyle.UNDECORATED) ``` and get ![image](https://user-images.githubusercontent.com/3320861/36713062-926adc14-1bad-11e8-972d-802a675b0274.png) But later i get undecorated...