I have two matbadges, I want one in red and one in yellow. For the one in red I'm using: = 0" matBadge="{{element.failedTests}}" matBadgeColor="warn"> For
I'm having the following problem, my idea is to use CodePush within an application that has redux-saga integrated, the problem I have is that I'm using the foll
In gmail I keep getting emails saying garbageCollectorViewer authorization is required to perform that action. I am not a programmer. Why is gmail sending me th
I'm trying to get jq to parse a JSON structure like: { "a" : 1, "b" : 2, "c" : "{\"id\":\"9ee ...\",\"parent\":\"abc...\"}\n" } That is, an element in
I am using Django Rest Framework. And for documentation I am using drf-spectacular. But the problem I am facing is that when I am trying to submit using form, I
I'm trying to create an API function with a help of React Query and Axios. When I'm using useQuery with vanilla fetch function - it all works perfectly. export