I'm using Laravel Cashier. I dont use reel users for payment $stripeCharge = (new User)->charge(100, $paymentMethod); Now, I need to preview invoice informa
I have a large dataframe with over 4 million rows and multiple columns. Column X may have a value of Nan. I want to firstly filter any row where X column has a
i'm looking for some assistance in execution of Jmeter distributed test runs using Jenkins hosted on Windows platform. I need to know how to Start Jmeter master
I am working on an app that uses firebase sign. The application is working perfectly on debug mode but when I release it, the application crashes just after the
I have the following class: export class CreateUserDto { @IsEmail() email: string; @IsNotEmpty() password: string; } But if i sent to my route the fol
I am getting a bit of headache just because a simple looking, easy statement is throwing some errors in my face. I have a json file called strings.json like thi
I would like to declutter a plot created with plotly and remove the repetitions of the year on the x-axis. The year should be shown only for the first month. Fo
every time I try running my emulator for my Virutal Device, the device gets terminated. I tried installing another emulator with the AMD stuff but I'm running i
I want to call the child component methods in parent file and the child component is created by render function. below is my code child.ts export default { s