Vladimir

Results 4 issues of Vladimir

Библиотека распознавания иногда отдает isMobile=true и isTablet=true Соответственно дальше ломается логика ``` `\Yii::$app->params['devicedetect'] = [ 'isMobile' => $this->_mobileDetect->isMobile() && !$this->_mobileDetect->isTablet(), 'isTablet' => $this->_mobileDetect->isTablet() && !$this->_mobileDetect->isMobile(), 'isDesktop' => !$this->_mobileDetect->isTablet() && !$this->_mobileDetect->isMobile(),...

https://github.com/microsoftgraph/msgraph-sdk-php/blob/72192f38679c7def0daac0cf53648cdebcf96256/src/Beta/Microsoft/Graph/Model/Contact.php#L64 API responsed null for undefined Day of birth. For this case, msgraph-sdk-php will return the current date. Solution: need additional check value !== null [AB#10295](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10295)

under investigation
need more information

### Description: There are LambdaFunction & LambdaLayer in the my SAM template. LambdaLayer has BuildMethod: makefile command `sam build with parameter --manifest (-m)` leads to error **Build Failed Error: CustomMakeBuilder:MakeBuild...

blocked/close-if-inactive
area/node-npm