Sergey Kolodyazhnyy

Results 16 comments of Sergey Kolodyazhnyy

I think I have a problem related to the issue described here. I can't add a new paragraph after a void element. Even in this example https://www.slatejs.org/examples/images you can not...

Wrong events for secrets are one of very common drone misconfigurations for us. I'm willing to contribute and this issue seems like something easy to pick up. Would it make...

Maybe some funny syntax? 😄 ``` pipeline: build: image: golang secrets: [ private_key? ] commands: ... ``` Or a field in the object which describes secret: ``` pipeline: build: image:...

Also, the map source you are referencing ["Natural Earth data"](https://www.naturalearthdata.com/) does not exist anymore. Maybe you should find a different source for the map data.

@swaminator @abhi7cr is there any workaround for wildcards to work? I don't see CloudFront for application deployed using Amplify in my AWS Console, so I assume it's internal. Maybe there...

Somewhat related, AWS EC2 instances are blocking port 25 by default - https://aws.amazon.com/premiumsupport/knowledge-center/ec2-port-25-throttle/.

It actually seems to be pretty trivial, it seems it's possible to pass `errorPolicy` (and maybe `fetchPolicy` too) here https://github.com/apollographql/apollo-client/blob/8bc7d4d406402962bf5151cdd2c5c75c9398d10c/src/core/ObservableQuery.ts#L570

Thanks @jerelmiller. I think inheriting values makes sense, subscription queries are normally follow same "logic" as their main query. If developer already wrote error handling logic for main query it...

I believe your `kubectl` is not pointing to the correct cluster. Kubernetes client tries to connect to API server running at localhost:8080, but it's not running there, so connection is...

Hey, thanks for your PR! Can you, please, add some tests for described case? `"1"` as string should not be passed as integer and `1` as number should not be...