Олег Петрачев
Олег Петрачев
Is any kind of conditional flow control available? E.g. in step 3, if A, then go to step 5, else if B then go to step 7, otherwise go on...
Script produces incorrect csv when parsing dump with single/double quotes and newlines. Example: ``` INSERT INTO `test` VALUES ('single quote \' test','double quote \" test','newline \n test'); ``` After converting...
I am trying to set global AccessControl on application. I have this in application configuration: ``` 'components' => [ ... ], 'modules' => [ 'user' => [ 'class' => Da\User\Module::class,...
> Unexpected browser feature "css-appearance" is not supported by IE 11 and only partially supported by Firefox 52,54, Chrome 49,58,59, Safari 10.1, Opera 46, iOS Safari 10.3, Chrome for Android...
> Unexpected browser feature "outline" is only partially supported by IE 11 (plugin/no-unsupported-browser-features According to caniuse: http://caniuse.com/#feat=outline `outline` is supported in IE 11, only `outline-offset` is not supported. Is there...