Jordan David Pickwell

Results 9 issues of Jordan David Pickwell

The "datetime" type has been removed from the HTML spec. It should not be supported. "There used to also be a datetime type, but it was dropped from the HTML...

The Specimen.png file has a transparent background which makes it hard to read when viewed with GitHub's dark mode/theme enabled.

### Platform OS: macOS Catalina 10.15.4 Running PHP: 7.3.11 (system PHP) Installing PHP: 5.6.40 and 7.4.4 The "imap" variant specifies only the `--with-imap-ssl` flag, but this is incomplete and PHP...

## Feature Request #### Is your feature request related to a problem? Please describe. #### Describe the solution you'd like For the `os` module, I would like to show a...

✨ enhancement

If `PHP_WITHOUT_PCRE_JIT` is not set (default value of `no`) or if it is explicitly set to `no`, then this means we want PCRE JIT support. The previous logic did the...

Trying to get a specific version like `https://bina.egoist.dev/charmbracelet/[email protected]` doesn't work because GitHub's releases API expects an ID, not a tag. Possible fix: ```typescript const releaseUrl = repo.originalVersion === 'latest' ?...

### Describe the bug Setting restrictDefaultSecurityGroup to true for a dual-stack VPC will not remove the IPv6 egress rule. ### Expected Behavior For a dual-stack VPC with restrictDefaultSecurityGroup set to...

bug
p2
investigating
@aws-cdk/aws-ec2
effort/small

The new `@_` ligature only works when `calt` is disabled. ```jsonc // @_ ligature works "editor.fontLigatures": "'calt' 0, 'cv62' 1" ``` ```jsonc // @_ ligature does not work "editor.fontLigatures": "'calt'...