Newest Questions
24,160,020 questions
1
vote
0
answers
1
view
How to separate runtime dependencies from development dependencies?
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 ...
Tooling
0
votes
0
replies
3
views
How can I make a variable change its value according to several specified formulas when certain conditions are met in AnyLogic?
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 ...
0
votes
0
answers
8
views
Automatic setting of button focus in JavaScript
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 ...
0
votes
0
answers
14
views
typeorm-transactional opens separate transactions for each save() instead of one, WHY?
The code (simplified):
typescript
// ServiceA
async preloginStep(input, ip) {
let foo = await this.fooRepo.findOne({ where: { mobile: input.mobile } });
if (!foo) {
const { user: ...
0
votes
0
answers
14
views
In Kaggle, when executing pipeline(...) from transformers, I get 'RuntimeError: Cannot send a request, as the client has been closed.'
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("...
0
votes
0
answers
15
views
How can I run all cases in a single GTest test suite in a single, shared, sequential binary invocation, but report on all test cases?
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 ...
-1
votes
0
answers
16
views
IOT tables not Imported [closed]
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?
0
votes
0
answers
17
views
Why can I only paste the first line of a DAX query into Power Automate?
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 ...
0
votes
0
answers
9
views
PDOs parameter binding is avoiding indexes and tanking performance
I have been building a laravel app and this weeks launch has shown that my database does NOT like how queries are being executed. Sorry in advanced for any ignorence, but this is far outside of my ...
0
votes
0
answers
23
views
T-SQL nvarchar WHERE clause can't distinguish between special characters?
I am working with a database that contains some special characters in nvarchar columns. Specifically, it has some text written in special characters, like those font generators create for Twitter or ...
-1
votes
0
answers
26
views
Photoshop gradient colour interpolation
According to this discussion, Photoshop uses piecewise cubic interpolating splines. That seems to be confirmed on this official page: "the traditional method that uses the cubic interpolation of ...
0
votes
0
answers
13
views
How to use the GUILayout methods within a reserved rectangle in an editor script?
In an editor script, a reserved rectangle is obtained by using the GUILayoutUtility.GetRect method (This step is actually passed in by a 3rd party, so I can't change it), and then I need to draw ...
-1
votes
0
answers
17
views
Status 400: client version 1.24 is too old. Minimum supported API version is 1.41, please upgrade your client to a newer version
Unable to run my docker.yml and facing above mentioned error. WHile my client and Server versions are matched which is 1.52 and greater than 1.41 but still it is showing same error while i am trying ...
-3
votes
0
answers
27
views
Homebrew Apache macOS Tahoe [closed]
I installed Apache and PHP on my system and I can access localhost. I try to set up https://localhost and I followed this tutorial. I tried several tutorials and it doesn't work. As soon as I enable /...
-1
votes
0
answers
16
views
Trouble analyzing requests on Atour mobile app using mitmproxy
I'm analyzing API endpoints from Atour Life Android app (com.atour.atourlife v3.39.0) for testing. The app uses certificate pinning and I've hit walls with standard approaches.
Setup
Device: Sony ...