Jamie Magee

Results 179 issues of Jamie Magee

GitHub pages can be configured to serve under a custom domain using a CNAME file in the repository. This means we can detect the URL automatically (if the repository is...

This completes the remaining work started in #9755

Missing features: - [x] ~~Highlight OP comments~~ 2eaa6ce5bc1b8851eab9cc654c96afc285953630 - [x] ~~Render table of contents for subreddits~~ 77919a157eb814168ea7f2e5fc7d5051275e9875 - [ ] Select timespan for subreddits - [ ] Numbered comments instead...

This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...

## Motivation ("The Why") Currently, deprecated packages show a short string with some information from the `deprecated` property. This often includes information about another package to migrate to, either due...

By default the top-level `GITHUB_TOKEN` has all permissions[^1]. This change removes all permissions by default, as recommended by the GitHub Actions security hardening guide[^2]. Also see the related alert: https://github.com/dependabot/dependabot-core/security/code-scanning/277...

### Code improvement description In December 2023 RubyGems announced trusted publishing[^1]. It allows you to swap a GitHub token for a RubyGems token, and eliminates the need to keep around...

T: tech-debt ⚙️

This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...

References: - https://github.com/NuGet/NuGet.Client/compare/6.9.1.3...6.10.0.100 - https://learn.microsoft.com/en-us/nuget/release-notes/nuget-6.10 - https://devblogs.microsoft.com/nuget/announcing-nuget-6-10/

L: dotnet:nuget