Invis1ble

Results 14 comments of Invis1ble

Temporary fix: ```css .slider .tooltip { z-index: 1030; } .modal .slider .tooltip { z-index: 1070; } ```

I have the same issue. In my case `cputemp` shows GPU temp (`radeon-pci-0500` `temp1`) instead of CPU. ``` sh $ sensors radeon-pci-0500 Adapter: PCI adapter temp1: +35.0°C (crit = +120.0°C,...

It's a bit a trick, but you can disable AclVoter by removing `security.voter` tag from service definition. I created gist with some code: https://gist.github.com/Invis1ble/a45331c49805819f3266fb06ec22bee9

Errors doesn't "propagate" because of calling custom validator on single property, while the whole model is validated against schema multiple times.

I think we should look at [ZSchema's `customValidator` option](https://github.com/zaggino/z-schema#customvalidator) and maybe replace current implementation with it.

@QuozPowa ``` yml stof_doctrine_extensions: orm: default: ip_traceable: true ```

I solve a similar problem by $element.slimScroll({scrollBy: 0});