Newest Questions
24,149,577 questions
Advice
0
votes
0
replies
2
views
under ideal conditions do ransac and svd converge to a same solution
So i was asked this question by an interviewer just today
assume your data has no noise and under ideal conditions when there is no outliers would ransac and singular value decomposition converge to ...
0
votes
0
answers
10
views
Firebase transaction within Cloud Function returns null with no errors
Reference: Firebase transaction returns null and completes without error
Reference: Firebase transaction completes with null value and no errors
Like the above questions, I am running a transaction in ...
Best practices
0
votes
0
replies
16
views
SwiftUI MVVM: Should form input fields be stored in @State or @Published properties in the ViewModel?
I'm confused about where form input fields should be stored.
For a screen with many fields (e.g. Create Task or User Profile), I can either:
Option 1: Store form fields in the ViewModel
class ...
0
votes
0
answers
12
views
How do I properly configure the JsonSerializerOptions.TypeInfoResolver property for file-based
While going through this tutorial to learn how to create persistent agents with OpenAI: Sample using agents with OpenAPI tool in Azure.AI.Agents.Persistent using file-based apps.
snippet from agent-...
0
votes
1
answer
25
views
Add a column to select query but exclude from grouping
I have the following query:
SELECT max(F.Surname +', '+ F.First_Name) AS Female, ISNULL(max(M.Surname +', '+ M.First_Name),'') as Male, Max(CP.Comp_Date) As Comp_Date, H.PtsFemale, H.PtsMale as ...
0
votes
0
answers
12
views
Can't connect to Browserstack - java.net.MalformedURLException: no protocol: appearing randomly after some time
I'm having issue in my automation tests project that started appearing recently. I cloned my repository from GitHub, built my project so all tests go through and when i wanted to fix some of the tests ...
0
votes
0
answers
35
views
After std::move to a global variable, Visual Studio warning "The pointer is dangling because it points at a temporary instance which was destroyed"
I have a global variable called currentPath defined in the CPP file as
extern Path currentPath;
The Path class contains a field which is std::vector<PathItem> contents;.
Somewhere in the code I ...
-3
votes
3
answers
32
views
How can we repair the formula? we have problem when c2 more than 500 the cell return 0
How can we repair the formula? we have problem when c2 more than 500 the cell return 0
we have table
c2 d2
100 34
we need
if d0 equal 0 than add 25% to c2
if d0 is not equal to 0 ...
0
votes
0
answers
11
views
Jenkins ws-cleanup cannot delete Windows workspace because files seem locked
I am running a Jenkins pipeline on a Windows Jenkins agent/controller.
During the post-build cleanup step, the ws-cleanup plugin sometimes fails to delete the workspace.
The workspace is located here: ...
0
votes
0
answers
15
views
Apply hover-over style to figures referenced without any number?
I want to produce a reveal.js presentation, where I am able to hover over a link to a figure, that does not include the word "Figure". To illustrate, please note the differences between what ...
-1
votes
0
answers
21
views
LDAP authentication issue on GLPI web interface - unable to connect with AD accounts
I am doing an internship (first year IT technician degree) and I have been stuck on this GLPI/LDAP issue for a while.
Environment:
GLPI installed on Debian, Apache, PHP 8.2
Windows Server Active ...
1
vote
0
answers
21
views
rangeslider widget in plotly is not displaying the overall dataset together with the selection
I try to create a shiny app to display time-series data, with several selectors and an input dates range widget. Moreover, I would like to update accordingly the input date range widget when I use the ...
0
votes
1
answer
30
views
Extracting data from SharePoint Excel Files into single DataFrame
I'm looking to extract data from Excel files stored in SharePoint, all with the same schema, into a single DataFrame.
Currently, the below seems to work (once constants are filled in), but it's quite ...
Advice
0
votes
5
replies
39
views
Get reference to Caller from Callee
Is there some built-in way in Python to get a reference to the ‘Callers’ instance? We know this must be stored in Python somewhere otherwise it wouldn’t know where to send the the return value to. ...
-2
votes
0
answers
26
views
Hadling Multiple recipient [closed]
Nimbus 10.9.1: I succeed in generating multi recipient JWE json token (by unsing MultiEncrypter) and decoding it with each consumer (by using MultiDecrypter).
But it is not working if use case ...