Kyle Hornberg
Kyle Hornberg
In another project I've used ``` resources: Resources: CustomDomain: Type: AWS::ApiGateway::DomainName Properties: CertificateArn: 'Fn::ImportValue': 'OutputFromAnotherStack' DomainName: custom.domain.dev BasePathMapping: Type: AWS::ApiGateway::BasePathMapping Properties: DomainName: Ref: CustomDomain RestApiId: ${self:provider.apiGateway.restApiId} Stage: ${self:provider.stage} Route53Domain: Type:...
https://github.com/pypa/warehouse/blob/master/warehouse/legacy/api/json.py
Some very initial work has been completed on this. Compatibility of package & dependency manages that I am tacking are: ✅ pip ✅ dependabot 🔴 pyup - uses json api...
Thank you for the feedback @LanDeQuHuXi Can you provide the output of pip when trying to install the wheel? `pip` search has not been implemented. I don't know if there...
Thank you! From the tests, it seems that the wheel should be found. I've added another test for this situation specifically in #230 Are you sure you have the correct...
Yes This comes from wanting to get `Fn::Sub` into places where some characters are not allowed. Specifically, setting the `provider.stage` and wanting to replace that later on.
`onclick="{{action (execute 'open' 1)}}"` assumes that `execute` is a handlebars helper like `mut` or `concat`. `Compile Error: execute is not a helper` is correct. `execute` is not a helper but...
Perhaps SUI 2.4 fixes this https://semantic-ui.com/introduction/new.html#improved-flexbox-modals
`unmaintained` no maintained and used by busy folks, yes
I think http://boto3.readthedocs.io/en/latest/reference/services/logs.html#CloudWatchLogs.Client.filter_log_events makes this possible