John Bampton

Results 291 issues of John Bampton

The 3 new buttons added are: - Good first issue - Read the Docs build status - CloudStack website status ### Description This PR enhances the visibility of the project...

### Description This PR removes unneeded trailing white space. Extra white space is just extra data that is sent across the wire. ### Types of changes - [ ] Breaking...

### Description Indentation in JSON is optional for the format to be valid, as whitespace is generally insignificant to JSON parsers. However, it is a best practice to indent JSON...

component:UI

### Description This PR adds a simple `EditorConfig` file. I used only three settings to start with. Lots of great projects already use EditorConfig: https://github.com/editorconfig/editorconfig/wiki/Projects-Using-EditorConfig And you can see how...

https://github.com/actions/cache/releases/tag/v5.0.0 ### Description This PR... ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking...

component:integration

The `dependabot.yml` configuration file should be placed in the `.github` directory at the root of your repository. Dependabot will not work if the file is placed in any other directory...

https://biomejs.dev Biome is a [fast formatter](https://github.com/biomejs/biome/tree/main/benchmark#formatting) for JavaScript, TypeScript, JSX, TSX, JSON, HTML, CSS and GraphQL that scores [97% compatibility with Prettier](https://console.algora.io/challenges/prettier), saving CI and developer time. It can format...

### Description This PR refs #12230 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...

component:networking

…mmit ### Description This PR is similar to other prs where we auto add the license headers with pre-commit One cfg file did not have a license header and the...

component:virtual-router

https://peps.python.org/pep-0008/#indentation PEP 8 – Style Guide for Python Code Use 4 spaces per indentation level. https://peps.python.org/pep-0008/#tabs-or-spaces Python disallows mixing tabs and spaces for indentation.