Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

result = [ ] for i in range(5): value = input("Enter number: ") result = value print(result)
RAJPUT SHIKHAR's user avatar
0 votes
0 answers
4 views

I'm working on a project that has a Discord client running in a background thread to listen to incoming messages. I noticed each time the client is stopped & restarted, it logs in 1 extra time, as ...
cmasupra's user avatar
  • 340
-3 votes
0 answers
24 views

re.search( r"(\d{1,4}[^\d:]{1,2}\d{1,4}[^\d:]{1,2}\d{1,4} | \w{3,10}.{,6}\d{4})", 'abc2024-07-08' ) Why does this regex extract the second pattern, "abc2024", not "...
Fuad Ak's user avatar
  • 152
-1 votes
0 answers
16 views

Severity Code Description Project File Line Suppression State Error (active) CS1503 Argument 1: cannot convert from '_XamlGeneratedCode_.__Type0E459CAF0A856A27' to 'Microsoft.Maui....
Ehsan shobeiry's user avatar
0 votes
0 answers
16 views

I am using AccessibilityService in AndroidStudio for an app which is going to access an another app. In a view there is not available actions of "ACTION_CLICK". Its sealed and I am getting ...
ronihasan's user avatar
-4 votes
0 answers
23 views

I'm building a data quality tool in React/TypeScript that allows users to upload CSV files (10,000+ rows) and validate/clean the data before processing. I need to handle client-side validation without ...
Jeni Savaliya's user avatar
0 votes
0 answers
12 views

