Bert Oost
Bert Oost
First off; this is a rocking PHP Markdown reader! I'm using it to render some help docs for a module documentation website. I am using (fenced) code blocks to show...
Hi, Since PHP 8.1 we can use Enums. Which in my opinion are a great asset to PHP. But unfortunate there is not an elegant way of retrieving values inside...
### Description Sometimes it's not necessary or wanted to have a canonical tag. Or sometimes you want a canonical tag because you have duplicated content, but organised by an other...
I have connected a 3rd keyboard to my macbook and I want to detect a keypress from the specific keyboard, not from the others. Is that possible at all? Regards,...
Please add a prefix to your SCSS variables. Like $spinnerSize .. should be like; ``` $ladda-spinnerSize: 32px !default; ``` _or even better $ladda-spinner-size (more like Bootstrap itself)_ Also applicable for...
Currently you can only render a Twig template and it passes the current row and the normal value to the template. It would be cool to have the ability to...
https://github.com/omines/datatables-bundle/blob/b51c5ac58b31973ea754b891de38dfe9e6624a74/src/Adapter/Doctrine/ORMAdapter.php#L183 I have created a custom adapter for my goal to support usage of the entity repository class of Doctrine. At the end I discovered that `->iterate()` won't work for...
Hi, I am creating an multi-tenancy application with a separated database setup Therefore I have created two entity-managers in the doctrine configuration and based on the hostname in the browser...
I was thinking about a nice feature? It's maybe nice to create a sort of redirector plugin wich checks the browser language of the visitor and redirects them to the...
For example I have 3 languages/contexts web = NL de en I have setupped babel with subfolders like http://www.domain.com/en/ or ../de/ and that is working fine. Only for local development...