Skip to main content

Questions tagged [stream]

DO NOT USE FOR THE JAVA STREAM API INTRODUCED IN JAVA 8 (use [java-stream] for those questions!) A stream is a series of data elements which can be accessed in a serial fashion.

stream
1 vote
0 answers
24 views

Facing issue While creating the Moralis Stream

I need help with Moralis streams. I am trying to create a stream to listen to wallet native currency transactions. I created the webhook file and am listening through ngrok. It works fine when I ...
Umaid's user avatar
  • 111
0 votes
0 answers
37 views

use ordinary spotify user account to play music in flutter

I'm currently making an app where, among other things, I want to play music in my Flutter app using Spotify. I've been working on the Spotify API for a while now. So far I've only found the option to ...
highling's user avatar
1 vote
0 answers
62 views

Variables from buffer in nodejs

I am studying pure nodejs, no express, no fastify and other frameworks that's why I don't need npm mutler and file-upload. I am sending 2-3 mp3 files and two txt files from a client side to a nodejs ...
Constantin Konstantin's user avatar
0 votes
0 answers
82 views

Stream Huggingface Text Generation Response Via Websocket

So I am new to working with websockets and seem to be at a snag with my current code base. Essentially, I have a React frontend where the user asks a question and supplies some parameters, this ...
Brandon's user avatar
  • 49
0 votes
1 answer
54 views

How to make async I/O more efficient?

I am using the following method to read from a very large file and write the results to a new file. The amount of data read from the input file and written to a new file can very wildly, from a few ...
Frank's user avatar
  • 1
0 votes
1 answer
31 views

Slowly Updating Side Inputs & Session Windows - Transform node AppliedPTransform was not replaced as expected

In my apache beam streaming pipeline, I have an unbounded pub/sub source which I use with session windows. There is some bounded configuration data which I need to pass into some of the DoFns of the ...
Thomas W.'s user avatar
  • 376
0 votes
0 answers
78 views

Snowflake - Tasks with multiple stream_has_data conditions

I have a task that is set as follow: CREATE OR REPLACE TASK db.schema.task_name WAREHOUSE = WH_NAME USER_TASK_TIMEOUT_MS = XXXX SCHEDULE = 'USING CRON 0,30 * * * * America/Santiago' WHEN SYSTEM$...
Robertino Bonora's user avatar
1 vote
0 answers
16 views

Is it possible to get audio stream events notification in a Win32 app?

Windows supports the audio session events notification by IAudioSessionEvents. I want to know that is it possible to get audio stream events notification, such as an application creates an audio ...
user25033144's user avatar
0 votes
1 answer
33 views

Node.js await .pipe()

I'm trying to read a lot of files and combine the information from them into one. Here is the implementation that I got. I want to rewrite it to .pipe(), but it only turns out to overwrite the file at ...
user25010368's user avatar
0 votes
1 answer
44 views

PowerShell error - Copy-Item: Could not find a parameter matching the name "Stream"

I want to create a PowerShell script to copy the Templates folder from a remote computer to a local computer: # Ask the administrator to enter the name of the remote PC $RemotePCName = Read-Host "...
user24950367's user avatar
0 votes
0 answers
26 views

nginx https forward proxy

0 I know that NGINX is not supposed to be used as a forward proxy but I have a requirement to do so. I have http working as a forward proxy but issues arise when trying to configure https. I generated ...
Mark Harris's user avatar
0 votes
0 answers
46 views

Video Playback is not working in my gstreamer python3 command

I'm currently trying to stream,and save to file with the code below using gstreamer in python3 , the gstreamer piplines work fine in the terminal but when i use them in the python code i can ...
Ihssane Oubari's user avatar
1 vote
1 answer
49 views

Express.Multer.File to ReadStream

I want to upload my video but the wrapper for Bunny.Net (https://github.com/dan-online/bunnycdn-stream/tree/main/src) in createAndUploadVideo method requires the ReadStream type while Express.Multer....
Korer's user avatar
  • 67
1 vote
1 answer
36 views

create and update group row sums on pandas dataframe

i have a dataframe with students and their school subjects: Subject Mark Helen Art 20 Philosophy 16.8 Economics 12 Colin Maths 19.2 Geography 17 History 15 For every subject, there is a ...
Anna's user avatar
  • 39
0 votes
1 answer
90 views

How can i monitor changes in variables python

I have two files that i input as pandas DFs in my code, where the first one has different product categories and the products in stock: Name Stock ART Paintings 20 Ceramics 10 BOOKS Poetry 50 ...
Anna's user avatar
  • 39

15 30 50 per page
1
3 4
5
6 7
1040