Hamed Osama
Hamed Osama
# This pull request fixies issue #41 ### First, I have added options property to IData interface as optional property in (events.ts) ``` export interface IData { query: string; location:...
If I run multiple scrappers with different filters and push it all in array like this: ``` scraper.on(events.scraper.data, (data) => { jobs.push({ id: data.jobId, title: data.title, company: data.company, link: data.applyLink...
**Python version installed** 3.12.1 **Meraki library version installed** 1.45.0 **OS Platform** Windows 10 **Describe the bug** Ranges query parameter is missing in `getOrganizationCameraBoundariesLinesByDevice` it must have ranges query parameter which...
 text goes out the box which in case of more large text will be invisible or will be scroll in bad experience.
I am using R2 as my cloud storage and deploy to Vercel as serverless functions using Django and DRF Python version: 3.8.0 ``` boto3==1.35.20 Django==4.2.14 django-storages==1.14.4 djangorestframework==3.15.2 urllib3==1.26.20 ``` Settings...