Sheng Slogar

Results 10 comments of Sheng Slogar

Lukewarm take? jQuery gets too much crap. I've been guilty of it myself. But you're really complaining about 114 *KB*? That's negligible. It's a damn fine library to keep using...

I think I'm running into a similar problem. I have a computed object that represents a form. I'm tying Vuelidate to specific properties on that object. When the object updates,...

> Okay so apparently only babel.config.js works, using a .babelrc file doesn't Damn, this was driving me crazy for a few hours. Babel is far from my strong-suite but I'm...

For anyone using Laravel and upgrading to Redis 6 on Heroku, your `config/database.php` would need to look something like this (you can pass `context` to global `options` or within a...

I've worked with shared data and never run into this issue. Can't really help without seeing your code.

Interestingly, this seems to be isolated to the React wrapper (which, as you referenced, [inertiajs.com](https://inertiajs.com/) is built on) and doesn't affect Vue. The [Ping CRM demo app](http://demo.inertiajs.com/) uses the Vue...

Please [format your code](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code) for readability, explain what Inertia-specific issue you're running into, and consider only opening an issue in one place so others can help you more effectively.

Inertia has history-based state management built in. You'll probably have better luck using that system instead of building your own. https://inertiajs.com/remembering-state#manually-saving-state

`usePage` doesn't come with any preloaded data. It spits out whatever you bind to it. What's preventing you from sharing `request()->all()` in your [middleware](https://inertiajs.com/shared-data#sharing-data)? Issues should be saved for actual...

The tables module is only available on the Quill 2.0 dev version and hasn't made it to the stable channel yet. `npm install [email protected]` is the latest.