Bastien

Results 10 issues of Bastien

When I see this: https://github.com/drawrowfly/tiktok-scraper/blob/master/examples/getSingleHashtagMeta.ts I can't see that I can get the hashtag metadata with the number of post and views. But I don't understand how to get those...

Hi, When I make a call on a `getAccount`, eveything seems to be OK. **Code :** ```php $instagram = Instagram::withCredentials(new \GuzzleHttp\Client(), 'USERNAME', 'PASSWORD', new Psr16Adapter('Files')); $instagram->login(); $instagram->saveSession(); $return = $instagram->getAccount('cristiano');...

**Describe the bug** I have an ElasticSearchServiceProvider in my app/Providers directory. The client build is made as follow: ```php $client = ClientBuilder::create() ->setHosts([ 'http://'.env('ELASTICSEARCH_HOST').':'.env('ELASTICSEARCH_PORT') ]) ->setBasicAuthentication(env('ELASTICSEARCH_USER'), env('ELASTICSEARCH_PASS')) ->build(); ``` If...

bug

Line 22 block the end of installation.

cf. issue #149. The goal of this PR is to give more possibilities to the lib user : send more parameters on a root level, and keeping advantages simplicity of...

Hi, **How to add some parameters on root level, and not in data, buttons, etc. ?** The only way I found is to add one more parameter to `sendNotificationToExternalUser`, for...

I created a question in the Twitter forum for a discordance between rate limit in the documentation and rate limit in the API. [See here.](https://twittercommunity.com/t/rate-limit-discordance-doc-vs-api/170748) But here, my question is...

suite à la mise à jour d'une adresse en version 1.7 de PS.

Hi again, In fact, the module cannot work with customer address with the default checkout (or register) process of PS 1.7, because you do not add the address on the...

Hi, I have the following exception : ``` Symfony\Component\ErrorHandler\Error\FatalError Allowed memory size of 536870912 bytes exhausted (tried to allocate 167772160 bytes) at vendor/smalot/pdfparser/src/Smalot/PdfParser/Font.php:221 217▕ $char_to = hexdec($matches['to'][$key]); 218▕ $offset =...

bug