oriesh

Results 6 comments of oriesh

I'm relying on this feature to continue using Warp

When I commented out these lines: ``` // Volatility float64 `json:"volatility"` // Delta float64 `json:"delta"` // Gamma float64 `json:"gamma"` // Theta float64 `json:"theta"` // Vega float64 `json:"vega"` // Rho float64...

@sharpkids This commit doesn't seem to be part of the main branch in both the original or the fork: https://github.com/JonCooperWorks/go-tdameritrade Was this merged? Its from May 20, 2021

This is a highly important feature, our workflows take 40 minutes to synthesize because we are using Poetry with PythonFunction, and having about 10+ stacks in some of our CDK...

If I understand correctly, these are the changes proposed above: in `aws-cdk/packages/@aws-cdk/aws-lambda-python-alpha/lib` In `function.ts` ```typescript super(scope, id, { ...props, runtime, // This would probably need to change code: Bundling.bundle({ entry,...

Exemption Request This is a first PR for me in this codebase, i have the general idea of the design and the required code changes, and could use some help...