Can anyone explain what is the difference between p and P in Sed? Suppose I want to print lines containing gmail in the below file using both p and P give the
I would like to use Joi to validate an object or an array of objects. I have tried doing this but it looks like it's checking for both an Array of entities and
When I attempt to push to my heroku.com remote git repository, i get this message: ssh: connect to host heroku.com port 22: Connection refused I can easily w
this is my relation user entity @OneToMany(() => DoctorSchedule, doctorSchedule => doctorSchedule.user) @Field(type => DoctorSchedule) @JoinColumn(
I am using Mui and Gatsby. I have created the theme in a layout.js like so: const Layout = ({ children, location, pageTitle, crumbs }) => { const data = us
I'm trying to get this to sort only the last 1000 rows, dynamically. This is the code I'm using: function sort(e){ const formRespSheet = e.source.getSheetByName
I'm programmatically adding a UITapGestureRecognizer to one of my views: let gesture = UITapGestureRecognizer(target: self, action: #selector(self.handleTap(mo
I need to create a pdf invoice using html in react native. for that i'm using'react-native-html-to-pdf'. Actually pdf is creating successfully. But my concern