Skip to content
#

extension

Here are 4,967 public repositories matching this topic...

cphalcon
konsultaner
konsultaner commented Feb 4, 2021

I'm using PHP 7.4 with phalcon 4.1.0. The following code raises an Exception:

$phalconModel->property = "foo";
unset($phalconModel->property); 
$phalconModel->property = "bar"; //<- This throws
Fatal error: Uncaught Phalcon\Mvc\Model\Exception: Cannot access property 'XXX' (not public)

With phalcon 4.0.5 on PHP 7.3 it worked as expected. I'm not sure if this is a

YouTube-Extension
SenseiMarv
SenseiMarv commented Apr 14, 2021

PROBLEM:

Some content creators make videos where the aspect ratio changes during the video. When their video itself has a different aspect ratio than the monitor of the viewer, the "transparent background" option creates two differently colored bars, which is distracting in my opinion.

Example:
![Example](https://user-images.githubusercontent.com/41735601/114696189-b0747780-9d1c-11eb-9f

Improve this page

Add a description, image, and links to the extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the extension topic, visit your repo's landing page and select "manage topics."

Learn more