tenq

Results 7 issues of tenq

Hi, it´s possible to check if image exists? I get imagem from a rss feed, from remote server, and some images do not exits in them, its possible to check...

Hi, 1. have some example with form with image upload (blob without save, just use on memory) or image base64? 2. If it's possible, how I do resize text to...

question

Hi, I have this config: ```php $url = 'https://www.xxxx.com//wp-json/wp/v2/posts'; $data_headers = array( "content-type" => "application/json;charset=utf-8" ); $option = array( "useragent" => "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0" );...

In https://github.com/cocur/slugify/blob/master/Resources/rules/portuguese-brazil.json (line 66) and https://github.com/cocur/slugify/blob/master/src/RuleProvider/DefaultRuleProvider.php (line 8081), adjust for correct caracter: Instead: _'é' => 'é',_ Use: **'é' => 'e',**

Hi, I`m try to create and automatic set a current folder based on year/month. When user open kcfinder, year/month (2019/03) folder automatic open and show images. If images, images/2019/03 if...

Hi, great job... I have created new specific functions for my job. If you think be useful, merge it: ``` public function getValue($table, $col, $value, $col_returned) { $sqld = "SELECT...

Hi, i use cycle for my digital signage project, but, after few hours os use, the slideshow stop working, how to solve this? thanks