Hemant Rajput

Results 19 comments of Hemant Rajput

add service accounts to your root or set USE_SERVICE_ACCOUNTS to False

@thewbuk The reason for the error is that the Radix primitives for the dialog component utilize hooks but lack the necessary `use-client` directives at the top of the file. Consequently,...

@wehagy Apologies for the inconvenience, and thanks for bringing the bug to my attention; I'll fix it as soon as possible.

Thank you for using my calculator app. I'm delighted to hear that it has been helpful to you. Regarding the issue you mentioned, I'm unable to reproduce it. Could you...

It seems like the issue you're experiencing with the currency calculation freezing is related to a known [problem](https://github.com/rajput-hemant/calculator/issues/73). Currently, in tab view mode, if you navigate directly to the currency...

hi @Kampita, i apologize for the incomplete documentation; ill be updating it whenever i get the time. in the meantime, you can check out [this](https://github.com/rajput-hemant/infinitunes/blob/master/src/lib/jiosaavn-api.ts), you can review the routes...

Hey @ViSurya , Thanks for reaching out. The TS version actually has more features than the Rust version. I apologize for the incomplete documentation; I'll be updating it whenever I...

Im not entirely sure about that, and no, I am not using any proxies. However, I did stress test JioSaavn's original API using Oha, and my IP wasnt banned. In...

hey @ashukumar2001, try hosting your API instance in the India region, as it retrieves data from the JioSaavn API, which restricts certain data based on geolocation

I managed to rewrite the path with the following `vercel.json` configuration for [example/simple](https://github.com/vercel-community/rust/tree/main/examples/simple): ```json { "rewrites": [ { "source": "/simple", "destination": "/api/simple.rs" }, { "source": "/complex", "destination": "/api/complex.rs" }, {...