Arkadiy Tetelman

Results 9 issues of Arkadiy Tetelman

Consider the following thrift struct: ``` thrift struct TestStruct { 1: optional map map; } ``` When I serialize it with JsonThriftSerializer: ``` scala import com.twitter.scrooge.JsonThriftSerializer val testStruct = TestStruct(Some(Map(1L...

good first issue

Hi, I'm using kramdown for static site generation and I have lots of links / anchor tags in my outputted html. When a user clicks on one of my external...

enhancement

Adds a `--metadata-protection` flag for https://github.com/jtblin/kube2iam/issues/212

Netflix wrote about this protection mechanism here (under `Metadata Service Protection`): https://medium.com/netflix-techblog/netflix-information-security-preventing-credential-compromise-in-aws-41b112c15179 The idea is to block requests without a User-Agent header corresponding to the official aws-sdk clients, because in...

### Summary I'd like to run my ECS task containers on top of gVisor. It seems that this was possible in the past on ECS using an approach like this...

ECS
Proposed

Hi, When an ES6 promise is rejected without being handled, node logs it to the console: ``` (node:61401) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: blah ``` and emits...

Right now the `--interface` option only supports connecting to ipv4 addresses - it would be nice if I could connect over ipv6 as well. The use case is that I'm...

Steps to reproduce: ``` begin abc rescue Exception => ex converter = AWS::Flow::YAMLDataConverter.new converter.load(converter.dump(ex)) end ``` Output: ``` TypeError: allocator undefined for NameError::message from /home/arkadiy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych/visitors/to_ruby.rb:303:in `allocate' from /home/arkadiy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/psych/visitors/to_ruby.rb:303:in `revive' from...

We got a `undefined method 'run' for #` exception today, originating from state_machines L138: ``` gems/aws-flow-1.0.8/lib/aws/decider/state_machines.rb:138 · block in gems/aws-flow-1.0.8/lib/aws/decider/state_machines.rb:75 · call gems/aws-flow-1.0.8/lib/aws/decider/state_machines.rb:75 · consume gems/aws-flow-1.0.8/lib/aws/decider/workflow_clock.rb:95 · block (2 levels)...