I have a C++ application that runs on Python 2.7, today I decided to upgrade to Python 3.9 but ever since then I've been getting the following error in visual s
I have a recyclerview adapter and card view as the layout for the element of recyclerview which I'm using them in four different activities and I manage the Int
I'm trying to write a function to calculate the GPA of a student but I have this bug 'numpy.ndarray' object has no attribute 'append' . I want to put AVGPA insi
I have a bunch of points with values in my PostgreSQL database. Is there a way using PostGIS to turn these into raster or something else that makes me able to v
Due to security, I would like to alter the navmenu and components that are available to react. I am aware I can do things like calling to pull the nav menu, an
i am using expo-camera to record a video but the uri response comes with a .mp4 url, is there a way to convert .mp4 to webm?, just by changing the type to video
I'm struggling with the pub/sub api. I have followed this guide. I have created my project, my topic, set up with [email protected] to b
I am trying to enforce a rule to disallow things like this: const submit = (event: React.MouseEvent) => {}; and instead do this: const submit: React.MouseEv