Andrew Wason

Results 37 issues of Andrew Wason

Docs say: > only our GFM processor will always match the results you see on GitHub https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll I have a pages site configured with `markdown: GFM` but the way github...

### Description Running this amd64 container on macOS Sonoma 14.4 on an M2 mac under Rosetta gets this error: ``` assertion failed [rem_idx != -1]: Unable to find existing allocation...

status/triage
area/emulation
version/4.28.0

Any plans to support streaming decryption from a file-like object? We want to stream large encrypted files from an sftp server and decrypt them on the fly as we write...

enhancement
help wanted
good first issue

### Describe The Bug bounce keyframe contains `transition-timing-function`, I think this should be `animation-timing-function`. I don't think `transition-timing-function` is supported in a keyframe https://github.com/animate-css/animate.css/blob/3f8ab233dbbd9d2fe577528d2296382954be3d1a/source/attention_seekers/bounce.css#L22 ### Steps To Reproduce _No response_...

bug

Most of the CDK type signatures use `List` instead of `Sequence`. `List` is invariant http://mypy.readthedocs.io/en/latest/common_issues.html#variance So this means we can't do something simple like pass a list of `ec2.CfnSecurityGroup.IngressProperty` to...

bug
effort/medium
p2
breaking-change
jsii

Fixes https://github.com/shoelace-style/animations/issues/2

`import * as animations from '@shoelace-style/animations';` is missing all the animation declarations in typescript. e.g. `anim.ts`: ```typescript import * as animations from '@shoelace-style/animations'; console.log(animations.flip); ``` Fails to compile: ```sh-session $...

I needed a more up to date version of cryptography than the one installed in a-shell (3.4.8). I did `pip install --upgrade cryptography` which installed 42.0.8 (`cryptography-42.0.8-cp39-abi3-macosx_10_12_universal2.whl`) But importing it...

AWS::EFS::FileSystem-FileSystemPolicy is currently a JSON document. It needs to also support a separate FileSystemPolicy CFN resource because the policy often references AWS::EFS::AccessPoint which references AWS::EFS::FileSystem which is circular dependency and...

enhancement