Stephen Blackstone

Results 10 comments of Stephen Blackstone

This still appears to be an issue, I'm attempting to use FacebookAds::ServerSide::EventRequest - rails active job shares class definitions between instances.

Here's a workaround... The event request can accept an http_executor, you can construct one that matches the internals of the gem to make it seamless. The only thing I didn't...

I am using it and everything mostly works as advertised..

@hhamilto IB doesn't support this for pricing - I've dealt with this problem by writing a class that says "take 100 data lines and update these 1000 options as often...

@hhamilto That would be a question for @claude2 - he is the maintainer of the project..

@hhamilto If you want the contracts for reqSecDefOptParams for IBM, do a contract lookup for secType=STK symbol=IBM and then use that conId.. reqSecDefOptParams will only spit out expirations and strikes...

@dan003400 Check out the work around I posted above, should be thread safe...

I just ran into this exact problem too.. ![image](https://user-images.githubusercontent.com/131382/137512323-32624e9c-a58e-436d-918d-0a7f4e92b1b7.png) It seems like its hard coded in `aws-events-targets/lib/log_group.js` to have one policy per rule.

I took a look at fixing this issue - it seems a bit thorny due to the requirement that we also support "Soft Delete" and "AllowGlobalUpdate" Soft delete generates the...

This bug still exists - Chrome does not take kindly to passing raw html into document.body.appendChild - its looking for a proper dom element. However the code for this section...