Joao Henrique Silva Mendonca

Results 7 issues of Joao Henrique Silva Mendonca

### Versions: - ide-helper Version: 2,12,3 - Laravel Version: 9.19.0 - PHP Version: 8.0.2 ### Description: When we "extend# an existing relationship, ide-helper seems to ignore this new relationship. Let's...

bug

- Corcel Version: 2.5 - Framework Name & Version: Laravel 5.4 - PHP Version: 7.1 - Database Driver & Version: MySQL Ver 14.14 Distrib 5.7.17 ### Description: When the menu...

pr needs update

Added the getByPath method to Post model extracted the logic from WP source. Allowing retrieve pages with nested paths (parent pages). Example: A child page with the following permalink: `parent/child`....

## Description Added the possibility of passing query params to the getPresenceUsers and the (deprecated) get_users_info in order to support the feature implemented by Soketi, and, hopefully, Pusher, where we...

Added two new "field" types: has and scope. This grants the ability to query the eloquent model with the has() and/or to add a model scope. Usage: Eloquent: ```Post::hotAndPopular()->get();``` With...

Added the `aria-live` attribute with value 'polite' to the toast element to ensure that notifications are announced to screen readers as they appear. This improves the accessibility of the toast...

This pull request prevents redundant database queries when displaying SelectPlus in index fields. Currently, an extra query is executed per line due to repeated loading of relationships, even when eager...