Ashcon Partovi

Results 121 issues of Ashcon Partovi

When we first introduced the Docker images for Bun, we decided to use `baseline` images for maximum compatibility. However, most production environments that deploy these images support AVX2 instructions. We...

docker
breaking

Currently, when Bun runs a script with a shebang in package.json, it will default to Node. Before 1.0, we should change this so that it defaults to Bun, and introduce...

enhancement
npm
breaking

Both `MapModule`s and `Config` are a mess, there are plenty of high-level configuration libraries that we can use to significantly reduce boilerplate code. The following one, `Owner`, has built-in support...

refactor

Do not merge yet, testing re-enabling buildkite.

This is a tracking issue for behaviour changes we want to introduce in Bun 1.2. - https://github.com/oven-sh/bun/issues/12180

tracking
breaking

### What does this PR do? This is a work-in-progress PR that will consolidate all of our build scripts to `cmake`. The goal is that you only need to run...

There should be a `TERMINOLOGY.md` doc that goes over the major concepts of how `PGM`'s code is designed and the important classes.

docs

This feature will likely need to be rolled out in several phases, here is the first. Server owners can run `/loadnewmatch [map]` to create a new `Match` on the same...

feature

Bukkit has a `Metadatable` interface that allows for various things to have metadata. Right now, to create a `FixedMetadataValue` or `LazyMetadataValue` you need to access `PGM.get()` -- this is not...

refactor

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [...