Newest Questions
24,195,833 questions
0
votes
0
answers
13
views
Live Server extension for VS Code stopped working ONLY in folders where I recently used Copilot Chat. Why?
In such folders, it hangs indefinitely when trying to open the HTML page instead of starting it as normal.
Has anyone else experienced this? If I had to guess the two extensions are probably competing ...
0
votes
1
answer
17
views
Reversing a linked list returns only the head
I have been trying to create a method that can reverse a linked list. However, it only show the head of the original list without the rest of the parts showing up. I have tried making another, similar ...
-2
votes
0
answers
13
views
Problem Accessing Values From Angular Object Defined With Typescript Index Signature Using Bracket Notation
I am having trouble accessing my environment variables in Angular. What am trying to achieve is merging configuration values coming from the backend/server with the configuration of the frontend. Here ...
0
votes
1
answer
8
views
How to conditionally change pointColor from Nivo Line Chart
I would like to conditionally change the pointColor of the Line Chart.
Depending of the data value from X Scale, the point should have a different color.
Example:
I've tried to use the prop ...
-1
votes
0
answers
21
views
Need help optimising 2d Pygame/PyOpenGL rendering [closed]
I am working on a 2d game engine (and game) using Pygame-ce and PyOpenGL.
My issue is with FPS, I´ve compiled to executables on both Linux and Windows and get the same result so it´s not the ...
0
votes
0
answers
12
views
firebasd genkit using prompt in chat
I am using chat with genKit library like below:
const session = agenticAi.createSession<any>({
initialState: {
uid: uid,
},
});
const chat = session.chat({
model: googleAI.model('...
0
votes
0
answers
14
views
Finding all objects matching a neighboring key in XML
I have a playbook I am working on in Ansible that will allow me to identify a specific set of firewalls, and then update them to a higher version of software. However, I need to take the existing ...
0
votes
0
answers
10
views
Problem with full size sections in mobile
I am trying to create full-size sections for a web app in Nextjs with Tailwind CSS.
However, I am encountering problems on mobile devices as it does not seem to override the status bar (Photo 1)
and ...
0
votes
0
answers
8
views
better-auth: Unable to create schema for genericOauth with sqlite in nuxt
I'm setting up my nuxt project and I want to configure better-auth to use my companies Oauth2/OIDC provider to authenticate against with the genericOauth plugin. When running npx @better-auth/cli@...
0
votes
0
answers
15
views
WTForms subform entry disappears after submit
I am implementing a web page in Python that uses FieldList to populate subform data. When the page is first rendered, the form is correctly populated with two subform entries, but after a SubmitField ...
0
votes
0
answers
14
views
How to make an interactive console version in Java for a simple AI linear regression model?
I’m trying to create a simple AI model in Java that predicts marks based on study hours (using a basic linear regression formula).
My goal is to make it interactive — where the user can enter the ...
0
votes
0
answers
11
views
'UqudoSDK/UqudoSDK.h' file not found
I wanted to report an issue I encountered with uqudosdk-react-native while building on React Native 0.80.0 and Xcode 16.4. The Error was "'UqudoSDK/UqudoSDK.h' file not found". Posting this ...
0
votes
0
answers
23
views
color-related not working in TailwindCSS every thing else working
nothing is working tried multiple ways but till stuck
and i even tried solution
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/*...
-1
votes
0
answers
19
views
PostgreSQL 15 container with data directory mounted as host bind mount
I'm trying to create PostgreSQL container with bind mounted host directory in it as the PostgreSQL data directory. Doing it according to official PostgreSQL docker image documentation and Example from ...
-1
votes
0
answers
15
views
iOS App Upload Fails: "No suitable application records were found" for Square In-App Payments SDK Bundle Identifier
Problem
I'm unable to upload my iOS app to App Store Connect due to a bundle identifier validation error for the Square In-App Payments SDK. The error
message is:
No suitable application records ...