John Rayes
John Rayes
### Difference between psr-0 and psr-4 PSR-4 is something like 'relative path', PSR-0, 'absolute path'. **psr-0** Looking at `vendor/composer/autoload_namespaces.php` file you can see the namespaces and the directories that they...
The supported events are: - 'keyup` - 'keydown` - 'Keypress` - 'blur` - 'focus` - 'input` - 'nodechanged` - When the current node containing the selection changes in WYSIWYG mode...
From my question on Stack Overflow https://stackoverflow.com/questions/77738288/sceditor-dropdown-is-out-of-place > When I create the sceditor like in the example, the dropdowns that appear when clicking on the font icon appears in its...
Some built-in functions can be turned into specific opcodes at compile time when the compiler is sure that they will be used (i.e. no namespace fallback is needed). This can...
I want to implement a dependency injector into Elk. I was thinking on [Simplex](https://github.com/mnapoli/simplex), which is a [Pimple 3](https://github.com/silexphp/Pimple) fork with full [container-interop](https://github.com/container-interop/container-interop) compliance and [cross-framework service-provider](https://github.com/container-interop/service-provider) support. Example implantation:...
Now backups can be created in half a second whereas the old code took nearly two seconds in my tests. YMMV. Busy servers probably won't see the same processing times....
https://github.com/SimpleMachines/SMF/blob/5a0150e3f6216ea32295406b095fbff57df99141/Sources/Utils.php#L2487-L2492 What should be done here? Remove this code or print class names? Tagging @MissAllSunday
I changed the test because IMO it was expecting a faulty order of operations.