Chirag Singhal

Results 32 comments of Chirag Singhal

no captcha or any thing?

please consider adding ||livemint.com/__js/lm_subscription_v4.js$domain=livemint.com to the filter list.

so, anything is possible or not? Actually the thing is that I want to use both cause github copilot gives bigger code snippets for free but tabnine is faster and...

``` import time import timeout_decorator @timeout_decorator.timeout(10) def mytest(): print("hello") for i in range(1, 10): time.sleep(1) print(f"{i}") try: mytest2() except: pass @timeout_decorator.timeout(5) def mytest2(): print("hello") for i in range(1, 10): time.sleep(1)...

i don't think comment and video description are very annoying. and if started hiding comments there will be no end of that. we should only focus on how we can...

> It doesn't work because the privacy pass extension broke their code when they added cloudflare and haven't realized it yet. There's an open PR in their repo that fixes...

Is it going to be added?

I think "Notable features of SingleFile Lite" can also be mentioned in the Benefits of the Manifest V3 as they all improve the performance of the browser and the security...

> so what was the solution ? enlighten me, what was the problem ? I have provided the test code.