Souf G
Souf G
Mobile applications results are not parsed at this moment
When a serp is parsed and when the page number is higher than the available number of pages, the javascript test throws an exception, instead we should check and warn...
Analysing result will be easier when giving a better IDE complemention for resultset items. For instance $item->url should be referenced as an url object
when querying google.com google will redirect to local country tld. Info: https://support.google.com/websearch/answer/873?hl=en We need to provide a way to provision cookies with that value that can be achieved again everytime...
Hi, the official client supports collection group queries that allows querying data accross sub collections with the same id as if it was an unique collections: https://firebase.google.com/docs/firestore/query-data/queries#collection-group-query Do you have...
The official firestore client gives us ability to get reference to a subcollection in this way: ```js var messageRef = db.collection('rooms').doc('roomA') .collection('messages').doc('message1'); ``` I couldn't find a equivalent way to...
Phantomjs supports screenshots, but maybe some wkhtmltopdf or alternative can be used from any http adapter and allow to make screenshot from the dom
Media interface should be able to do the following: ``` php $media->getMimeType(); // image/png $media->save('filename.%extension'); // filename.png ```