Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. This post was edited and submitted for review 1 year ago and failed to reopen the post: Original close reason(s) were not resolved
Tag: web
How to move the image to bottom?
how do I make so that my image is on the bottom on any screen size and I also want my to be under the feet of the human so that you must scroll down to see the now it is like this and I want it to be like this on all sreen size heights my code to the
Mongoose Return Error Code 11000 duplicate index
i am using mongoose as database for my project, now i am struggling with add data to multiple collections and this is my route router.post(‘/’,add_new_user_to_specific_collection,add_new_user_to_collection_User); this is code of middleware add_new_user_to_specific_collection: and this is for add_new_user_to_collection_User: the input data is totally validated, and at the first try, it worked perfectly, but when it comes to the second times, i got
I am trying to stack the cards side by side I have tried the following
Below is where I think the issue is to fix the card display issue I appreciate your help so much. I want to stack the cards side by side but I have given it many values and it is still not working it either lines it to far left, far right center and I want the cards to be aligned
render_template does nothing after receiving ajax content (flask, python, javascript)
I am passing data with ajax to my python function when a condition is met: I know that the information is correctly received, since I can see it in the terminal through print: But python does nothing after the print() function. Render or redirect both don’t work, the browser stays just as it is even though the information was passed:
Uncaught Error: Based on the provided shape, [1024,3], the tensor should have 3072 values but has 30
I am trying to build a Tensorflow.js app, it works all good locally, but when I hosted it (I tried Netlify and Vercel on both Firefox and Chrome) I got this error: Uncaught Error: Based on the provided shape, [1024,3], the tensor should have 3072 values but has 30. Any ideas? My only one was that it would have to
Issue with Auth0 and javascript Lock v11
I’m trying to test a basic authentication module on my web app using auth0 and Lock v1 login form. This is a snapshot of the code I’m using: The problem is that I’m not able to get the auth0 modal since I’m getting the following error: I don’t understand if I’m configuring in a wrong way my application on Auth0
Problem sharing panoramic (360º) images on Facebook with Open Graph API
For the past few days I’ve been trying to share a image (this one: https://cdn.mooble.com/render-images/BD8F1639613D4A3D8E763D4C4B45C.jpg) on Facebook and I can’t get it to work with the interactive 360º view. If you download the image from the link and upload it manually the image works automatically, but I need to do it through the API. I’ve already tried it the FB.ui
Building OpenCV.js fails. CMake can’t find installed compilers?
I have the following directory structure: I am trying to build OpenCV.js I do Which results in: Both gcc and g++ are installed in the system. Prior of running this I went to ~/emsdk and ran: I am not sure why this is failing. I am trying to follow this [tutorial][1]. EDIT: I am doing this on Ubuntu, if it
codemirror.setOption(‘mode’,val) isnt working
I am trying to make a text editor with firepad and codemirror, everything works perfectly on page loading, but when I try to change the mode on button click, the function gets called but doesn’t seem to work. I am calling the following code on the onload event of the body (works perfectly): on button click event I am calling