I have a 64bit program that works with VirtualBox COM interface and implements a frontend for the virtual machine. Recently I started getting weird An invalid o
I am trying to print a specific part of a Json response .. but It dose not work .. here is the whole json response: {'hasError': False, 'errorDesc': None, 'resu
I want to implement a network client that handles some specific protocol. The easiest option I see is to write NetworkStream descendant class that processes pro
[Yes, I know that there is another post just like this, link] For some reason, when I use Replit for programming in Node, I can not use import. I am using repli
I have the following code in Python: X, Y = np.meshgrid(np.arange(0, Z.shape[1], dtype=float), np.arange(0, Z.shape[0], dtype=float)) # error 1
I have two MUI Select components on my page. I'm trying to set values depends on id of Select. I've checked (id === "breed-select") in console and (at first) it
In my apllikation, i logged in after my splashscreen. The bottom nav works fine. If i go to settings and click the „Logged out“ button. The app navi
I have long vairable long x = 231021578; and when I convert it to float like float y = x; the value of y will be 231021584 I want to know why this happen. Float