I just started to use Rancher and request to correct me for any wrong terminology. Earlier I was using minikube on Macbook which provide SSH easily using miniku
I am working on react project. I want to navigate to my HTML file from App.js without opening a new tab.ie it should open on same tab of browser My HTML file (m
I have the following azure pipeline task snippet below, running on Linux self hosted agents. - task: DotNetCoreCLI@2 displayName: Run Dotnet Test
I'm trying to take a screenshot of a background window on Mac OS using python. I can currently only get a screenshot of visible screens. x1,y1,width,height =pyg
I have been trying to add the module and it is added, but when I put a "@Getter" or "@Setter" and I try to put "person.getName();" the getters and setter do not
The app uses useContext for state management and axios for a get request to an API to receive data. Originally I was not using useContext but later realized sta
I know this has probably something to do with class loaders, however I couldn't find an example (it might be I'm google-ing for the wrong keywords. I am trying
I have the following Pycord slash command @commands.slash_command(name="testcmd") @commands.has_permissions(administrator=True) async def SampleSlashComand(self