Vlad
Vlad
Can you add limit of tokens?
Incorrect keyboardType when selected a token.
I get this error always: {\"errors\":[{\"code\":32,\"message\":\"Could not authenticate you.\"}]}
For iOS 10 has issue with status bar background - transparent when slowly expand navigation bar via scroll.
Fix alpha formula for top view. It hadn't returned the alpha to 1 when top view expanded.
Swift 3
Clusters
Can you help with creating a cluster for points that intersect? How check points are intersect?
**I want to report a bug.** **Reproducer** ```javascript // minimal reproducer if relevant // file A.js export const createStatus = (params) => UserStatus.create(params); // file B.js const userStatusDao = require('./A');...
When I delete some parent node all others will close. Initial state: When first item in array was deleted code: `const { required, handlers } = useTreeState({ id, childrenKey, defaultOpened,...