Latest Questions

QML udp/rtp video stream fails Windows 10

In Qt5 /qml it was possible to playback udp stream as rtp payload on Windows MSVC kit , below qml code works on Qt5, now problem is migrating to qt6 (6.3) this

Error using data.table for output table generation

I would like some help regarding the adjustment of the second code. Codes are intended to do the same thing. The first code is generating the output table corre

Chartjs tooltip and draw line separatly

Chartjs 3.6.1; typescript 4.3.5 I would like to draw a vertical line on chartJs, where the user clicked (once). I can draw a line in the chart.options.onClick()

Boostrap vertical sizing with different style width and height

I am trying to set verticaly icon on profile photo card inside div to be in the middle in white box(div), but dont know why it doesnt works. When I use style="w

print refcursor from function

I'm using oracle 11 XE & Application Express 4.0.2.00.09 and I have this function that I want to print it's cursor. I don't know how to read the return of t

Is it possible to use input variables in keybindings in VS Codium?

In Visual Studio Codium I want to define a command that has a variable parameter. I want the IDE to open specific file, which name is written in another file. A

error showing when starting xampp after changing the hard disk to ssd

I have been running xampp from D drive well. Recently I have changed my hard disk to ssd. After then I can not run the xampp. I have checked the port that is wr

Javascript: Change element class if button has a certain value [closed]

<div class="main-div main-div2"> <!-- IF up to date, main-div3 --> <button id="update-btn" class="btn update

String-join pandas dataframe colums and skip nan values

I'm trying to join column values into new column but I want to skip nan values: df['col'] = 'df['col1'].map(str) + ',' + df['col2'].map(str) + ',' + df['col3'].

Expanding Text Area throws error on Chrome/Firefox but not Safari

I have a text area that dynamically expands to fit the content inputed. It works correctly on all browsers, as far as I can tell, but on FireFox and Chrome it g

Gstreamer. Sending multiple files via rtp

I built a pipeline that reads one file and sends it via rtp gst-launch-1.0 filesrc location="00001.mp4" ! qtdemux ! h264parse ! avdec_h264 ! x264enc ! rtph264

Azure media service function app template deployment failed

I am trying to run live stream video analytics using azure media services. I have been following the steps defined in the repository-Github Repo. I am facing de

My Plotly plots are cut off in my Streamlit app

I'm plotting some data in Streamlit and the site looks great on my desktop. However when I view it on my mobile device the right side is cut off. My code: fig =

Rotation reverting on Mac display settings

I have four Dell monitors connected to Mac Pro. Rotation reverts to Standard for other displays if I change one to 90 degrees in System Preferences -> Displa

Why conversion from '<brace-enclosed initializer list>' to 'std::tuple<A, bool>' is ambiguous error occurs with GCC 11?

I have the following code #include <tuple> struct A{ int a; int b; }; std::tuple<A,bool> get(){ return {{}, true}; } With GCC 9.* an

How can I detect long mouse clicks with tkinter?

I want to detect a long mouse click using tkinter. How can I do that? The <Button-1> doesn't help at all.

How can I build with ant as a normal user (no need for sudo) COOJA

Recently I started working on a project in IoT, using contiki-ng. The problem I faced is when I tried to run cooja with: $ ant run under ~/contiki-ng/tools/co

Read from single kafka topic and upsert into multiple oracle tables

I'm using kafka to send the multiple collections data into a single topic using mongo source connector and upsert the data into different oracle tables using jb

Yii2 render site based on id

hope there is someone that can help me. im trying to render a site after i clicked on my gridview and it works fine but can´t seam to get it render proper

Results in ascending order with cursor

I have the following My Guitar Shop exercise in my SQL II course and am stumped with the part about getting the results in ascending order through the cursor. A

Convert dataframe to time series

Is there a way to convert dataframe to time series (same like mdeaths) df1 <- structure(list(Year = c(2021, 2022, 2020, 2021, 2022, 2020, 2021, 2020, 2021,

SwiftUI, apply drawGesture only when over Image

I'm try to apply the gesture only when the user is over the Image display not when tapped outside the image. Any suggestion how I can do? this following code dr

Can't change backgroundcolor in an excel cell using XSSFCellStyle

Here you are a minimal, reproducible example with the error. I have a class CreateXSSFColor. Firstly, I define the styles estiloBasico and celdaVaciaGris. When

Error while fetching data using FindAsync in C#

I am getting this error "A second operation started on this context before a previous operation completed. This is usually caused by different threads using

Issues with Arduino radio module interfering with EEG sensor readings

So I am making an EEG headset using the chip from a mindflex headset. I am trying to send the EEG sensor data wirelessly between 2 Arduinos using a radio module

IndexOutOfRange (IsAllDigits Method)

I am novice in C# and just learning it. I am sure that you will consider this question dumb but I really can't understand the real reason for the following in t

Elasticsearch Filebeat ignores custom index template and overwrites output index's mapping with default filebeat index template

What are you trying to do? Using Filebeat to take input data as filestream from JSON files in ndjson format and inserting them into my_index in Elasticsearch

Trim mobile numbers in textarea field

I have a textarea field in a form where I can copy paste (or type) mobile numbers. It will have one number per line, like this I can copy paste (or type) thousa

Not able to Run my Application in Azure container Apps

I have node docker application which is running on Azure app service but the same application is not working on Azure container apps. I'm not able to find the i

How to extract the output to CSV using terraform?

I have created multiple instances using terraform I need to export that output to CSV Can you please help me on this.