Christoffer Rehn
Christoffer Rehn
One function that finds the number of notes from current one that are at least N notes apart
Are you using a self-hosted runner? Perhaps it's using a PyPI mirror that doesn't include the latest versions? The versions are there in the public repository: ```bash % pip install...
Okay, I'm assuming the issue is due to using a PyPI mirror that doesn't include latest package versions, in which case you'll have to ask the repository admins to update....
Closing this, assuming issue was with using a non-default PyPI mirror in the runner. Let me know if the issue persists.
You might be able to get this to work by adding [`AWS::LanguageExtensions`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-languageextension-transform.html) to `Transform` as such: ```yaml Transform: - AWS::LanguageExtensions - AWS::Serverless-2016-10-31 ``` `AWS::LanguageExtensions` [resolves intrinsic functions](https://aws.amazon.com/blogs/mt/introducing-new-language-extensions-in-aws-cloudformation/) if the value...
Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.
You might be able to get this to work by adding [`AWS::LanguageExtensions`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-languageextension-transform.html) to `Transform` as such: ```yaml Transform: - AWS::LanguageExtensions - AWS::Serverless-2016-10-31 ``` `AWS::LanguageExtensions` [resolves intrinsic functions](https://aws.amazon.com/blogs/mt/introducing-new-language-extensions-in-aws-cloudformation/) if the value...
Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.
Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.
Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.