Ashcon Partovi
Ashcon Partovi
Changes everything `tc.oc` to `dev.pgm`, this is also necessary for getting an official nexus repo. Should be the last thing done before version `1.0` is released.
This allows beacon effects that are applied to players to be cancelled or mutated. It also allows different behavior for each individual player. An example use case would be creating...
[Adventure](https://github.com/kyoriPowered/adventure) is a Minecraft text library that has been adopted by Sponge, Velocity, and (soon) Paper. It would be great if instead of passing `String`s as legacy text, you could...
`Destroyable`, `Core`, and `MonumentWool` require an objective to be owned by an explicit team. We should remove this requirement so FFA maps can use those objectives (basically any player would...
We should implement the [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) API. ```js const request = new Request(new FormData()); const response = new Response(); const form = await response.formData(); ```
Moving [bun-types](https://github.com/oven-sh/bun-types) to this repository will make it easier for contributors to include TypeScript changes when relevant APIs are added or modified.
### Version 0.2.1 ### Platform Darwin {} 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 20:57:23 PDT 2022; root:xnu-8020.121.3~2/RELEASE_ARM64_T8110 arm64 ### What steps will reproduce the bug? ```js // index.js...
### What version of Bun is running? 0.2.1 (canary) ### What platform is your computer? Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 20:57:23 PDT 2022; root:xnu-8020.121.3~2/RELEASE_ARM64_T8110 arm64 arm...
### What is the problem this feature will solve? Developers will attempt to use Bun to replace other tools, but should be aware when certain CLI arguments are not supported....