Newest Questions

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

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 ...
Sparsh Garg's user avatar
0 votes
0 answers
10 views

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 ...
Daniel Fowler's user avatar
Best practices
0 votes
0 replies
16 views

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 ...
Swift's user avatar
0 votes
0 answers
12 views

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-...
Marietta Akumbom's user avatar
0 votes
1 answer
25 views

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 ...
Hugh Self Taught's user avatar
0 votes
0 answers
12 views

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 ...
oskar's user avatar
0 votes
0 answers
35 views

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 ...
gene b.'s user avatar
-3 votes
3 answers
32 views

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 ...
josh hawley's user avatar
0 votes
0 answers
11 views

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: ...
ARaffa's user avatar
0 votes
0 answers
15 views

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 ...
canIchangethis's user avatar
-1 votes
0 answers
21 views

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 ...
Ayoub Mesaoudi's user avatar
1 vote
0 answers
21 views

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 ...
Alessandro's user avatar
0 votes
1 answer
30 views

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 ...
Aaron's user avatar
Advice
0 votes
5 replies
39 views

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. ...
NickC's user avatar
-2 votes
0 answers
26 views

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 ...
ocarrey's user avatar

15 30 50 per page
1
2 3 4 5
1609972