I am learning interactivity API and when I tried wp-each directive, I noticed that there is no way to get the index of the array. e.g. If this is my array $config = [ 'fruits' => [ [ '...
Reagan's user avatar
  • 2,632
-1 votes
0 answers
10 views

I have a project of leaf classification, I already have trained model so i want to integrate the model to through mobile application using react native does anyone know how to make it possible?
Trinity's user avatar
Best practices
0 votes
0 replies
16 views

i have one audit module which i need to implement in which i have to create one pdf of single webpage, pdf should consist 5 pages which devides my webpage (there is seperator lines in ui of that ...
Jeel404's user avatar
  • 32
Advice
0 votes
0 replies
23 views

I was trying to read data (chars) from a large text file (~250MB) in 1KB chunks and was very surprised that reading that file using either FileReader or BufferedReader takes exactly the same time, ...
sebkaminski16's user avatar
-1 votes
0 answers
13 views

I’m new to RHEL and Linux system administration. I have a disk with an existing partition that I want to format, but I’m not sure what the correct and safe steps are. What is the recommended way to ...
Eviniti's user avatar
-3 votes
1 answer
28 views

Title: Flutter Calculator Layout Issue - Buttons Not Displaying Correctly Description: I'm building a calculator app in Flutter and facing layout problems with the button grid. The calculator ...
Oxsine's user avatar
  • 1
-3 votes
0 answers
18 views

site :https://onlineradiofm.in/stations/vividh-bharati I need this audio player for my fm radio site . What is this player script and name . Where do i get it? Thank you for your help if only Euuph ...
Nagaraj's user avatar
  • 398
0 votes
0 answers
17 views

Context: I am trying to build a Spring Boot application and have exposed a REST api endpoint to upload files(as large as 1 GB). Question: Since the data transfer for a multipart file happens in chunks ...
Aakash_Deep's user avatar
Best practices
0 votes
0 replies
11 views

I’m trying to implement a global <Redirector /> component in Expo Router to control the navigation flow of my app. The logic depends on: Authentication state Whether the user completed ...
Schiswot's user avatar
0 votes
0 answers
11 views

I tried to produce a table 1 from a code which worked perfectly well a year ago, but doesn't work now. Here a simple example : library(tableone) library(survey) age<- c(55,66,77,33,44) gender<-c(...
SofiaB's user avatar
  • 51
Advice
0 votes
0 replies
12 views

New SPA frameworks like React, Angular, Vue etc. Requires running node js server. But is there any way to run "output" (code generated after transpilation step) without running any server, ...
user3209013's user avatar
0 votes
0 answers
11 views

I'm trying to run setThemingColor before the properties are loaded and the object tree is available, since I don't need the recursive option to be true. However, the coloring doesn't seem to be ...
3dbim's user avatar
  • 1
0 votes
0 answers
29 views

C23 §5.2.5.3.3 [Characteristics of floating types <float.h>] paragraph 8 says: Floating types shall be able to represent signed zeros or an unsigned zero and all normalized floating-point ...
Jan Schultke's user avatar
  • 43.6k
0 votes
0 answers
13 views

I'm troubleshooting why async tasks within the durable entity hang forever. My entity looks like this public MyEntity : IMyEntity { [JsonIgnore] private MyService _myService; [JsonProperty] public ...
dotnetdev4's user avatar
0 votes
0 answers
30 views

I use read_html("https://finngen.gitbook.io/documentation") with error Error in open.connection(x, "rb") : cannot open the connection however i can oepn https://finngen.gitbook....
zhang jing's user avatar
-1 votes
1 answer
24 views

Branch x in my git repository contains the undesired build files. It happened because I do not separate build directory from the source code and I git add-ed the build files. The main branch is in a ...
nougako's user avatar
  • 240
0 votes
0 answers
22 views

I'm trying to draw a focus border on a grid cell. First, I tried outline with offset. Almost perfect, but left and top borders aren't covered. Then I tried with box shadows (also with inset). Here I ...
derstauner's user avatar
  • 1,958
0 votes
1 answer
33 views

i installed this wp plugin in my Blog. I want to use this Shortcode plugin multiple times in Category and tag pages but the Shortcode is working Same for all pages. How can I change width and height ...
EMILY MARCIANO's user avatar
0 votes
0 answers
16 views

I'm trying to perform a Gaussian Process Regression on the following series of data points (X and Y): X Y 0.00001 -6.8200000000000003 0.00014 -6.8073846153846160 0.00042 -6.6818333333333326 ...
Josep's user avatar
  • 1
0 votes
0 answers
14 views

I am trying to create a path animation of Svg in the desktop compose app. fun SvgDocument.drawCompletedFills(buildPaths: List<BuildPath>, drawScope: DrawScope, canvas: Canvas, targetLength: ...
Vivek Gupta's user avatar
0 votes
0 answers
29 views

I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
Sudhanshu Tiwari's user avatar
Advice
0 votes
0 replies
22 views

I'm building a voice-assisted navigation feature for my app that would allow users to: Navigate between screens/pages using voice commands Have an AI agent take actions on the current page (clicking ...
Jhutan Debnath's user avatar
0 votes
0 answers
22 views

I need an advice which programming language is suitable in this situation. I need a macro/script that will dig a 24-block-long, 24-block-wide, and 24-block-deep mine. The blocks break instantly, and I'...
funerary trap's user avatar
-1 votes
0 answers
16 views

Guys, I really need some guidance. I’ve written a lot of code and classes in IntelliJ IDEA for my JavaFX application, but I’m running into serious difficulties when trying to turn it into an ...
Sayed Ali Yahya's user avatar
0 votes
0 answers
14 views

I have a container with multiple items displayed using CSS Flexbox, with flex-wrap: wrap and justify-content: center so that the items are visually centered and wrap responsively. Each item has a ...
Tani's user avatar
  • 1
Advice
0 votes
0 replies
19 views

Disclaimer: I'm expecting that the answer to this question will be that it can't be done, but I'm asking as a just in case. I am working on a JIT'd language with the compiler and runtime implemented ...
idka's user avatar
  • 131
0 votes
0 answers
12 views

We have developed a SharePoint Framework (SPFx) application for customizations and are using @pnp/sp to perform GET/POST operations on SharePoint lists. Our system sends email notifications through ...
thedeepponkiya's user avatar
-1 votes
0 answers
47 views

Executing the npm audit. It will be enough to show just last three issues - all of them has "fix available via `npm audit fix" message: All dependencies mentioned above are transitive ones, ...
Takeshi Tokugawa YD's user avatar
0 votes
0 answers
29 views

Playground has an option to strip types only, which removes the types but line and column numbers of everything else remain same. How can I replicate this behaviour with swc cli or from rust code ...
navneet's user avatar
  • 15
0 votes
0 answers
19 views

I'm studying & trying to use mediapipe I want to modify the Android project face-landmarker I want to modify the graphs & parameters of landmarker by modifying the .task file. By this way: ...
Mikael Nguyen's user avatar
Advice
1 vote
0 replies
34 views

In my case, I only want authenticated users to perform a SELECT query on my database, so I set up my RLS Policy for this scenario. This is where I am hitting an issue. With RLS enabled, I need to let ...
Boon Jefferson Brigoli's user avatar
0 votes
0 answers
23 views

I'm having trouble managing DTOs. I'm working as follows: I have a reusable DTO called PhoneResponseDTO that is used in both findAll and findByID. Then I created a DTO for each operation like Created, ...
gustavo's user avatar
  • 22
Tooling
0 votes
2 replies
45 views

Which IDE and tools are best suited for gcc C development? I currently use vscode and the tried using the ms-vscode.cpptools extension which "supports" gcc C. But extensions like nested ...
mcmah309's user avatar
-1 votes
0 answers
33 views

I’m having a problem and I can’t find a solution. I have deployed a Django backend and a React frontend using Docker. I’m using Traefik as a reverse proxy for the web server. When I start Traefik, the ...
Mario Petkovski's user avatar
Advice
0 votes
0 replies
15 views

I am an experienced programmer, but am new to Web Development. I have become familiar with several technologies, including embedded Javascript, which I would like to use for my employer's project. ...
Stellas Man's user avatar
0 votes
0 answers
29 views

I’m trying to implement this iOS delegate method in Delphi: - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task willBeginDelayedRequest:(NSURLRequest *)request ...
zeus's user avatar
  • 13.3k
Best practices
2 votes
1 replies
26 views

I launch a container in docker (using powershell) by running the first command however I have a couple other operations I need to do on start-up like connecting the gotenberg to a network. The ...
Benedicts Forester's user avatar
Advice
2 votes
5 replies
70 views

Does anyone know if there is, in c++, any way to determine at runtime the cpu characteristics of the machine that compiled the code? For example, in gcc (which I'm using) the preprocessor variable ...
user3195869's user avatar
-5 votes
0 answers
39 views

I am new to programming, and I am trying to start a project on cleaning my CSV file into different formats that I want. How should I go about doing that, and what resources can I use to do it?
CoderJer's user avatar
-2 votes
0 answers
16 views

I just realized that Laravel can run without starting XAMPP, which confuses me. I’m used to monitoring my database through phpMyAdmin, but since I don’t run XAMPP when using Laravel, I’m not sure ...
Bintang Fauzan's user avatar
Advice
0 votes
1 replies
29 views

How do I add: menuSound.loadSound("hover_sound", "Audio/Sound/button_hover_sound1.wav", 0.5f); sound effect to all button in ImGui, so that when the mouse hover over them it will ...
ShizamDaGeek's user avatar
1 vote
0 answers
12 views

I have a pre-built image of a shared library, and that library implements main() with something like: int main(...) { bootstrap(...); return 0; } bootstrap(...) { /*...*/ sc_main(...);...
sh1's user avatar
  • 5,010
0 votes
1 answer
53 views

There is a grey border around all embeded tweets but I want to remove it and add round corners too. But because its in an iframe i have no idea how to remove the border. <blockquote class="...
Blair A's user avatar
  • 27
-2 votes
0 answers
21 views

I generated a random dataset that has 1 categorical column and 30 numeric columns. The categorical variable has 3 classes X, Y and Z. See data generation code below I need help with Steps 2,3 and 4: ...
nasa313's user avatar
  • 318

15 30 50 per page
1
2 3 4 5
483790