Oscar J. Irun

Results 3 comments of Oscar J. Irun

You have to subclass an UITableViewCell and add the IBOutlets. Also the XLFormField *field: ``` #import "FXForms.h" @interface SubroutineRow : UITableViewCell @property (strong, nonatomic) FXFormField *field; @property (strong, nonatomic) IBOutlet...

I'm not sure if this is the same case, but running the kcl sample project with a stream of 4 shards, the first shard shardId-00000000 is initialized, but recordProcess is...

This is the link: https://github.com/awslabs/amazon-kinesis-client-nodejs/tree/master/samples/click_stream_sample I'm pushing records with the same sample project, and set 4 shards. If I use 3 shards, I have the same problem (shardId-00000000 is stuck),...