Tom Swinkels

Results 17 issues of Tom Swinkels

Hi, When we use a HTML editor and post the content we must use html_entity_decode. Code: \Purifier::clean( html_entity_decode( \Input::get( 'revision.content' ) ), 'content' )

The output have some problem with the utf-8 characters. How can i fix this? Input: zorg & welzijn Output: zorg & amp; welzijn Code: \Purifier::clean( \Input::get( 'name' ) ); return...

Sometimes i have an array in the theme.json so it is nice if i can do a array dot :) `\Theme::getSetting('header.sociale.soundcloud')`

I want only show banners with a fixed format, but is doesn't work. There are also banners shown with a bigger height. My usage; ``` ``` What do i wrong?

bug

Error with .csv file. ``` array:7 [ "GETID3_VERSION" => "1.9.21-202109171300" "filesize" => 483 "filepath" => "/tmp" "filename" => "php9xHIox" "filenamepath" => "/tmp/php9xHIox" "encoding" => "UTF-8" "error" => array:1 [ 0...

When i create a file from url, the file is not valid. ``` $source = UrlUploadedFile::createFromUrl('https://ny2m44ls0z.b-cdn.net/w_1280,h_720/s3-siris/940a5248-4d5b-4629-a00e-182c1ce4251d.jpg') dump($source); ``` Response ``` Naxon\UrlUploadedFile\UrlUploadedFile {[#1098]() -test: false -originalName: "" -mimeType: "application/octet-stream" -error: 0...

When you check if the file is valid than i get some error; ``` $source = UrlUploadedFile::createFromUrl($url); dump($source->isValid()); dump($source->getErrorMessage()); ``` `"The file "" was not uploaded due to an unknown...

On PHP8.2 we get some warnings. `Creation of dynamic property Vinelab\Http\Client::$request is deprecated in /code/vendor/vinelab/http/src/Vinelab/Http/Client.php on line 91` `current(): Calling current() on an object is deprecated in /code/vendor/preprio/rss-new/src/Vinelab/Rss/Article.php on line...

NOTICE: PHP message: PHP Deprecated: Required parameter $statementType follows optional parameter $parameters in /var/www/html/vendor/graphaware/neo4j-common/src/Cypher/Statement.php on line 42

https://github.com/dmitryelj/RPi-P2000Receiver/blob/977561690bb51f6c9e28790586eccf06eccb7d60/p2000.py#L77