I have two API get methods. The first is to check if the user is an admin. The second is to call all the user lists. But I am having a hard time calling first;
Any ideas why im getting this error - ive tried moving the URL to the end, wrapped in single and double quotes AUTH_TOKEN = $(curl -X POST\ https://identity.a
When I create a vector , let's say size of 5 , elements are 1,2,3,4,5 and I want to add at the location( for example index 2) the numbers 200 and 300 , the vect
Yesterday I started using an container array which contains my classes. Now I have the Problem, that I can't use autocomplete for the Classes Functions. Here's
Hi I have created a flutter App and I want to show a popup dialog when I receive a notification no matter if the app is kill state or background or foreground t
I am creating a HTML file from a c++ code which can have multiple charset encodings like iso-2022-jp, utf-8 etc. Is there any way through which we can handle th
I'm trying to code a tic tac toe command for my Discord bot, and I want that only the creator of the interaction and the tagged user can play, so that everyone
I have the following scenario modelled in OWL: Producer ----producesResource---> Resource <------consumesResource ---- Consumer Producer, Resource and Con