I have docker compose yaml: version: "3.8" services: mysql: image: mysql/mysql-server:8.0.27 container_name: javanotifications_mysql volumes:
I am using geoflutterfire to get documents of a location within a certain radius. I would like the results to be put into a model class and then each displayed
Please help me out what to do here to make addition of two numbers. When I click on addClick function, it is not making addition. when I type 2 and 2, it is sho
I work with ubuntu 10.10 currently I send sms with clickatell using this code Message = space_to_plus("message de test."), Url = io_lib:format("http://
I'm trying to put 2 components side by side but I would like one of components to be on the right of the other component without the other component being reori
In Python, suppose I want to grab N arbitrary items from a dictionary—say, to print them, to inspect a few items. I don't care which items I get. I don't
I am perplexed,from a weird error which i have no idea as i am new to celery, this error occurs on just the setup phase, every thing is simply configured as wri
I want to find a way that I can write some python code on my windows computer, and write continuously of these codes after I go back home on my mac computer. I
I'm trying to set same OnClickListener on many buttons on one fragment. So I tried to make the listener on top of the class such as public class SigninUserIn