I'm trying to split one big service.yaml to few smaller files. In origin service.yaml I had services: _defaults: autowire: true autoconfigure: true
I'm currently working on developing an acoustic application. Within this application, I like to display the DB(A) value. I'm using a measurement microphone (USB
I want to create a widget like this, kindly help me with how I can create it. Actually, I am creating an auto clicker and auto swiper app and I want to define t
I'm pretty new to making bot thing so I have several questions I want to ask regarding this: I'm using a bot to send message by def send_message(chat_id, msg):
When I try to get information from the api and retrieve it into a scroll list, at first retrieval is successful, but when the page is refreshed, an error messag
I am writing a program in which I am trying to build a graph data structure using an adjacency list. The vertices in the graph structure have an ID, x and y coo
I tried to extract the first element of a tuple in a list of tuples in haskell via list comprehension but somehow it just outputs the first one and then stops,
I'm working on a Spring Boot project where I consume messages from Kafka topics using the spring-kafka dependency. This is my listener and it works fine: @Kafka
I got the following error when doing this: from statsmodels.tsa.stattools import adfuller, I did follow the previous post and uninstall scipy and reinstall sci