How to close all running/open apps at one time in Windows 10? I had tried some blog said open Task Manager > Select all Processes > End Task. However, win
I am designing a custom track shape for a project that looks like this: and I already finished most of the code, I ended up with this result: aside from the r
I have a real-time video processing app in Android that captures from camera and display the preview to a TextureView. The issue is that I want to capture the c
My app is crashing with following error. It is random error so can't catch the error during testing. What is causing this crash and how to fix it? Crashlytics l
I am trying to achieve something rather simple, but i do not know why i am so stuck on it. I want to send data to an parent function. This data is only acceptab
So I have some code that spawns a number of processes which generate psudo-random sequences and hashes them checking if the hashes meet some criteria and then s
I want to put an object in a serde_json::Map where the key will be a value from inside that object. use serde_json::{json, Map, Value}; fn main() { let a =
const [isItemExpand, setIsItemExpand] = useState([{ ind: 0, isExpand: false }]) this is my function to make related state true const handleExpand = (i: numb