Thành Nhân

Results 13 issues of Thành Nhân

## Error description photo ![Error photo](https://user-images.githubusercontent.com/60387689/168267717-4f117043-2398-42bf-9cc1-1b36807c4349.jpg) ## Device used in the photo > Android 11; Redmi Note 8 Build/RKQ1.201004.002 ## Browser version used in the photo > Chrome 96.0.4664.92

bug
help wanted
good first issue

# Steps to reproduce the problem: ~~https://youtu.be/4LRQpooOXC0~~ (Video has been deleted) 1. Search something on the release search bar (Ex: skyblock) 2. Click the "Search" button 3. Keep searching for...

Class: Bug
Status: Reproduced
Component: Release List
Priority: Low

```yaml PocketMine-MP Crash Dump Fri Jan 27 19:39:06 WIB 2023 PocketMine-MP version: 4.12.12+dev [Protocol 560] Git commit: b58d7fc82a8aecc45919f6cd15da256c1fe148f8-dirty PHP version: 8.0.27 OS: WINNT, win A PLUGIN WAS INVOLVED IN THIS...

Type: Bug

Allows players to set their own language

Type: Proposal
Category: UI

Something like this ```php $parser = Parser::createDefault(); $expression = $parser->parse("2! + 3!"); var_dump($expression->evaluate()); // int(8) ``` or ```php $parser = Parser::createDefault(); $expression = $parser->parse("fact(2) + fact(3)"); // https://www.php.net/manual/en/function.gmp-fact.php var_dump($expression->evaluate()); //...

enhancement

Supports solving equations like: - Simul Equation + 2 Unknowns + 3 Unknowns + 4 Unknowns + n Unknowns - Polynomial + $ax^2 + bx + c$ + $ax^3 +...

enhancement
help wanted

Something like: ```php $parser = Parser::createDefault(); $expression = $parser->parse("2 + 3 > 5"); var_dump($expression->evaluate()); // bool(false) $expression = $parser->parse("2 + 3 => 5"); var_dump($expression->evaluate()); // bool(true) ``` Comparison Operators: https://www.php.net/manual/en/language.operators.comparison.php

enhancement
good first issue

```php $parser = Parser::createDefault(); $expression = $parser->parse("111111111111111111111111111111111111111111111111111111111111111111111111111"); var_dump($expression->evaluate()); // int(9223372036854775807) $expression = $parser->parse("111111111111111111111111111111111111111111111"); var_dump($expression->evaluate()); // int(9223372036854775807) $expression = $parser->parse("99999999999999999999999"); var_dump($expression->evaluate()); // int(9223372036854775807) $expression = $parser->parse("9999999999999999999999999999999999"); var_dump($expression->evaluate()); // int(9223372036854775807) ```

enhancement
help wanted

This pull request modifies the help page header format to use square brackets for the page number. The change is implemented because the page number is optional, and square brackets...

Some servers do not include entity geometries directly in their resource packs. They use hard code to change the entity's geometry. So can we download the entire geometry of entities...

feature