Tuğrul Topuz

Results 21 issues of Tuğrul Topuz

Hi, First, thank you for this library. API is pretty good and it has less footprint on build. I targeted to build a working sample for esp32-cam. I encountered to...

enhancement

Hi, Is there a way to get video dimension onLoad event? Something similar react-native-video library https://github.com/react-native-video/react-native-video#onload

I tried on two different machines. Host 1 has purchased ssl certificate. Host 2 has letsencrypt ssl certificate. also I tried `secureProtocol=TLS_method` option but nothing changed. ### system info host...

Bootstrap 4 doesn't have `pull-right` class. This changed to `mr-auto`. Glyphicon is removed in bootstrap 4. Replaced to fontawesome.

**res.id** is unstable when execute query asyncly **Unstable Sample:** ``` javascript var list = [ {name:"foo", childs:['nick', 'jack','joe']}, {name:"bar", childs:['kate', 'kiti', 'kylie']}, {name:"baz", childs: ['ali', 'veli', 'deli']} ]; list.forEach(function(item){ db.query().insert('names',...

``` javascript var query = dbConn.query(); query.from('tablename'); query.where('`field3` = ?', [5]); query.select(['field1','field2']); console.log(query.sql()); ``` **Actual Result:** ``` sql FROM `tablename` WHERE field3 = 5SELECT `field1`,`field2` ``` **Targetted Result:** ``` sql...

I was able to use like below but `Iban\Validation\Validator` class has the `final` keyword is blocking now and I can't extend anymore. I don't need any violation list because it...