I am currently trying to make a flappy bird copy and I am having trouble when attempting to spawn in pipes (when a pipe should spawn I get the following error:
I am unable to style it. There is hardly any documentation on this. I want to know how to set the fontFamily. How to set the background color on the Picker.item
I have a backend API, it's in django and deployed on Google Endpoint. I have a post request that insert data to my DB. I created a script to use this endpoint b
I'm trying to make a numpy with this shape(number_of_images,32,32) all the images have the same dimensions: 32,32 here is my code: data=np.array([]) for filenam
I'm trying to get the title of a group chat but it always pass me Undefined array key "chat" This is the code I'm using: $update = file_get_contents('php://inpu
I am facing an issue with the TabView from the XamarinCommunityToolkit. There is a MainPage with two tabs "A" and "B", "A" showing some content, "B" serving as
I am trying to click on an image of the product, and redirect to a product show page to show the specific product. I am using ruby on rails as backend. render
I am using Keycloak to handle login and generate JWT tokens. I need to be able to verify the access token that I'm sending to my REST API service. Best practi
I have two mysql tables, class Item(Base): id = Column(BigInteger, primary_key=True) updated_at = Column(DateTime, nullable=False) class ItemVariant(Ba