Carlos Mora

Results 12 comments of Carlos Mora

The problem is with Intelephense probably. I use it in VSCode, but locked the updates in 1.2.3, because ongoing versions don't recognize standard Laravel classes, and requires to add fake...

@pimjansen The breaking change was to accept the spanish module with a bad named function. The interface spects the function to be called **tollFreePhoneNumber** instead of **tollFreeNumber**, so in the...

According to the docs, So the function should keep the name accross languages.

I've made a PR https://github.com/fzaninotto/Faker/pull/2031 fixing the typo. Test failed because other langauges issues.

We need more than "I like it". In general there is a significant positioning against repositories in Laravel, mainly because it relies in an Active record pattern, and its advantages...

Depending on what schema are you going to use to transfer data. In my case, using GraphQL, I have Lighthouse on the Laravel side, and Apollo on the other end.

This one is a significant issue, as it's spected to work as usual with v-models. Changing underlying data is a regular practice. Please pay attention to this.

ALternative change: ``` let slotName = `head(${field.key})` let thContent = field.label if (!slots[slotName]) { slotName = 'head()' } if (slots[slotName]) { thContent = slots[slotName]?.({ label: field.label, // this ones to...

Still an issue. Linux Mint 20.21/Workbench 8.0.32 CE