Mateus Mercer

Results 3 issues of Mateus Mercer

Annoying messages shows up when I open PHP files. I use company-irony and I have read that this happens because of the hooks: [Answer](https://lists.gnu.org/archive/html/help-gnu-emacs/2015-10/msg00257.html) But even using the settings above...

### Example https://stackblitz.com/edit/angular-211yuk https://angular-211yuk.stackblitz.io ### Problem If you use a mask with the pattern `"09*"` it will allow a `,` or `.` after the first number If you use a...

# Overview There's some tables (related to migrations) I want to ignore at my codebase. I didn't found a way to configure that. I tried returning "null/undefined" at `getMetadata` but...