Alexander Brandes

Results 121 issues of Alexander Brandes

Given, teams are accessible to organization members only, this PR improves on that topic, by shining more transparency on the individuals involved in the core development and release process, for...

skip-changelog

Same like https://github.com/jenkinsci/jenkins/pull/6734, but this PR targets pages including `cause.jelly`, like the agent's one. ### Testing done Before: ![Screenshot 2023-07-07 at 19 54 34](https://github.com/jenkinsci/jenkins/assets/13383509/33c91cc1-cbd4-49d4-b8aa-174a490beb70) After: ![Screenshot 2023-07-07 at 19 55...

proposed-for-close
web-ui
rfe

The change proposed aims to automate the process of filling in since annotations to make PRs like https://github.com/jenkinsci/jenkins/pull/7239 redundant. ### Testing done A PoC is available at https://github.com/NotMyFault/since-todo/pull/1 ### Proposed...

skip-changelog

![Screenshot 2023-01-08 at 13 09 24](https://user-images.githubusercontent.com/13383509/211195267-395a3aa3-bf19-42b4-bb68-a24e2c640280.png) ``` [13:08:47 INFO]: NotMyFault issued server command: /p list all [13:08:47 WARN]: java.lang.IllegalArgumentException: Tag name must match pattern [!?#]?[a-z0-9_-]*, was info.server [13:08:47 WARN]: at...

Bug
Approved
Hacktoberfest
v7

Input: `/p f set greeting Welcome to my plot` Output in `/plot info`: ![Screenshot 2023-01-08 at 17 38 37](https://user-images.githubusercontent.com/13383509/211208315-58766d57-ea74-4100-b8eb-d0375999cc55.png)

Bug
Approved
Hacktoberfest
v7

![Screenshot 2023-01-08 at 17 41 04](https://user-images.githubusercontent.com/13383509/211208411-e1da5406-ccfb-45bc-a4b6-31421ab9e1ae.png) According to the arguments, there's no case a player name would be of use. We should get a rid of it and just tab...

Bug
Approved
Hacktoberfest

https://github.com/IntellectualSites/PlotSquared/blob/main/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ReplicatingEntityWrapper.java#L208-L210 calls the deprecated armor stand methods. Rather, the `ItemStack` call should be updated to call `stand#getItem()` and check for an `EquipmentSlot` individually, matching all parts of the player.

Hacktoberfest

This PR is a follow-up to https://github.com/IntellectualSites/FastAsyncWorldEdit/pull/2081: Residence uses a non-standardized approach to build and distribute binaries, incompatible with the industry standard. There have been community efforts on Residence's end...

Breaking changes
unresolved-merge-conflict

The release workflow which uploads FAWE to CurseForge calls a wrong artifact name in https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/d6599fd332247e9702c6e29a84bde4a2c03311a8/.github/workflows/build.yml#L78 which results in failing the workflow: ![](https://cdn.discordapp.com/attachments/701777340279160974/1051564899165290569/Screenshot_2022-12-11_at_19.23.20.png)

Bug
Approved
Good first issue
Hacktoberfest

Hey, It appears you publish an incomplete set of maven metadata. https://repo.mikeprimm.com/us/dynmap/dynmap-api/maven-metadata-local.xml contains a non-exhaustive list of versions published. Additionally, `-local` (or any other repository identifier) is expected to be...

Bug Report