Skip to main content

Questions tagged [web]

Do not use this tag. For questions related to an aspect of the world wide web, use a more specific tag for it, such as [uri], [html], [http] or [w3c].

0 votes
0 answers
3 views

does requestAnimationFrame only run before repaint or per frame?

according to what most articles claims, requestAnimationFrame runs before the browser repaints, and fits in the screen refresh rate. However my understanding is that the browser only repaints when ...
ryan's user avatar
  • 33
-5 votes
0 answers
20 views

I have problem with responsive design using tailwindcss

I have a problem with responsive design using tailwindcss I have full HD laptop and 2k monitor, I did build responsive design for both screens but the problem is I have 27" 2k monitor which I use ...
ahmed ahmedx's user avatar
0 votes
0 answers
6 views

Socket io group chat logic

I'm building a chat app and i'm comfused at some point how should be socket io logic these are my things plese share if there is a more optimal option 1-) The new message events are emit for all user ...
emirhan's user avatar
  • 19
0 votes
0 answers
16 views

What's a best way to write data in a flask api locally from a website [closed]

So I am creating a react app in which one of the functionalities is to show and present the stock data of a few selected stocks(which I will be giving as an input) , for that I created a flask api in ...
Pranav Ojha's user avatar
0 votes
0 answers
8 views

PHP-FPM worker terminated after request_terminate_timeout despite recent request start time

I'm encountering an issue with my PHP-FPM and Nginx setup where a PHP-FPM worker is being terminated due to the request_terminate_timeout setting, but the termination doesn't seem to correspond to the ...
Alexander Filichev's user avatar
0 votes
1 answer
19 views

Streamlit live plot prevents other elements from rendering

I have made a toy example of a streamlit plot that shows live data as follows import streamlit as st from random import random from time import sleep data = [] with st.empty(): while True: ...
Cnoob's user avatar
  • 181
-4 votes
0 answers
32 views

Frontend and backend are in the same container but the frontend cannot talk to the backend [closed]

I have one single container that runs a JS React frontend and a Rust Actix-Web backend. For shipping a locally ran project, I want the two to be in a single container rather than two separate ones. ...
Xinyu Bao's user avatar
-2 votes
0 answers
17 views

Recommendations for Reliable and Affordable Shared Hosting Services? [closed]

Can anyone recommend a reliable and affordable shared hosting service? I'm looking for a plan that offers good performance, adequate storage, and helpful customer support. If possible, please share ...
Hasala Kithmina's user avatar
0 votes
0 answers
34 views

Why are my simple addEventListener functions not working, except one works backwards? [duplicate]

So I'm new to javascript and new to coding. I am building a website or two just to learn while I'm building. I'm doing this locally on my laptop. I'm trying to make a button on my website, that when ...
miguel's user avatar
  • 9
-4 votes
0 answers
35 views

What does (:) mean in $() Jquery [duplicate]

I have this code. We need to make sure it is correct. Do I need to add a class to the block, or something else? What does (:) mean? console.log($('.question-fields input.icheck:checked'))
Dekillston's user avatar
0 votes
0 answers
382 views

Chrome 125.0.0.0 spamming '/x' requests

I found that something spamming my server last days. It made a requests to url that is based on valid url + /x in the end. E.g. domain.com/contacts/x. I found interesting thing that all that requests ...
Serhii Akinfiiev's user avatar
0 votes
0 answers
16 views

Add WAF (Imperva) using together with F5 load balancer, but user cannot pass to any menu after access to main screen

We didn't change coding of Web application but before WAF adding, we able to access any menu via F5 normally. Before Structure Client -> F5 load balancer (using iRule) -> Destination server ...
Kessara Lertkittanapat's user avatar
0 votes
0 answers
34 views

React Native - ScrollView not work on WebBrowser (Chrome) but on IOS Simulator work well

Im trying to develop an app using react native, but im facing some issues on web version. In this particular case is the scroll not work properly on web browser, but on iOS simulator works well. ...
Nuno Santos's user avatar

15 30 50 per page
1
2 3 4 5
3033