So I'm going to download a file using axios and socks proxy agent in nodejs. Of course, downloading is successfully carried out when only using axios. But if th
I'm trying to create an Azure AD app with Application and Delegated permissions set for O365 API. The script works fine but when I try to grant consent from Azu
This, is unambiguously a valid json string: {"key": "quoted \"value\" and 'value'"} ...because of the ' and " in the value, both of these are invalid: json.pars
I am trying to measure the length of the list under Original Query and subsequently find the mean and std dev but I cannot seem to measure the length. How do I
I am attempting to abstract some of our common WebApi bootstrapping logic into projects that all WebApis can reference. The general idea being that all the bui
I have one Clipper code file say it ABC.prg (this program is for console window) with CMX52.ch one header file and I want to make exe for wndows 7 64 bit so i
For the last week or so, every .VUE file I work with has no syntax highlighting. I usually have the extension Vetur to help with synthax highlighting and other
When I tried installing Microsoft.AspNetCore.AppRef in my webapplication in .net core 3.1. However, I get this error instead: Package 'Microsoft.AspNetCore.App.
I have a dynamic Viewpager and I add pages with title. In Viewpager I have and Setting button that sends you in new Activity but when I go back in ViewPager all
I'm creating a Carousel with bootstrap and I'd like to create a link that jump directly to the nth slide in the carousel. My current code consist: index.html: &