William Almeida

Results 4 issues of William Almeida

Error: The original code does not check if the variable `$this->OTLtags['Plus']` is initialized before manipulating it. This can cause an error if the variable has not been defined previously, resulting...

bug/fix
notices-warnings
missing sample / test
changes-update-requested

Here is a comment for the addition of the new Dialog component and methods for various dialog types: feat: add dialog component and methods for various dialog types This feature...

This pull request introduces a new `Dialog` component to the application. The changes include adding the component to the navigation menu, rendering it in the layout, and defining its route...

## Description This pull request ensures that the `$this->OTLtags['Plus']` index is always initialized before being used in the **FONT-VARIANT-POSITION** case. Previously, if the `Plus` index was not set, PHP would...

missing sample / test
changes-update-requested