Dan Gamble

Results 54 comments of Dan Gamble

Awesome, will leave this open for another ~24 hours or so then close it if it fixes for all.

I'll see if i can give that a look at over the weekend. I've not used this plugin for a while now so unsure on it's current state sorry.

I _think_ this is ready now @jplhomer

> Does it need to be static? I noticed Laravel's is an instance method instead of a static method. Nope! I swear I was getting a syntax error in my...

Just had a little play around with this, one thing that seems to need to be done now is within the `vite.config.ts` you need to pass the `AppLoadContext` too like:...

I also think the Vite introduction causes issues with things like queues & scheduled not working as the `worker/server.ts` never gets hit during dev. Only way I can think of...

That's super nice Andrew and makes a lot of sense. Did you have any thoughts around the `queue` and `scheduled` part not working with Vite? Also, is there anything that...

My other though was around introducing ALS too. I was able to do this in a hacked together version of the old 2.x version of this. Something along the lines...