Vasilev Dmitrii

Results 22 issues of Vasilev Dmitrii

Why is the cursor buggy in some places? This bug only this theme ![vim mov](https://cloud.githubusercontent.com/assets/6774813/25640693/3ae0df30-2f99-11e7-83c2-13e009d8d180.gif)

Many icons are missing in the project. To add you need to follow these [instructions](https://github.com/omnidan/node-emoji#adding-new-emoji). How to understand what is encrypted [here](https://github.com/omnidan/node-emoji/blob/4004ffe722364249643eccf493d8aea2448da1f2/lib/)? ```"0023-fe0f-20e3":[["\u0023\uFE0F\u20E3","\u0023\u20E3"],"\uE210","\uDBBA\uDC2C",["hash"],0,0,15,0],``` I know that version 2 is planned,...

## 🐛 Bug Report The problem with the returned string via the Phrase. The expected result of the response is a string with special characters that were in the string...

The player does not work in background mode. ` `

It is not clear from the documentation how to add decorators to history. Tell me how to implement it correctly. ```javaScript const ThemeContext = React.createContext({}) const DarkTheme = { dark:...

help wanted

Why can not see the author and the title of the track? ![simulator screen shot 1 2017 0 47 42](https://user-images.githubusercontent.com/6774813/27755265-56b7f0c2-5df7-11e7-8049-f8124d1881c6.png)

Why my app has stopping in Android emulator? ``` 07-04 04:40:04.270 12583-12954/com.isk E/AndroidRuntime: FATAL EXCEPTION: Thread-10 Process: com.isk, PID: 12583 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.RemoteViews.setTextViewText(int, java.lang.CharSequence)' on...

There is no such method anymore https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/ReactPackage.java

I do not receive logs. What could be the problem? [Source code](https://github.com/gHashTag/javascriptcamp_bot/blob/11c5bbb17a1b6bab5f25521f5fb8342abb1c9638/src/index.js#L63)

Why if I add `mst-persist` all keys are kept except `finishArr` which becomes an empty string? Isn't it possible to store arrays in it? ```javascript const Dice = types .model('Dice',...