Maybe you were looking for...

Problem with setting size of MDDialog in KivyMD

Faced the problem of adjusting the parameters of the card and everything that is located on it. I can't set the size of the card I need and besides that, I can'

Autoredict from HTTPS with ESP8266

I need to configure ESP for auto redirection. #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> #include <DNS

Problem with automate refresh Azure App Configuration with Spring Boot and enabled global method security

I have a Spring Boot (2.6.6) application which is connected to the Azure App Configuration. I also use the automated refresh mechanisms from the Azure App Confi

apollo does not take a request sending react-native

I am using react-native with apollo. The problem is that when i activates the app on physical device android, there are not any responds about any my request. B

What are the other alternatives of Docker Desktop to run a container on Window machine

I was using Docker desktop to run docker containers on my window 10 machine. But now I have to uninstall the docker desktop due to the licensing. What are the o

Why can't i use Qgs map canvas on qgs processing script?

Thank you already for taking the time to read this. I am writing an qgs Python processing script, the result of this script is a formated pdf. In one of the ste

The nmap script bitcoin-getaddr often does not return a response

For a project I need to write a scraper that sends a GetAddr request to all Bitcoin nodes. I determine the reachable nodes using the bitnodes.io API. Then I go

Find rows having a certain Week Number in a date using (Flask) SQLAlchemy

Using sqlalchemy, resp. flask_sqlalchemy and sqlite I would like to query all rows which have the date field from last week. Best would even be where the date c

Getting name from users in python in class

I want to get name from user in class python and then ask them if they want with yes show them a menu with dictionary for example tea 5$ coffe 6% water 1$. Ca