Newest Questions
24,220,538 questions
-1
votes
0
answers
9
views
Syntax error in AWS Lambda Node v20.x index.js function?
In one of our AWS Lambda functions, I upgraded it's runtime from Node 12.x to Node 18.x and am now getting
2025-07-01T13:55:55.356Z 4bfe430d-ce58-4c7a-bfa2-8344a72f780b ERROR Invoke Error
{...
0
votes
0
answers
5
views
Trying to extract a scene from a video that matches a template image
I have a bunch of mlb clips that I have split into scenes (camera changes). I want to extract the scene that contains the centerfield camera view. This camera angle shows from the pitcher's mound to ...
0
votes
0
answers
5
views
Can I open my camera on webview without "allowing" in the phone everytime it opens?
In my React Native app, I need to open a WebView redirecting to my NextJS application. Its a simple page rendering a FaceDetection component from Amazon Amplify UI. The "problem" (which I ...
0
votes
0
answers
3
views
Iterate over multiple files and create output by file name
I hope you can help me with the following problem in talend studio:
I have several files in a directory, and I need to join them by file name. This will generate an output containing the iterated file ...
0
votes
0
answers
6
views
Retail Office 2O24 - Offline Activation - Issues with Win11
I'm having an issue with a genuine retail Office 2024 License, being installed on Win 11 Pro laptop.
This laptop cannot, for security purposes, connect to the Internet to validate with the product key....
0
votes
0
answers
3
views
Segfault on all 3 nebula services while starting nebulagraph
I've setup a 3 node Nebula 3.8.0 cluster
All three Nebula Graph services on the master node (metad, graphd, storaged) experiencing consistent segmentation faults after system reboot on Proxmox HA ...
0
votes
0
answers
7
views
Video is paused on page mount despite autoplay
Site development is always interesting, even more interesting when such cases happen.
I have a video tag element:
<video
src={slide.src}
className={s.video}
autoPlay
loop
muted
...
2
votes
0
answers
8
views
Matplotlib compiled .pgf output blurry
I am generating .pgf plots in matplotlib. Here a minimal example:
import matplotlib.pyplot as pyplot
import numpy.random as random
pyplot.matshow(random.random((20, 20)), interpolation="none&...
0
votes
0
answers
3
views
How do I find the closest lon, lat points in a spatial data frame that have non-NA values?
I have two data frames (in R), one with some environmental data and one with the occurrences of some species. I want to find the closest points (lon,lat) of the environmental data frame WHICH HAS A ...
-1
votes
0
answers
8
views
Cloud Functions for Firebase Deployment issue
I'm trying to create some Firebase Cloud Functions but every time a I try to deploy with firebase deploy --only functions the build is failing with no logs in Cloud Build:
I'm using the template ...
0
votes
0
answers
12
views
Name has no usable address jdk17
After migrating to jdk 17, when trying to access outside API we are getting below error:-
2025-06-23T14:55:06.612Z|af862f71-5174-4cc5-afca-abfa3de031e9|c.a.e.mso.adapters.pinc.polling....
1
vote
0
answers
16
views
How to emulate cast-to-auto feature before C++23
In C++23, auto(expr) is a prvalue whose type is the decayed type of expr and is copy-initialized from expr.
I saw a clever technique once for emulating this language feature using a macro in older ...
0
votes
0
answers
4
views
WearOS protolayout Material3 Text.Builder not found
I'm writing a small app for my Pixel watch. I would like to create a tile.
I'm using the following function to create the layout.
fun tileLayout(
context: Context,
deviceParameters: DeviceParameters): ...
0
votes
0
answers
10
views
Create an extra trace representing the "time spent inside Kafka" using Spring Kafka / OpenTelemetry
I'm working with a Spring Boot Kafka consumer that uses OpenTelemetry for tracing.
Currently, I have a single span that covers the entire message processing, but I want to create a separate, an extra ...
1
vote
0
answers
14
views
How to setup SAM template with permissions for AWS SQS
I'm working on an application that moves files from an sftp server to an AWS S3 bucket using an SQS message queue. Currently, the application is working but the permission policies in the template don'...