Luboš Remplík

Results 8 issues of Luboš Remplík

Sometimes you need to generate only specific acos and you still don't want to create acos one by one with acl shell. I added 3 options (root-node, plugins and only-plugins)...

enhancement

In javascript you can do something like this ga('send', 'event', 'category', 'action', { 'metric19': 24.99 }); I have try two ways how to approach this via PHP GA, Test 1:...

This is a * [x] enhancement I think it would be good idea to make _formAlignment public method so it is possible to change alignement with element for example. ###...

enhancement

This is a (multiple allowed): * [x] enhancement * BootstrapUI Version: dev-master. * Bootstrap Framework Version: 4 * jQuery: 3.3.1 I have form created with `align => horizontal` and I...

enhancement

Great plugin! Would be great to be possible to set what file extensions are allowed to run QA tools, currently this is set by filetype php, but there are scenarios...

I think there is need to be possible to adjust default exclude.list which is generated by application since, as described in several issues, the rsync takes list from top to...

I am getting following errors when running app test on Users controller, which uses Users Table with TagBehavior loaded ``` RuntimeException: Field "tag_count" does not exist in table "users" ```...

I am getting error when trying to use Security attribute on extended type class. I have mutation class ``` #[Type] final class RealtyMuation { // some methods } ``` Then...

good first issue