Newest Questions
24,187,896 questions
1
vote
0
answers
3
views
How to parse an escaped JSON string into a JSON object and use it as an object in a specified field in Fluent Bit?
The logs received by fluent-bit(forward input)
{
"date": 1765435213,
"log": "{\"time\": \"2025-12-11T06:40:13+00:00\",\"tcpConnectionId\": \&...
-2
votes
0
answers
7
views
How difficult is it actually to make game engine?
So basically, I was really bored and I had this idea pop up in my head. What if I made a game engine that is probably more realistic then CryEngine, but how difficult actually is that as a solo ...
0
votes
0
answers
5
views
getting an unusual error while booting raspberry pi 4b 4gb
SSH Login Fails on Fresh Ubuntu Install for Raspberry Pi (Password Correct but Permission Denied)
I installed Ubuntu on a 32GB SD card for my Raspberry Pi. The OS boots normally, and I can see it ...
0
votes
0
answers
4
views
CSS got changed automatically
so recently in order to save time i created a website through lovable so that i can focus more on backend, and deployed it on railway as well, so it worked perfectly fine for about a month and then ...
0
votes
0
answers
3
views
CVAT with SAM installation on apple silicon macs
I followed the instructions from here
CVAT installation
Serverless functions support
https://www.cvat.ai/resources/blog/facebook-segment-anything-model-in-cvat/
But i always encounter some issues with ...
0
votes
0
answers
7
views
PrimeReact <Chips> adds the chip after typing only ONE character in Microsoft Teams (SPFx React App)
I am using PrimeReact in an SPFx React application that runs inside Microsoft Teams.
The component behaves normally in a browser, but inside Teams it automatically adds a chip after typing just one ...
0
votes
0
answers
6
views
How to dynamically extract multiple tables with varying formats from Excel (.xlsx) files?
I hope you're doing great.
I'm facing a situation where I need to dynamically extract data from Excel (.xlsx) files that contain:
Multiple tables per sheet
Different table formats
Inconsistent ...
0
votes
0
answers
5
views
Primeng 19 Theme styles are not applied in the Angular 19 Application
I am migrating from Angular 14 to 19. Now i am in Angular 19 version and primeng 19 version.The primeng component styles are not applied. i addded below code in app.module,ts
import { ...
-1
votes
0
answers
4
views
npm global package auto-update fails: "Another process is currently installing an update"
The auto-update for Claude Code keeps failing with this message:
× Auto-update failed · Try claude doctor or npm i -g u/anthropic-ai*/claude-code*
The issue:
Claude Code is installed via npm globally (...
-1
votes
0
answers
10
views
BurpSuite reports “PHP source code disclosure” inside React build chunk file — but app has no PHP
I’m working on a React (Create-React-App) project that is deployed behind CloudFront + S3.
Our application is 100% frontend JavaScript — we do not use PHP anywhere in our codebase or backend.
However, ...
-1
votes
0
answers
14
views
Composite literal for slice type
From below code:
func main() {
s := []string{"a", "b", 2 << 1: "c", "d"} // expected - ["a", "b", "", "", &...
0
votes
0
answers
5
views
Does Lumibot’s PandasDataBacktesting rely on pandas_market_calendars in a way that prevents 24-hour forex backtesting?
I’m trying to backtest a signal engine using Lumibot’s PandasDataBacktesting against 24-hour datasets (forex, or stock data with pre-market + after-hours from Polygon.io).
However, Lumibot only ...
0
votes
0
answers
9
views
iOS 26 adds unwanted outline to transparent Scriptable widget
I'm trying to create an "invisible" widget using Scriptable on iOS 26 — meaning it should blend seamlessly into the home screen background. However, iOS seems to add a subtle 1–2 pixel white ...
0
votes
0
answers
9
views
Anconda prompt using install jupyter
please tell me
how to remove this type error windows11
I am trying to install Jupyter using the following command in Anaconda Prompt:
conda install jupyter
But I get this error:
...
0
votes
0
answers
7
views
Superset (global) caching issue
superset global cache issue.
If user1 is loggedin he is shown his data. If user2 logs in after, he is still shown up the user1 data. Only after the dashboard refresh, it starts showing user2 data.
We ...