Timeout HttpClient inside AzureFunction
I have here a piece of code that calls a different api inside of azure functions. that request takes a while if it takes longer than 4 minutes the client will timeout, not the functions itself. Here is...
View ArticleOne sentry transaction between microservices
How can you use one sentry transaction between microservices communicating using rabbitmq?I tried:Producer middleware:public function handle(Envelope $envelope, StackInterface $stack): Envelope{...
View ArticleHow to configure ESLint with Prettier and TypeScript on Node 20?
I tried to configure Prettier with ESLint and create a configuration in settings.json to fix errors when saving, but the errors appear in .js files and not in .ts files. How to configure...
View ArticleFormatMessage returns a char* containing nulls between each character...why?
When translating error messages I get back a pointer to a string (pMsgBuf) that looks like thispMsgBuf = "T\0h\0e\0 \0s\t\0r\0a\0...." The message is there but separated by nulls. Its got to be a...
View ArticleRails Associated Child Model
I am trying to follow the rails getting started guide to set up my project, but am running into an issue with setting up the nested models/controllers/views.I have Activity model and Refusal model,...
View ArticleI need help connecting a debugger to Docker containers running applications...
problem description:I have Docker containers set up for my applications. The applications are developed with Python, Angular, and Spring Boot. I need to connect debuggers to these containers to enable...
View ArticleTerraform recreates resources for a specific data block...
In my terraform azure code, when I run the plan, it says it will replace the resource but I can't seem to find the issue.My code creates load balancer, lb rule, lb probe, backend pools etc. The error...
View ArticleSymlink getting corrupted after extracting podman images
I am saving a Podman image as a tar file using the commandpodman save <image id> | gzip > <tar_file_name>when I untar the image tar files I see symlinks are getting corrupted.However,...
View ArticleDart convert List to another List
hello good day everyone.dart giving this strange error, i just converting my dto from API into my model.var salesCategoriesDto = dataList.map((i) =>...
View ArticleHow can I optimize SQL code when needing to repeatedly call a scalar function...
Here is a table called 'Operations' with a bunch of dates, and I need to find the time differences between six specific dates. But when I try to do this, it takes forever because the table has a lot of...
View ArticleI have a Flexbox wrap that has a small jump when the browser is scaled
I'm trying to achieve the following responsive behaviour when scaling the browser.On desktop I want the label-input pair to show side by side. When scaling the browser width, I want the pairs to show...
View ArticleCookies are not being rejected due to domain attribute from Sanctum (Laravel)
I am using two Google Cloud Run containers to host different applications. I changed the URLs in the question for privacy reasons (the structure stays the same obviously).A Laravel Backend which uses...
View ArticleHow can i call bootstrap react function in react that can not messs code?
in this code bootstrap provide code that i want to use as i can not repeat myself and also it not look good for making 2 thing again i use custom css also so way confusing so how can i make in function...
View ArticleHow to use regex_replace for backslash and double quotes in ansible playbook
In my ansible (2.15.x) project there is a customer parsed string (as extra-vars). This string is later passed to a python script in a win_shell command (The ansible host is a windows machine). So...
View ArticleGenerate Password Protected individual Files Not Zipped
I want to generate password-protected attachments and send them via email using AWS SES CLI in Rust.I have tried several approaches, but each suggests creating a zip file and then password-protecting...
View ArticleC# cannot use .Any() when build Expression for querying with EF core
I'm trying to build an Expression<Func<T, bool>>:public static Expression<Func<T, bool>> CreateAny<T, TAnother>( Expression<Func<T,...
View Articleim creating a project using react.js and tailwind css and at one point i...
Compiled with problems:×ERROR in ./src/global.css...
View ArticleReact Native Animation (Fading In/Out) Not Working
**This is the App.tsx file of an app I'm making (React Native Typescript). I want to add fade in/out transitions between some images.When I run this code, nothing shows up on the screen (I use a...
View Articlemy JS is not working and i am unable to select the elements its applied to on...
i am trying to show the hidden content when clicked on heading or the corresponding image. At first it was working file but it was not responsive so i made some changes but after that js stopped...
View ArticleASP.NET 4.5 doesn´t appear in IIS
I already install the ASP.NET 4.5But I can´t see it in IISI´m using Windows 2012 + IIS 8I randism /online /enable-feature /featurename:IIS-ASPNET45See here, please:
View Article