This is a simple functionality I have in my chatbot, but I want to customize it a little bit. Right now, when a user types !lurk, it returns one message. I want
I recently started using a new machine and noticed and noticed this error hint when attempting to push to a branch after I resolved something online earlier on
I want to get data jobs from API with bearer token flutter, no error, but data not showing. I don't understand getting API with the bearer token. please help me
I'm building an Android device emulator for my application in order to run the integration tests, but the emulator is very slow during the running process and I
One way to synchronize multiple threads in java is through the usage of synchronized blocks. synchronized (this){// code to sync.} I am trying to understand mo
Why is it only done like char c = 'A'; Character.toLowerCase(c); and not.. char c = 'A'; c.toLowerCase(); I find this very confusing and don't know where I ca
My docker-compose.yml: version: "3.9" services: db: container_name: "db_container" image: postgres:14-alpine resta
Hi I want to change published products to drafts automatically after 14 days of its creation only simple and variable product type to go to drafts after 14 days
I'm trying to get a horizontal bar chart, with real-time data changes. I got this problem though. as you can see all the bars are inaccurate except for the l
I load my data from a viewModel which is loading data from web. Problem: I want to set some preview sample data to have content in preview window. Currently my