Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
5 views

UserWithEdit import { useEffect, useState } from "react" import { getRoles } from "../services/role.service" import { updateUser } from "../services/user.service" /* ...
Faton TTL's user avatar
Advice
0 votes
0 replies
5 views

I am building a simple java app that uses a few rest webservices (that get parameters from the url) to insert into a database data that is relevant to the progress of some students in a course. This ...
Tiago Cabral's user avatar
0 votes
0 answers
9 views

I have an Android Studio (AS) mobile only project which I've been working on for a while on both my desktop and laptop, keeping the project current on each with git backups. Two days ago, the build ...
Doug H's user avatar
  • 11
Advice
0 votes
0 replies
13 views

I was tested deepseek web application and I couldn't find any way to get an XSS to work. The app seems to do a good job of escaping all my inputs. However, I noticed that the site doesn't have a ...
Victor Azlaan's user avatar
0 votes
0 answers
15 views

I want to create a small desktop app where I can see the books I've read and also view the notes I've written about them. I'm using SQLite3 with a database that contains the ID, title, author, and ...
Hugo's user avatar
  • 7
-2 votes
0 answers
16 views

The set runs on these deps. {deps, [ {cowboy, {git, "https://github.com/ninenines/cowboy", {tag, "2.7.0"}}}, {simple_bridge, {git, "https://github.com/nitrogen/...
Vianney Sserwanga's user avatar
Advice
0 votes
0 replies
13 views

I am trying to host a WCF service on IIS. The service does not require human interaction after installation as a service. It performs scheduled tasks according to an event control file. I want to put ...
Timothy Dooling's user avatar
0 votes
0 answers
26 views

I'm developing a Python API testing tool called YATL. During development, I installed many libraries for testing, linting, and formatting (e.g., pytest, ruff, mypy). I've now discovered that when I ...
khabib73's user avatar
Tooling
0 votes
0 replies
10 views

I have a question about building a model in AnyLogic. I want to create a model of the action potential of an excitable tissue cell (like muscle). I created an impulse variable that I can change using ...
Тимур Богоев's user avatar
0 votes
0 answers
23 views

I'm having trouble programming automatic button focus in JavaScript. Let's say we have a very complex application interface and need to restore focus to some buttons after they've been lost. For ...
Sparkle's user avatar
  • 13
0 votes
0 answers
24 views

The code (simplified): typescript // ServiceA async preloginStep(input, ip) { let foo = await this.fooRepo.findOne({ where: { mobile: input.mobile } }); if (!foo) { const { user: ...
Sina Pirani's user avatar
0 votes
0 answers
22 views

I am trying to run the following code in a Kaggle notebook, from transformers import pipeline pipeline = pipeline(task="text-generation", model="Qwen/Qwen2.5-1.5B") pipeline("...
meowrifaa's user avatar
-2 votes
0 answers
24 views

Using GTest, I have written an integration test as a single test suite, in which each stage of the test is a separate test case derived from the suite. Each stage/test case uses the same static member ...
Walkingbeard's user avatar
-2 votes
0 answers
22 views

In Oracle Database, during a Data Pump import, some IOT (Index-Organized Tables) were not imported successfully. How can I identify the cause and import the missing IOT tables properly?
James's user avatar
  • 1
0 votes
0 answers
19 views

I have a report in Power BI. I want to automatically export a filtered matrix visual from this report to Excel. I understand that I can do this by setting up a Power Automate flow, selecting the ...
SRJCoding's user avatar
  • 543

15 30 50 per page
1
2 3 4 5
1610669