I'm trying to create a page using css grid and flex. I have defined the grid areas and positioned them. When I'm adding content to blog-post-list section conten
I got a forbidden request when sending a POST request using axios. Here is my axios function: const headers = { 'Authorization': `bearer ${JSON.parse(localS
I have encountered the following interesting behavior with the following code: create or replace type schema1.t_varchar2_tab force as table of varchar2(8 byte);
I have an array that looks like this, this array is called Columns [ { "key":"event_tag", "value":"Event tag", "order":2,
Both of these statements work the same: int x = 5; int x = {5}; That's also true when I try: char str[] = "hello"; char str[] = {"hello"}; How does the lang
I have been struggling on this for past 2 days. There are several solutions on stack overflow which didn't work for me. I am trying to ignore gradle task for pr
I am pretty new to Python. I have a dictionary that looks like this, with a list inside: "detail": {'items': [['123','item1'],['345','item2']] and I am trying
My apologies to ask this question again, I'm aware that it has been asked before, but the solutions to those question don't work for us. Some context When I inv
I'm trying to make a copy constructor for a linked list but I'm not sure how to fix this error and I've been looking for hours. The error is: no matching funct
I want to write a program that removes all exclamation points except those that are at the end of a sentence. I have done this, to remove every exclamation poin