Newest Questions
24,177,252 questions
-1
votes
0
answers
6
views
How do you fix two different suspend states in Linux?
I have Linux installed on a laptop where everything seems to work fine except for waking from the suspended state -
it seems that there are two different kinds of suspend happening: one that works ...
-1
votes
0
answers
4
views
Sketch Segmentation in Technical Drawings
ExampleEveryone, may I ask: if I want to perform segmentation of drawing lines and sketches in technical drawings (such as line art, hand-drawn sketches, or rasterized CAD drawings), which AI models ...
-1
votes
0
answers
8
views
I just wanna clean all the screen before i display information there, why is this not working?
im trying to do my own portfolio, but i need the button pressed by user to display an information in an area, and then, when another button is pressed, the information that was displayed needs to be ...
0
votes
0
answers
3
views
How to Manually Call a Function in the OpenAI Realtime API
I’m using OpenAI Realtime with LiveKit to have conversations with my clients. I have multiple functions that I want to call out-of-band during the interaction, so in my session.update I pass my list ...
0
votes
0
answers
8
views
Missing Signature Image after Range is Copied to Outlook Email
I have a spreadsheet range that I want to copy to the clipboard and then paste into an Outlook email with source formatting. Everything works as intended in my code below, except the signature shows ...
0
votes
0
answers
12
views
How to enforce a specific Java patch version (21.0.9-tem) across multiple Gradle projects?
I have a workspace with multiple independently-cloned Gradle repositories that all need to use the same exact Java patch version (21.0.9-tem) for reproducible builds:
workspace/
├── repo-a/
│ ├── ...
-1
votes
0
answers
15
views
Failure to connect to Oracle Service
ALL,
C:\Users\igor>lsnrctl status
LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 28-JAN-2026 16:59:33
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (...
0
votes
0
answers
9
views
Is geofencing available on wear os in 2026?
I am working on implementing geofencing on a standalone wear os app. I have made a setup that works on my phone, but when I try to make a similar setup using geofencing api on my watch, it gives me ...
Advice
0
votes
0
replies
4
views
Supabase services in SaaS template
Good evening everyone! I'm just starting out in web development, but I previously had limited experience using Supabase in iOS development. I found this example project in the dashboard: Link. I don't ...
-4
votes
0
answers
20
views
Is a folder inside a repository a repository itself? [closed]
If I create a folder inside an existing Git repository, does GitHub treat that folder as an independent repository? Furthermore, if I want a folder to function as a separate repository while remaining ...
-2
votes
0
answers
12
views
How to format / decorate cell to highlight pass or fail of value in second cell
Within excel 2010 I want to take the following table;
and depending on the value of the hidden column "decorate" the display column which identifies the display column as success or failure ...
0
votes
0
answers
11
views
Why doesn’t Loco recognize these strings?
I have dynamic text that Loco Translate isn't recognizing.I added the text myself to a plugin file I downloaded from the WordPress repository.I ran several different tests; I'll only include two here ...
-1
votes
0
answers
7
views
Jira /rest/raven/1.0/import/feature
Trying to use the jira endpoint above.
But somehow it doesn’t recognize the existing test key I provide as a tag like @{projectKey}-1234.
Any idea?
0
votes
0
answers
9
views
Google Sheets formula changes when an outside process inserts data into one of the sheets referenced in the formula [duplicate]
I added some logging of home automation data to a google sheet. Every 5 minutes a script inserted three row at LogData:A2. The data is {timestamp, name, value}. I want the most recent data at the top ...
Best practices
0
votes
0
replies
3
views
Reconciliation from DB -> Kubernetes or DB as a caching layer
I have encountered this very non-trivial problem of managing state drift and was wondering what your opinions were.
Basically I am trying to create a managed-hosting provider (Gameservers) and I'd ...