Good, I wanted to know if someone can solve me this problem with Stripe and Stripe extension in firebase. Every time I complete a purchase in the session.checko
In my flutter app, I am converting bytes data into file and trying to display .pdf file in pdf view but when I am trying to display more than 10 barcode in pdf
I am trying to run a python code using VS code, I noticed that the result is different from the local terminal. here is the code: import tensorflow as tf from t
I am using the marvelouse react-icons package (http://gorangajic.github.io/react-icons/fa.html), specifically the font awesome package. If this was not react,
I'm using a found code where "event" is used. It works, but I would like to know what should be used instead. I'm a novice programmer and there are a concepts
My model looks like below public class Country { public int Id {get; set;} public string Name {get; set;} } public class User { public int Id{get; set;}
I have this problem: I have this class named Point: class Point { private double x; private double y; public Point(final double x, final double y) { this.x
So in part of a larger refactoring, I need to assert that a certain struct is_standard_layout because of communication between server client. Consider the follo