anchan42

Results 7 issues of anchan42

It no longer works. https://demo.inertiajs.com/login

### Version: "@inertiajs/vue3": "^1.0.14" ### Describe the problem: When the property of the data option object is removed, reload will not remove the corresponding query string from the URL. The...

Why do we check for secondaryMessageBg existent but use secondaryButtonBg? I'm new to all of this so probably this is me learning again 😅 ``` @if variable-exists(secondaryMessageBg) { &.p-tag-secondary {...

How can I disable the foriegn key constraint before seeding? This is so I can seed the table at random order and also allow some 'dirty' data to be seeded....

### Describe the bug It not spinning in the documentation site too. https://v3.primevue.org/icons/#spin ### Reproducer https://v3.primevue.org/icons/#spin ### PrimeVue version 3.53 ### Vue version 3.x ### Language ES6 ### Build /...

Resolution: Cannot Replicate

This code: ``` use App\Models\CostCenter; $cc=CostCenter::first(); $cc->desc = "TEST CENTER"; $cc->save; $cc->editor; ``` Return error: LdapRecord\ContainerException The LDAP connection [mysql] does not exist. However, the update_by column get updated correctly.

Not sure If I have done anything wrong but nothing happen after I press control+enter. Is there any other way to run the code?