Ryan Chandler

Results 88 comments of Ryan Chandler

@binaryfire That's the goal, yes. Server-side highlighting prevents a lot of "flash of content" issues that you _can_ run into with client-side highlighters like Prism and Highlight.js. The performance impact...

@binaryfire If you're on v4 now, please try installing `v2.0.0-alpha3` or newer for Phiki and seeing how it goes. I've tested on Cloud and it all seems to be working...

@binaryfire Is this happening locally too?

@binaryfire Could you open an issue on the Phiki repo please with the grammar, theme and text that you're highlighting.

Yeah, the `inject` parameter on the attribute was more of a "let's be super safe and certain that there won't be any breaking changes" rather than a _necessity_ to avoid...

@nuernbergerA Doing this would required manually handling the reflection of parameters, etc.

@calebporzio I've updated code to always run computed property methods through the container using Livewire's own `ImplicitlyBoundMethod` class. I'm not super clued up on the differences with Laravel's `BoundMethod` class,...

@calebporzio Good spot, I'll go back and add a test for protected methods too 👍