Dhanus

Results 16 comments of Dhanus

> Thanks for the PR, @Dhanus3133! > > Also, how is the user expected to configure the publishable and API keys, and the remaining URLs? ![image](https://github.com/juspay/hyperswitch/assets/43700516/f8097d4f-cf1e-4c81-b2ec-caef7371a25a) Resolved it.

I noticed that one of the PRs closely mirrors mine. Just wanted to bring this matter to your attention.

@SanchithHegde do you know why this happens? ![image](https://github.com/juspay/hyperswitch/assets/43700516/28e22502-841e-4402-9c93-792818476853)

> batch_email_notification task: this task will loop over all the unsent notification of the user in the last 30 mintues Notification.objects.filter(emailed=False, recipient_id=user_id, created_gte=now()-timedelta(minutes=30)) By this, we will send the emails...

> I don't think we need to verify email preference again in the task. We are already doing it in the `send_notification_email` handler. That should be sufficient. Doesn't this cause...

### Summary of Notification Preferences Page UI/UX The Notification Preferences UI allows users to manage their notification settings for different organizations. Here is how the UI works #### Current UI...

Can you give me some more information of where it is lagging and what you had tried to do. (It can be abit laggy only when you test or submit...

The lag is because of the delay in response for the API request happening in the background to Leetcode API. I am unsure for the reasons behind it. Tried switching...

https://github.com/Dhanus3133/Leetbuddy.nvim/pull/33#issuecomment-1788901829 Will fix this soon, maybe if you're interested create a PR :)

1. Will update with this. 2. Leetcode does only give the template without any headers/imports. You can just add the headers in the top of the file fixes LSP warnings...