Newest Questions
24,180,182 questions
0
votes
0
answers
3
views
Dependencies pages_read_engagement pages_show_
Dependencies
pages_read_engage
header 1
header 2
cell 1
cell 2
cell 3
cell 4
ment
pages_show_
0
votes
0
answers
4
views
How do I normalize the JSON response in the filebeat configuration
You see this is what the filebeat is sending the logs to kafka consumer
{"@timestamp":"2026-01-16T04:20:09.458Z","@metadata":{"beat":"filebeat","...
0
votes
0
answers
7
views
Render Hider hierarchy based on IFC spatial / assembly structure instead of IFC entity type
I’m working with @thatopen/components and trying to build a Hider panel similar to the IFC Structure tree in BIM Vision.
Goal:
I want the Hider hierarchy to follow the IFC structure, e.g.
IfcProject → ...
-1
votes
0
answers
20
views
Turn data with zeroes into null values
How do I turn data with zeroes into null values?
I am currently getting an error.
I am using Google Big Query SQL.
0
votes
0
answers
22
views
How can I enforce server-side step completion before allowing access to a route in Next.js?
I’m building a Next.js application where users must complete a required step (for example, identity verification or a comprehension step) before being allowed to access certain protected routes.
The ...
0
votes
0
answers
9
views
Login to Twitter using Selenium or Playwright
I am trying to log in to Twitter via either Selenium or Playwright
There are plenty of resources on this, but the most recent successful one is from 2023. However, there is nothing newer. Around 2023-...
0
votes
0
answers
21
views
How to properly reuse cin after EOF [duplicate]
I am building a small CLI in C++ for a student project, and one of the requirements is that some commands can use the standard input for their input. For example, if the user enters echo without an ...
0
votes
0
answers
12
views
Cactool v2 error again just because of failure to get a css and a js
Cactool error again
https://casttool.appspot.com/cactool/index.html
It happens because http 403 error to https://code.getmdl.io
So Google, please just host those 2 CSS and JS file in your web server.
0
votes
0
answers
10
views
How to get LOC is executed or % of code covered in iSeries pgm batch execution?
Apart from Third party code coverage tool in iSeries, is there any other way to how many lines or Percentage of code executed for a given iSeries program (RPG) when its executed in batch job ?
OR
Is ...
0
votes
0
answers
8
views
Restrict frame resizing in Tkinter so it can still be minimized, but maximazed only to a certain width
I am trying to build a simple app in python with tkinter. It contains two rows for file selection (column of labels on frame1, labelFrame, and column of entry and button pairs on a second frame, ...
0
votes
0
answers
30
views
How to config the ip address of bt-pan interface?
I opend a network share thru Bluetooth tethering, and I can also access the network when I connected my Android device to the host. But seems that the IP address was assigned only by DHCP, my question ...
-1
votes
0
answers
23
views
Reinforcement Learning (RL) in CyberSecurity
i have been tasked to integrate an RL model to predict TPs and FPs on the endpoint detection of Vipre alerts. How can I efficiently integrate an RL model here? I have tried building a classifier (...
0
votes
0
answers
17
views
In emacs, how do I tell helm to select my unique filename and not the top match?
In emacs, using helm, dired mode. R to rename a file. I type a filename unique to the directory. The beginning of the filename matches that of the top match in the helm list. Below the list is my ...
0
votes
0
answers
15
views
How to parse and explode nested JSON fields in a table?
Problem Description
I'm processing stock fundamental data where one field contains JSON-formatted extension information. I need to:
Parse the JSON string to extract field values
Explode array fields ...
0
votes
0
answers
10
views
Milvus standalone doesn’t create configured MinIO bucket after data write
Why doesn’t Milvus standalone create the configured MinIO bucket after writing data?
I’m running Milvus 2.6 in standalone mode on Ubuntu and using a separate MinIO service for object storage. I ...