Iwo Plaza

Results 25 issues of Iwo Plaza

Ideas: - Don't necessarily base it on any attack state, more on the proximity to the player. False positives could then be interpreted as missed attacks.

### Mo' Bends Version This happens at least on **Mo' Bends 1.12.2-Beta2** ### Examples: Example One (shivaxi): Vanilla: ![image](https://user-images.githubusercontent.com/7166752/112802465-81021180-9072-11eb-93b5-acfb92c3171d.png) Mo' Bends: ![image](https://user-images.githubusercontent.com/7166752/112802507-8d866a00-9072-11eb-96b6-0085ea0a4116.png) Example Two (shivaxi): Vanilla: ![image](https://user-images.githubusercontent.com/7166752/112802646-b9095480-9072-11eb-9fe7-78007d2a39df.png) Mo' Bends: ![image](https://user-images.githubusercontent.com/7166752/112802617-aee75600-9072-11eb-886e-7a5dda0806de.png)

Examples of interesting gradlew setups: - https://github.com/Darkhax-Minecraft/WAWLA

enhancement

This could be used for better custom state managment and the emergence of custom trigger functions internally.

enhancement

## Summary In our project, we had the need to await on a secure store to load proper auth information before initializing the rest of the app, and as soon...

## Problem I ran into a problem with having nested dot directories inside `/node_modules/` (e.g. /node_modules/.bin, /node_modules/get-intrinsic/.github/FUNDING.yml). I wanted to exclude all directories and folders contained in node_modules, but could...

Hi! Even though iOS support is still experimental, I wanted to know if there is a way to properly sign the `[name].app` bundles into proper `.ipa`s that can run on...

## Description of the change According to React Docs, `useMemo`'s result can be forgotten under special circumstances. To avoid this potential behavior, we could use `useState` to create a stable...

## Description of the change Added a test case for bug described in issue #71, and fixed it. Not sure how this changes other Bunshi behavior, but it passes all...