Anton Kuznetsov

Results 13 issues of Anton Kuznetsov

![image](https://user-images.githubusercontent.com/1788245/55400510-c4464a00-5556-11e9-84ea-32b587b63f9c.png) ``` reloading plugin Colorcoder.colorcoder error: Colorcoder was not able to parse the colorscheme Check the console for the actual error message. resource not found reloading settings Packages/Colorcoder/colorcoder.sublime-settings generating syntax...

Hello everyone! ## Prerequisites In my project, I do not use just a promise to do actions. Simplified version looks like this: ```js class CustomPromise { constructor({ promise }) {...

enhancement

Hey, @JiniHendrix, @markmarcelo, @bitadj, please take a look!

### Are you submitting a **bug report** or a **feature request**? Feature request ### What is the current behavior? Validation runs on every **onChange** ### What is the expected behavior?...

See a screenshot: ![image](https://user-images.githubusercontent.com/1788245/53678672-8940c480-3cd3-11e9-86c4-8b8ee134e317.png)

**Everything works fine on 3.1.2:** https://user-images.githubusercontent.com/1788245/123866300-8acb3780-d935-11eb-8cf9-45769715b36d.mov **Broken since 3.1.3 (on 3.1.4 currently)** https://user-images.githubusercontent.com/1788245/123866329-96b6f980-d935-11eb-85e4-638c94321b5c.mov

### Issue Looks like iOS 14 introduced new design for Calendar ### Expected Behaviour Looks like this component needs to be updated to handle these changes for iOS 14 ###...

#### Description of changes This PR brings deeplink information to Intent that opens application from notification. Existing intent configuration just doing plain application opening, my PR pass information about deeplink...

first-time-contributor
external-contributor

@brentvatne Hi, Brent! When we started using navigation reducer, we've started getting an error: ![image](https://user-images.githubusercontent.com/1788245/32954322-c9f058ba-cbc3-11e7-82fd-e7a188a21f8e.png) Sadly, but this error crashing an app. This PR fixes this problem.