Trending questions

Filter by
Sorted by
Tagged with
-1 votes
1 answer
26 views

I have a question ovi, my question is about input() how do I make a input on a if statement block and make it about it for example a heads and tails game.
GUY RUFF's user avatar
0 votes
1 answer
22 views

I am attempting to use a single element of an array, when creating a string message, but it is using both elements, concatenated by a space, whether I use $myArray[0] or $myArray[1]... # Multiple ...
Todd Powers's user avatar
Advice
0 votes
1 replies
17 views

I have a library "foo" that implements a function "bar" like this declare const bar = (baz: string) => void I want to override that type to be something different, like declare ...
Vencovsky's user avatar
  • 32.1k
0 votes
0 answers
18 views

I'm trying to use C source files that are located outside my Ceedling project root. My repository has shared code in a common/ folder at the repo root, but my Ceedling project is in boards/CANGateway/....
Stop It's user avatar
0 votes
0 answers
14 views

how can i resolve this problem and this my jest.config.js module.exports = { preset: 'react-native', "setupFilesAfterEnv": [ "@testing-library/jest-native/extend-expect" ]...
Hela slimen's user avatar
Advice
2 votes
2 replies
52 views

Off the top of my head, I only remember LLVM's standard library do this, but I remember seeing other libraries also do this. I'm not entirely sure what is the advantage here. I feel like namespace std ...
Somedude's user avatar
0 votes
1 answer
18 views

I'm running a project with docker and traefik. I try to access http://myproject.localhost/typo3 Suddenly i get this error: "404 page not found" I don't know how to fix or to debug this error....
Mohamed Masmoudi's user avatar
-3 votes
0 answers
25 views

I want to create an image editor in HTML where you can upload an image, drag stickers from a selection of images and drop them onto the uploaded image, being able to rotate, resize and remove the ...
kiki's user avatar
  • 1
0 votes
0 answers
22 views

The idea is for my Windows app to exchange QUIC data with a browser. Upon creating a server with msquic and nghttp3, I'm not sure why chrome says Failed to establish a connection to https://host.com:...
Michael Chourdakis's user avatar
-1 votes
0 answers
20 views

I’m building a service that needs to maintain a very large number of long-lived TCP connections (persistent sockets). Low latency and stability are essential. We’re running on a managed Kubernetes ...
dsfx3d's user avatar
  • 380
Best practices
0 votes
1 replies
27 views

I've been researching this for a day and I've found a lot of conflicting information on multiple websites. I'm writing a simple test that will allocate and initialize a char** (array of strings, char*...
Maryann's user avatar
  • 39
Advice
0 votes
1 replies
16 views

I'm making a VSCode extension that requires a compiled program (let's call it program A) to be shipped with the extension, but the build file is getting too large. That is: on each OS platform, I have ...
Ryan's user avatar
  • 27
-1 votes
0 answers
17 views

My habits have been ruined lately since a windows update (it seems) corrupted a file in .Net Framework, named clr.dll, preventing Visual Studio 2019 from launching (and not only that software). It ...
grimoiredark's user avatar
0 votes
0 answers
13 views

In my previous post, I didn't add many details and wasn't able to get effective help, so here I go again. I am currently creating a 2d game inspired by both papers please and not my neighbour at the ...
Adelija Zaveckaja's user avatar
Advice
0 votes
1 replies
22 views

Referring to the attached diagram for an example hierarchy of materials, how can I represent this in F#? Once represented I need to be able to add ANY/ALL of the materials in level 4 (L4) of the ...
Dib's user avatar
  • 2,107
0 votes
0 answers
12 views

this is gonna be a long one so if you help me i would really appreciate it. i have a page where both create and update product is. my create page works find but i want this page to do update too so ...
Ali Sedghi's user avatar
0 votes
0 answers
16 views

enter image description here I'm using the animated_custom_dropdown library version 3.1.1. I've run into this problem: By default, CustomDropdown comes with a transparent padding or border on the left ...
Franklin's user avatar
0 votes
0 answers
15 views

