mirkan1
mirkan1
```python inflight = 0 async def on_request(req): req.__setattr__('_allowInterception', True) global inflight inflight += 1 # return await req.continue_() async def on_requestfinished(req): req.__setattr__('_allowInterception', True) global inflight inflight -= 1 # return...
As shown below picture this PR implements scraper functionality that works on the fly and sets it into a prompts area 
I used chat-gpt to translate from English then fixed grammar mistakes where needed
This is a fix for https://github.com/getredash/redash/issues/6159 - [x] Bug Fix
* big.js is intruduced * Turkish lira marker enhancement for readability * version upgrade to 3.0.0
for example, my VRAM is 4GB so I can't use some of the high-end models, we should find a find to detect it and let the user know we can...
I noticed that you are working on the same script but the scrappy version of it. I made some changes on the selenium version but it still fails on menu_scrapper....
If you are not reinstating a variable you dont need to call global variable - [ ] Refactor
## What type of PR is this? I saw this error on vs-studio, it was weird that it didnt throw an error.. After testing manualy I figured that both `blacklist`...
I encountered an unnecessary check and error on my compiler related to async call