Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
80 views

First time posting so apologies if I miss important info. I keep getting this error but it only happens intermittently so I have had a hard time narrowing down the problem. I have an input of a ...
Richelle's user avatar
0 votes
1 answer
73 views

My focus here shall be the following quote taken from the manual description of setvbuf, which startled me: If buffer is not a null pointer, instructs the stream to use the user-provided buffer of ...
Physina's user avatar
  • 13
0 votes
0 answers
39 views

Purpose of my query is to get distinct rows, from a 600 000 rows database. Everything is fine except that, at one time,I have to keep/extract the first rows of groups after sorting. (step 7 to 9) And ...
nikau's user avatar
  • 23
0 votes
0 answers
46 views

it was because of User. I just moved it inside of the code, and it worked, thanks for your help I am working on my project to create just a small mini project for messaging.I am more of a frontend, so ...
Batyrlan's user avatar
2 votes
0 answers
533 views

I have a list with infinite video scrolling using Flatlist. I am using the Expo AV package, and everything is working well. However, regardless of whether users watch the videos or not, Expo AV caches ...
omar 's user avatar
  • 53
0 votes
1 answer
120 views

I have a web application. Users can send requests to the backend at www.backend.io, which is managed by Cloudflare (all the A and CNAME DNS records for backend.io are set DNS Only). The backend calls ...
SoftTimur's user avatar
  • 5,770
0 votes
1 answer
53 views

I have a multi-part question about Linux's read(2)/write(2) system calls: 1.Where exactly is the copy behavior, as described in the title, stated? I've tried looking through the Linux Manual Page(2) ...
Xavier Z's user avatar
  • 402
0 votes
1 answer
111 views

I host some videos in a private bucket storage in Google Cloud Storage. The duration of these videos are quite long (about an hour each) but I would like to display in loop only 3 to 4 seconds of ...
user9709036's user avatar
1 vote
0 answers
124 views

I have a graphical (Qt, C++) application that stores its state in a data file and updates that file every 60 seconds. I wrote a function to prevent data loss when the application or the OS is ...
Youda008's user avatar
  • 2,119
1 vote
1 answer
209 views

I have a 4 videos and preloader, that should hide when all the videos is fully buffeder <div id="preload"> <h1> Download... </h1> </div> <video ...
R4GNAR's user avatar
  • 13
1 vote
0 answers
147 views

I have a algorithm, where I aggregate several large numpy arrays (or other arrays, like tensorflow or pytorch) from several processes into one process. The problem is that those arrays are quite large ...
Daniel Wiczew's user avatar
0 votes
1 answer
882 views

Since the package Microsoft.AspNetCore.Buffering has been deprecated after .net Core 1.1, what is the best practice to restore the feature provided by IApplicationBuilder.UseResponseBuffering()?
remio's user avatar
  • 1,290
0 votes
1 answer
375 views

i have a setup of 3 spring-boot projects each acting as a separate participant, each project deploys one bpmn model communicating with each other in a loop based pattern. Although, i am using a ...
sebi's user avatar
  • 21
1 vote
2 answers
4k views

I have below flask application that should stream JSON response Directory structure: server - api.py resources - stream.py api.py from flask import Flask from ...
Pritam's user avatar
  • 41
1 vote
0 answers
2k views

It is my understanding that if PYTHONUNBUFFERED is set to a non-empty string, no buffering of stdout is supposed to happen. I use PyCharm, and by default this value is set to 1, and I have not changed ...
Malik A. Rumi's user avatar
0 votes
1 answer
119 views

I am at the very beginning of learning Mongoose, and I am having trouble saving this model to my database and keep getting an error: insertOne()` buffering timed out after 10000ms This is my code: ...
Rodi's user avatar
  • 1
2 votes
1 answer
2k views

I have single node Kafka instance running locally via docker-compose. (system: Mac/Arm64, image: wurstmeister/kafka:2.13-2.6.0) I want to use kafkacat (kcat installed via Homebrew) to instantly ...
Juve's user avatar
  • 10.9k
0 votes
1 answer
334 views

I'm making a batch megadownload site in PHP. I'm parsing the input, validating it, then passing it to a bash script. I'm piping the output to the web page, but the contents of the webpage show like ...
Christopher Sparks's user avatar
0 votes
1 answer
399 views

I want to load URL from server. But ExoPlayer takes more time on buffering. There is no error while playing video. My code is below try { BandwidthMeter bandwidthMeter = new ...
Hassan Nasir's user avatar
0 votes
1 answer
2k views

Are there any hints or other mechanisms with RTSP to make it only show the most recent frame, instead of buffering? I.e. if there is no smooth motion in the video but need only the most recent frames?...
Charles Lohr's user avatar
  • 1,021
0 votes
0 answers
744 views

I will be very grateful if you could help me with this issue. Although there are many similar problems, I couldn't find a solution about mine. Everything is okay, when I'm starting the app- it is ...
GDaskalov's user avatar
1 vote
1 answer
979 views

I am trying to accomplish the following: I have a request form with say 4 fields (A, B, C, D) for updating a ticket. Whenever a user exits a field (after typing something) a request should be sent to ...
PNS's user avatar
  • 770
2 votes
1 answer
674 views

I would like to set my input stream as unbuffered using setvbuf() but I don't really know how to use it. I've done some googling and found that when you set a stream to unbuffered, the buffer and size ...
Matthew Schell's user avatar
1 vote
1 answer
183 views

I have a problem, when I try to print an input, the program doesn't print the last string (in this case var_quantita). But if I add an \n, or if I send another command from stdin, it works. So I think ...
Marco Basolu's user avatar
0 votes
0 answers
276 views

I want to make a simple downloader that downloads parts on the server in browser and after they finish it join them together and save it through browser like what Mega.nz does So like we have 5 chunks ...
SelectedVertex's user avatar

1
2 3 4 5
11