Denis Shatilov

Results 20 comments of Denis Shatilov

Not an issue please close.

> You may look to [v4l2loopback](https://github.com/umlaeute/v4l2loopback) that may be an intermediate device between the compression done by libcamera-apps and v4l2rtspserver. I have attempted this configuration on Raspberry PI B3+ and...

Same issue when using directly release kind, after updating the status block reports condition of previous release. It is impossible to use `kubectl wait --for=condition=complete` as the command will instantly...

Yep, Composer changed their latest tag to version 2. That's another reminder not to use latest in your builds. So if you have this magic line in your docker: `COPY...

Weirdly it works if Variable panel is closed while in debug mode.

Agreed, It should be: ``` static function IsValidEmail($email) { return !!filter_var($email, FILTER_VALIDATE_EMAIL) } ``` Or keep as Is, there are bunch of the issues with email verification. And caveats in...

1. Reasoning behind this suggestion is that when installing php-fpm each php files location has to be declared to be properly redirected. So each folder for those "static files" needs...

@ironjb Great work around. Has Little shorter version of writing instead of whole config object. ``` var modalInstance = $uibModal.open({ component: 'ModalComponent', appendTo: angular.element('#NgCtrlTag') }); ```