Vasilev Dmitrii
Vasilev Dmitrii
Why is the cursor buggy in some places? This bug only this theme 
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:...
Why can not see the author and the title of the track? 
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',...