Prateek Sachan

Results 8 issues of Prateek Sachan

## ARM API Information (Control Plane) MSFT employees can try out our new experience at [OpenAPI Hub](https://aka.ms/openapiportal) - one location for using our validation tools and finding your workflow. Azure...

Network
WaitForARMFeedback
customer-reported
CI-FixRequiredOnFailure
ARMReview
resource-manager
BreakingChangeReviewRequired

Currently if the codeforces API gives status which is not "OK", then it retries, assuming that max API limit is exceeded. But status could be not "OK", even if handle...

bug

Submission fetching involves read and write into `lastfetched` field. This could result in race condition where one thread writes to variable and another thread try to access this. Add mutex...

bug