Skip to content

Instantly share code, notes, and snippets.

View Dimon70007's full-sized avatar
🏠
Working from home

Dmitry Dimon70007

🏠
Working from home
View GitHub Profile
2018-12-18 12:27:00.058 4835-4835/com.flussonic.watcher W/PropertyValuesHolder: Method set() with type float not found on target class class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable$RectTransformX
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: io.reactivex.exceptions.UndeliverableException: flussonic.watcher.sdk.domain.exceptions.UnexpectedException: flussonic.watcher.sdk.domain.exceptions.TryCountExceeded: javax.net.ssl.SSLPeerUnverifiedException: Hostname 212.158.173.222 not verified:
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: certificate: sha256/IfeXcE4eMXlY4Lk0NlilrEtAwL8BjJ40R7WIvm6jvTQ=
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: DN: CN=bc71.s.erlyvideo.ru
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: subjectAltNames: [bc71.s.erlyvideo.ru]
2018-12-18 12:27:15.096 4835-4835/com.flussonic.watcher W/System.err: at io.reactivex.plugins.RxJavaPlugins.onErr
@Dimon70007
Dimon70007 / plan of building app.txt
Last active July 24, 2017 19:15
components of schedule of airplains
- discussing details of app's interface with consumer - 4 hours
- building an app and connecting of all dependencies - 8 hours
- creating header element - 1 hour
- connecting and configuring infiniteScroll lib - 8 hours or more
- creating calendar element - 1 hour
- creating explore element - 1 hour
- creating explore list - 1 hour
- creating requests api or connecting and configuring existed lib - 2 hours
- creating stub component for empty data - 1 hour
- testing and refactoring all components - 8 hours
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->