I am working on a project where I pull an API of US GDP and then create a graph from the data. Right now I'm hung up on the first part of the
If I've declared a pointer p as int *p; in main module, I can change the address contained by p by assigning p = &a; where a is another integer variable alr
I have a mongodb schema. I wonder if there is a better approach for this schema. question: { type: String, required: true, }, image1: { type: St
I don't understand why the non-null assertion operator ! is required in my callback function because I check the value in the if before. The compiler fails with
This is the CSS part (using background-size: cover): #container>div { background: url("../static/opti2.jpg"); background-size: cover; background-attach
I'm having trouble getting my table indexes to show up. Here's an example table: <mat-table [dataSource]="dataSource" multiTemplateDataRows> <!--
I'm using the code below to take a screenshot of my android screen. The background of my app is transparent, thus allowing the underlining screen to show throu
let's say I have the following database entity: @Document(collection = "users") public class User { @Id private String id; private String firstna
I was configuring file beat and pushing JSON data to a particular index. can anyone help what is wrong with the filebeat or elastic setup. ERROR [publisher_pip