Newest Questions
24,164,028 questions
Advice
0
votes
0
replies
14
views
How to switch between ADB and ADBD
How to switch between the the two (adb and adbd) I'm trying to get to adb but it keeps kicking me into ADBD. And I'm not sure why could someone please explain. Thank you.
I'm not sure if this is a not ...
Advice
0
votes
1
replies
30
views
Having trouble connecting my phone with my laptop to open my app
iam a beginner here, i want to conect my phone to my laptop and access my app i designed on my laptop. # Connect device via USB, then run: adb install build/app/outputs/flutter-apk/app-release.apk
# ...
Advice
0
votes
0
replies
12
views
Form Validation in Laravel
I want that when the user types a username in the input field, an error message ‘The username has already been taken’ should appear without submitting the form. Is this possible without using ...
0
votes
0
answers
11
views
Formatting "headers" of row groups based on content of the subrows
Example spreadsheet
How do I create a conditional formatting formula that does the following?
If all of the B rows of a group are TRUE (all boxes checked), the header row for that group gets formatted ...
0
votes
1
answer
18
views
Exceeded max user connections in python / flask / mysql
I am trying to run a Python / Flask / MySQL app but whenever I try to run it (using the command "python -m flask run"), it gives me this error:
mysql.connector.errors.ProgrammingError: 1226 ...
Advice
0
votes
0
replies
16
views
Where does aggregation logic belong in Laravel when querying from the database?
Dont really have definite answeres as to where the code below should go within a code base.
$carsByDate = $this->cars->filterQuery($request)
->select([
'id',
'...
Advice
0
votes
0
replies
10
views
Zenml blank page
I got a blank page after running ZenML locally (UI at http://127.0.0.1:8237). The frontend loads partially, but the browser shows this error:
Failed to load module script: Expected a JavaScript-or-...
0
votes
0
answers
17
views
Can you update Azure Policy UserAssigned Identities with Terraform?
I'm creating a UserAssigned identity to be used with policy assignments and I want to add owners and notes to the new identity, but this identity is owned and managed by Microsoft. Is it not possible ...
0
votes
0
answers
20
views
Visual Basic 2022 appli'cation manifest file missing
I need my app to give a UAC prompt, but the application manifest file seems to be missing. I have follow instructions to create one by doing the following:
Right-click your project in the Solution ...
Best practices
0
votes
0
replies
20
views
DIP is justified when I have at least three volatile inputs /outputs to/from some system, is this ok generalization?
I'm computer engineering student who is new in the realm of design patterns, for some reason I started with Dependency inversion- higher level policy should not depend on lower-level policy, but ...
0
votes
0
answers
12
views
Listing all descendants in Rails 8
I'd like to list all descendants of a particular class in Rails (ApplicationComponent if it matters): with eager loading enabled this is easy
ApplicationComponent.descendants
But eager loading is ...
0
votes
0
answers
17
views
Kubernetes service account tokens are silently not mounted
I'm trying to use a service account token to authenticate with the API server from a pod, but I can't seem to get the kubelet to mount said token. I'm trying to debug this, but I have ran out of ideas....
0
votes
0
answers
22
views
Selenium WebDriver: How to reliably wait for dynamic elements loaded via JavaScript (AJAX)?
I am working with Selenium WebDriver (Java) and testing a web application where many elements are loaded dynamically via JavaScript (AJAX). I often face issues where elements are present in the DOM ...
0
votes
0
answers
18
views
Getting a `java.net.BindException` when calling `java.net.DatagramSocket.connect(java.net.SocketAddress)`
I just saw the following exception in one of our CI tests, and it's very strange to me:
Caused by: java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.connect0(Native Method)...
0
votes
0
answers
26
views
Glucose levels are 0 when adding manual entry in Android Health Connect
I'm trying to get the hang of syncing info with Android Health Connect, and I thought it was all going well, but whenever I retrieve the entries I am putting in manually the level is alway 0.0 and I ...