hi guys I'm using the flutter GetX package to change my app ThemeMode. it works fine but the problem is it needs a hot reload to change the ThemeMode here is my
How can I prevent the autofocus problem after tab is clicked? For example, when I clicked the tab and I scrolled down to the different div with selection, I ope
Here is my code for debugging: from tkinter import * window = Tk() b1 = window.button(window,text="Dark",command=window.configure(bg='black')) window.mainloop()
I have some trouble when trying to show the percentage of a slice when hovering over using chart.js. The part where I hover over as such: var options = { re
I've got a .ps1 script that I use to open a new instance of powershell as a different user: runas /netonly /user:******\******* powershell Until today it worke
Actually, I found a very similar question to mine. The only difference is that the number of CPUs of the nodes in my small cluster are different. (The similar q
When sending and reading xml files through rest api post endpoint in Azure Spring Cloud App with less than 100 rows, the code works, but if one runs more than 1
I'm quite new in drf and I'm trying to display nested objects and have the choices functionality in the ListCreateView at the same time models.py class CarBrand
I am trying to import a database into MySql using phpMyadmin. It is in the form of an sql. But after i create a new database and try to import the sql in it, th