I am having a weird issue with MUI datagrid. Below is the code const mcolumns=[ { field: "firstname", headerName: "Firstname" }, { field: "lastname", he
I'm trying to fetch a .json file from local, and I get response 200 but with a body response of HTML: "You need to enable JavaScript to run this app." I have ja
I have tried following code to generate a password protected zip file in R, but it didn't work and didn't give any error either. zip('file.zip', files = 'file.
So I hear that using pass by value, copies of the parameters are added to the call stack. Apparently, the stack size on Windows is often 1MB. Obviously though,
I want to develop a reminder app that need to send local notification when we set the reminder. I developed some code that triggers only one notification even i
I'm a junior developer working on my first job. We encountered an error in our application because a teammate misused a endpoint we made, making a typo in an op
I need to create share button as text(share on google classroom), not Icon. I read docs https://developers.google.com/classroom/guides/sharebutton but found in
I have java application which is calling c/cpp code (it is .so files) using JNI. I am using API's from this .so files. I have to debug .so files, how to debug i
I am trying to overwrite the styling of a child component's color in the parent component. I tried doing multiple things but none of them are properly overwriti