Razvan Grigore
Razvan Grigore
Hello, For some of our endpoints we get those errors: ``` PHP Notice: Undefined variable: convertedUri in phar:///usr/local/bin/blueman/vendor/pixelfusion/blueman/src/Blueman/Console/Command/ConvertCommand.php on line 172 PHP Warning: Invalid argument supplied for foreach() in phar:///usr/local/bin/blueman/vendor/pixelfusion/blueman/src/Blueman/Console/Command/ConvertCommand.php...
I just tested this on my machine, but I don't know if it should be a new branch, as it probably doesn't work on Wheezy. ``` vagrant@aboutyou:~/php-7-debian$ sudo service php7-fpm...
There should be no need to run `graylog-collector-sidecar -service install` as this can be done by deb when detecting a systemd system. This is what most packages already do, including...
This is similar with PR #40 Documentation of https://github.com/Superbalist/flysystem-google-cloud-storage says: ``` /** * The credentials will be auto-loaded by the Google Cloud Client. * * 1. The client will first...
The depends must be a typo, daterange has nothing to do with the Language assets, should I create a PR to fix this? https://github.com/2amigos/yii2-date-picker-widget/blob/master/src/DatePickerLanguageAsset.php#L24
Hello, We are trying to replace php-fpm with nginx unit, running inside docker, but after tuning the setups to the same resources and configuration, we get this error from `apcu`...
We should update the SDP example to include the H264 codec offer from chrome and explain the differences between them. Thank you for this tutorial!
thanks for this great tool! with composer config: ``` "config": { "platform": {"php": "8.1"}, ``` we get this error: ``` Problem 1 - laminas/laminas-code[3.4.0, ..., 3.4.1] require php ^7.1 ->...
Hey, thanks again for this great script. I've found a small bug, when the image is is not square, the distorsion goes outside of the canvas size, cutting a little...
The [Google libwebrtc](https://webrtc.googlesource.com/src/+/refs/heads/main/api/video_codecs/h264_profile_level_id.cc#162) supports this and it would be a nice helper function. Thanks!