Shashwat Tripathi
Shashwat Tripathi
Can you please provide more information? What error message you are seeing and at which steps exactly?
Have you enrolled and paid for the courses you are trying to download?
I had issues with latest version too with the business account. But the issue was different. I tried previous version one by one and it worked fine with [v1.8.0](https://github.com/FaisalUmair/udemy-downloader-gui/releases/tag/v1.8.0). Try...
Glat that worked for you. This issue seems to be related to #490.
I think I have found a solution by having a separate `NetMQPoller` for `RouterSocket` and `NetMQQueue`. Now `Queue_ReceiveReady` is triggered immediately as I enqueue messages in `NetMQQueue`. I wish if...
Hi @rclarke2050 Does it mean that we have to include DapperExtenssions library to achieve this? DapperExtenssions and DapperContrib seem to be doing same thing but different way. I was thinking...
Hi @rclarke2050 Actually, both didn't work for me really. Each had its own limitations. I had to write my own solution to generate Insert and Update queries using Reflection and...
Hi @doudou6464 ! Did you happen to find any solution for that? I just came through the very same requirement.
For me, both `Initialize` and `InitializeWithoutStarting` starts the job immediately. I had hoped that my jobs will not start unless I call `JobManager.Start()` in case of `InitializeWithoutStarting`.
Hi @BradBarnich Can you please suggest how exactly you did the workaround? I have something like this. ``` builder.Entity() .HasIndex(m => new { m.OrderId, m.ClientId }).IsUnique(); builder.Entity() .HasOne(m => m.Order).WithMany(m...