Simon Asika
Simon Asika
Thank you. Waiting for your PR.
You provide a good idea. But in Windwalker, I prefer do this way. ``` php $item->images = with(new JRegistry($item->images))->toArray(); // OR $item->images = with(new JRegistry($item->images))->toObject(); ``` It's simple and enough...
I will wait Joomla4 (If it drop PHP 5.3 sure) and add this feature to Windwalker.
I know this. I think it can be an option for some developers if they want to use native JSON support
https://github.com/smstw/windwalker-joomla-rad/issues/14
Using Windwalker Loader if self
For my experience, PHPStorm cannot show any information of `{@inheritDoc}`, I have to trace the parent to see docblock. I'm agree with @eddieajau, I also don't like this tag. It's...
Does the html, css, js coding standards already stable? We are start translating the Traditional Chinese version, and will adding the language menu on the toolbar. http://smstw.github.io/joomla-coding-standards/?coding-standards/chapters/php.md 
This works for me. Create a `shims-sweetalert.d.ts` ```ts import swal from "sweetalert/typings/core"; declare global { const swal: typeof swal; const sweetAlert: typeof swal; } export default swal; export as namespace...
Close since the root library updated.