I know it's 2025, and this problem seems to be all over the place, and I've been trying all the recommended solutions, but it seems it's mostly old code. But I don't really know; I'll try to sum it up ...
Juwe's user avatar
  • 31
0 votes
1 answer
55 views

This is a follow up to my previous question about creating a debugger for C source files in Python. The current issue I am facing is monitoring changes to variables. I want to monitor 8 variables say ...
user14773854's user avatar
2 votes
1 answer
49 views

I'm working on a Java project where I need to write a large number of lines to a file. I know BufferedWriter can improve performance compared to writing character by character, but I am unsure about ...
Ahamed Shahif's user avatar
0 votes
0 answers
8 views

I have a bitmap that I'm using for the background of a window in Xlib, but the pattern appears to be reversed (mirrored). The "shadow" should be in the upper-left of each square, but is ...
Mike's user avatar
  • 812
0 votes
0 answers
4 views

I am trying to deploy a Next.js app on my local machine as a "dress rehearsal" for deploying on a server. My Next.js app renders properly (i.e. the human eye will see shapes and colors in ...
masterBuilderBenny's user avatar
-1 votes
0 answers
31 views

I am a university student working on a Data Structures lab about simulating maze navigation using a stack with limited memory. The stack must have a fixed capacity of 25 moves, and the movement rules ...
Joe root's user avatar
-4 votes
1 answer
21 views

I’m building an Expo React Native app and trying to implement Google Sign-In using `expo-auth-session` and `expo-auth-session/providers/google`. Environment: - React Native (Expo Router) - Running in ...
Ngô Ngọc Triệu Mẫn's user avatar
0 votes
1 answer
26 views

Currently developing Android app on Android Studio in Kotlin. I'm new to the recent Android development. Some articles say when I use MutableStateFlow and collections like MutableList, I should assign ...
Pytan's user avatar
  • 1,796
-1 votes
0 answers
25 views

I am on Windows 11. I downloaded and installed the Vulkan SDK on my Windows machines. When I try to compile, I keep seeing: vulkan/vulkan.h: No such file or directory I have installed: C:\VulkanSDK\1....
John Smith's user avatar
1 vote
1 answer
63 views

I've found that there are conditions that the second argument of va_start(ap, last) must satisfy, which are: last must not be a register variable last must not be a function last must not be an array ...
Doohyeon Won's user avatar
Advice
0 votes
0 replies
18 views

I’m building a tool that generates new mathematics exam problems using an internal database of past problems. My current setup uses a RAG pipeline, Pinecone as the vector database, and GPT-5 as the ...
Marc-Loïc Abena's user avatar
0 votes
0 answers
20 views

Screenshot attached,I'm encountering a strange visual glitch on my website. When I scroll up, a horizontal line briefly appears near the top of the page and then disappears. I initially suspected it ...
Shivendra Singh's user avatar
0 votes
1 answer
25 views

I am trying to deploy my Streamlit app using streamlit.io cloud. On the “Deploy an app” page, when I enter my GitHub repo, branch and main file it shows an Unexpected error under the “App URL” field. ...
Fasih Ahmed Raza's user avatar
-3 votes
0 answers
55 views

I'm just starting JavaScript and I can't declare a variable. Possible that it is being declared but when I use the variables in a math equation there is no output from that equation. For example: let ...
selectstart's user avatar
-5 votes
0 answers
37 views

{"level":"error","ts":1764409482.772595,"caller":"vddk-service/service.go:125","msg":"Failed to open disk","error":"...
Atif Shafi's user avatar
  • 1,186
-2 votes
0 answers
28 views

I’m working on a screen that uses a single SwiftUI List composed of: a top block (statistics, month picker, year selector, total, Entrata/Uscita picker). a list of transactions grouped by day, each ...
Alessandro's user avatar
0 votes
0 answers
39 views

I've been working on a C++ project. I have been using 2 Windows PCs for building it and both worked fine with the same (kinda janky) setup. I recently got a new computer and I get a linker error. My ...
indjev99's user avatar
  • 122
0 votes
0 answers
35 views

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in ...
Fish Red's user avatar
Advice
10 votes
13 replies
637 views

This isn't a joke or a shitpost; I'm being completely serious. I started coding a few years ago, and I didn't know where to find resources for how to code. Right now, I'm working on a messaging app ...
Samuel Cherry's user avatar
-1 votes
0 answers
10 views

is there anyone that has a source or knows where to look for UML/SysML diagram trees like the one attached, that show all of it's element? I found following in a paper for the activity diagram but ...
Martin's user avatar
  • 11
0 votes
0 answers
13 views

In my code I am trying to get the result from this observable // Runs fine obtenerOfertaPorId(id: number): Observable<Oferta> { return this.http.get<Oferta>(`${this.apiUrl}${this....
Horacio García Magallanes's user avatar
0 votes
0 answers
11 views

When handling user input through Scanner(System.in), you can use System.setIn() to automate user input. Like this: package edu.ntnu.idi.idat; import java.io.ByteArrayInputStream; import java.io....
Lucy's user avatar
  • 83
0 votes
0 answers
9 views

I want to show a popup dialog (for example, to warn the user about a duplicate file) in response to any callback—in this case, after selecting a file (or canceling) in a file dialog opened from a ...
user169808's user avatar
-3 votes
0 answers
16 views

Problem I'm trying to rotate multiple Vultr Reserved IPs on a single VPN server without restarting the instance. Vultr supports this using BGP + a dummy interface (no restart needed), but my servers ...
rez's user avatar
  • 17
1 vote
1 answer
41 views

Currently the app has 2 entry points for the JS and CSS files in the blade layout file: {{-- layout.blade.php --}} <head> <meta charset="utf-8" /> <meta name="...
pileup's user avatar
  • 3,462
0 votes
0 answers
16 views

I want to recreate the first page of the app for the launch screen, and unfortunately, it can be done only using Storyboard, but strangely, the Storyboard seems to have a different safe area with ...
Mojtaba Hosseini's user avatar
0 votes
0 answers
20 views

I am currently using CLGeocoder in weather app on iOS to handle user's location queries. I then use the region property of the resulting CLPlacemark objects to obtain the region corresponding to the ...
Math Rules's user avatar
0 votes
1 answer
43 views

I'm getting a bunch of logs like this: [2025-11-29 16:13:15,731] def group(self, tasks, result, group_id, partial_args, add_to_parent=0): return 1 [2025-11-29 16:13:15,732] def xmap(task, it): ...
csirmazbendeguz's user avatar
Advice
0 votes
4 replies
21 views

I am currently using CLGeocoder in weather app on iOS to handle user's location queries. I then use the region property of the resulting CLPlacemark objects to obtain the region corresponding to the ...
Math Rules's user avatar
1 vote
1 answer
37 views

I'm trying to read a log file that was written from a custom ILoggerProvider in a dotnet application: HostApplicationBuilder builder = Host.CreateApplicationBuilder(); builder.Logging.ClearProviders();...
Paul's user avatar
  • 3,974
-1 votes
0 answers
29 views

I have a Tabular model in SSAS 2019 on prem. The data source is SQL Server running on the same machine. I need to reroute the data source to Snowflake. I created a legacy data source using an ODBC (64-...
Arkadiusz's user avatar
  • 455
0 votes
1 answer
25 views

I'm using Windows 11, CMake, VSCodium, clangd 21.1.0 and Visual Studio 2022 Community. I can compile my project just fine but I don't know how to get clangd set up and working, I know that it's ...
David Carpenter's user avatar
-7 votes
1 answer
47 views

How to use a backgroundworker to encode ( base64 ) about 200 pdf invoices and write to sql db. Now i use a sleep 15 sec between every encoding because pdf sizes varie code to writ to sql db and ...
Robert R's user avatar

15 30 50 per page
1
2 3 4 5
483768