I have a module that goes like this: import { Module } from '@nestjs/common' import { OtpService } from '@modules/auth/otp/otp.service' import { OtpResolver } f
i need help with line chart….i am providing h axis label as 15,16,17,18 but on the graph plotted i also get 15.5, 16.5….how to remove it??? i also
I have a data frame in the format: head(subset) # ants 0 1 1 0 1 # age 1 2 2 1 3 # lc 1 1 0 1 0 I need to create new data frame with random samples ac
I'm trying out PHPMailer using outlook.com's SMTP server but I keep getting SMTP Error I followed the example code from PHPMailer's github page, and I've also l
I have a GraphQL REST service returning a number field as a String. Is it possible to convince .addOrderBy to sort a string field as a number? I can't modify th
I'm trying to retrieve a list of folder names from firebase storage and display the names. I'm struggling to make the retrieval an async function which is preve
I am currently working on a thread-safe development and I am a bit blocked due to my little experience in java :( Basically I have a Shedule class where every s
I have a Spring Boot application. I want to send my logs directly from logback to elasticsearch. I'm using Logback Elasticsearch Appender (https://github.com/in