I'm using the Lomb-Scargle package in astropy. I tried with artificial data which is a sin function with amplitude of 1: from astropy.stats import LombScargle
According to the checkbox information I received from the frontend, I will record to the database in the backend. I am stuck in the part where I wrote not worki
I have custom openapi.json file and empty spring boot app. When I start the app I want it to import that file and show it in swagger-ui URL. I couldn't find how
When trying to scaffold with asp.net core this command scaffold-dbcontext "Data Source=(local);Initial Catalog=MyDb;Integrated Security=True;" Microsoft.EntityF
I have 2 models User and Content and they have relationship called Watched which is many-to-many. this relationship will be using a third table (using through i
I was reading through the Rust documentation and can't quite seem to be able to wrap my head around what is going on. For example, over here I see the following
I have a tray application that monitors a Windows service. Depending on the status of the Windows Service, I change the application icon to ei
dockerfile FROM python:3.10 ADD main.py . ADD safe.py . RUN pip install pyTelegramBotAPI CMD [ "python", "./main.py", "safe" ] this is the error I'm gettin