Dan Wallis

Results 98 issues of Dan Wallis

When contributing to this repository, I have found that there are often merge conflicts with the compiled assets. This pull request eliminates such issues by removing the compiled files from...

When I have many items in the build queue, I sometimes end up adding to the queue in duplicate, as I miss that I've already queued a particular building. This...

Fixes #1004 In order to test this, one should enable "No Queue Order" and "No Research Queue Order", and set "Queue Merging" to "Never Merge". When adding two of the...

When the "No Queue Order" setting is enabled, the times shown in the build queue are misleading when two of the same building are queued. It seems like it should...

When I add the World Collider to the build queue, it shows how many segments are remaining (in that queue item), and two times - one for building the current/next...

See also #3751 where this same change is being applied to the `4.0` branch. Note that I did development on the `4.0` branch for this and cherry-picked the resulting commit...

Status: awaiting feedback
Standard: Generic

Adds auto-fixing for `PSR12.Files.FileHeader.IncorrectGrouping` and `PSR12.Files.FileHeader.IncorrectOrder`

Status: awaiting feedback
Standard: PSR12

Following some feedback on #3752 about an extension that I'd forgotten to add to `composer.json`, I have set up [`maglnet/composer-require-checker`](https://packagist.org/packages/maglnet/composer-require-checker) to automatically detect such errors in future. While doing so,...

Status: awaiting feedback

In https://github.com/composer/composer/discussions/11770#discussioncomment-7928933, it was stated that a `dev-` prefix means something different than a `-dev` suffix. This came up because a user was treating these as interchangeable when they aren't....

enhancement

This pull request removes empty sections from `composer.json` when they are defined as optional (or more specifically, not specified as required) according to the schema. I have hidden this feature...

enhancement