Joseph Silber

Results 62 comments of Joseph Silber

In Laravel 10, `routeMiddleware` has been renamed to `middlewareAliases`. Thanks for reminding me to update the docs: https://github.com/JosephSilber/page-cache/commit/3893f3943a940c87ad668de4b05499198251f31d

> Web.php seems to have a different format in Laravel 10 than last time I played around with Laravel Both of these syntaxes are valid: ```php // This uses an...

I always wished for something like this 👍 The official answer for this has usually been to use additional components, but sometimes you want something lighter directly within the same...

Thanks 🙏 Can you please show me how to construct the URL to the Google Drive web interface using just the folders?

@LinusBorg > everytime the diffing of slot content does find changes in the slot content, we would be diffing the slot content twice - because after the render function of...

Just to show another use-case of how I bumped into this: Vue's computed properties currently can't take any arguments. Instead, if you want to use some calculated data in a...

@jacekkarczmarczyk the problem with that is that if _any_ of the orders changes, _all_ order totals then have to be recalculated.

Good news! It seems like this will be resolved in Vue 3.0: > All compiler-generated slots are now functions and invoked during the child component’s render call. This ensures dependencies...

@stygmate the just-released [v2.6.0-beta.2](https://github.com/vuejs/vue/releases/tag/v2.6.0-beta.2) includes #9371, which addresses this issue.

> In the same way as any other request, instead of processing in real time it will take from the generated/cached file How so? The webserver will look for `manifest.json.json`,...