Frequent Questions

0 votes
0 answers
48 views

I have an Azure regular function app which I'm now converting to a Durable function app. In the regular function app I had a code which created an ILogger instance like this: private static readonly ...
CodeMonkey's user avatar
  • 12.6k
1 vote
1 answer
46 views

I created an isolated Azure durable function. When trying to invoke a custom status endpoint I created which receives a DurableTaskClient as parameter to the constructor, I got this Exception: System....
CodeMonkey's user avatar
  • 12.6k
0 votes
1 answer
31 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
-3 votes
0 answers
110 views

I have encountered a weird situation and I am pretty sure there is bug either in react-hook-form(7), React (19) or nextjs (16). Below details: "use client"; import React, { useState, ...
user3257598's user avatar
5 votes
1 answer
263 views

The dataframe df0 below includes the following variables: site: 3 remote partner laboratories (fixed number), analyte: biomarkers measured at one or more of these sites (3 analytes in this example ...
denis's user avatar
  • 1,110
1 vote
2 answers
367 views

As C++26 standard's timeline is getting near, I want to know: What is(are) the reason for no built in support of networking by the C++ standard. That is, what exactly are the problems that lead to ...
Richard's user avatar
  • 47.7k
1 vote
1 answer
97 views

I am working on a Spring Boot application where I am trying to save a Question entity using a POST API. However, whenever I send a JSON request from Postman, I receive 400 Bad Request. I expected the ...
Monesh Prabakaran's user avatar
1 vote
2 answers
142 views

Recently, I’ve been working on a small project that allows you to download information about a person who has participated in a powerlifting meet. The data comes from OpenIPF. In this project, a CSV ...
heymasin's user avatar
1 vote
1 answer
94 views

I'm using the built-in Minimal API validation (AddValidation() + data annotations / generated resolvers). I have a modular setup with multiple assemblies: Host (Host.Api) – the entrypoint where DI ...
diegosasw's user avatar
  • 16k
1 vote
0 answers
184 views

Consider this example: #include <thread> #include <atomic> #include <stream> int main(){ std::ofstream outFile("example.txt", std::ios::out | std::ios::trunc); std::...
xmh0511's user avatar
  • 7,675
0 votes
2 answers
95 views

a (main calls c and d) | +-----------+-----------+ | | libc.so (c calls b) libd.so (d calls b) | | | | ...
shynur's user avatar
  • 507
0 votes
1 answer
68 views

This is a follow-up to a previous question: Xcode XCTestCase - wait for setup to complete before starting tests In the comments it was suggested to switch to Swift Testing instead of using XCTestCase, ...
koen's user avatar
  • 5,874
-1 votes
1 answer
59 views

I am having a problem in Processing JS where my circle is not appearing. The code is as follows: var circleY; var circleX; stroke(0, 0, 0); var bob = function(text1,x1,y1){ noFill(); var ...
Zane Hedger's user avatar
-1 votes
0 answers
70 views

How can I display the function parameters (SessionTicket, Deviceid, Loginemail, Language) in Azure portal when I call my Azure function? I just want to find out if the function parameters are correct ...
Bryan's user avatar
  • 265
-3 votes
1 answer
59 views

How can I remove a function signatures overload? Notice, that when I join two separate function signatures A and B, it is later possible to split them again, but the same code will not work with type ...
Qwerty's user avatar
  • 32.5k

15 30 50 per page