i have a simple terraform script which makes use of a module, the script creates multiple s3 buckets: main.tf: variable "bucket_name"{ type = list descr
I downloaded node.js and code runner on vs code. The first time I ran the code there was an output. But when I created a new file and tried to run this piece of
I have a SwiftUI view, the top of which looks like this: where "name your item" is a TextField and the buttons at the top are part of a NavigationView toolbar.
When working with a big application that has several tables and several DB operations it's very difficult to keep track of what transactions are occurring. To w
I have 2 tables - IncidnetLog and IncidentLatest. IncidentLog is the list of logs for each incident , hence it contain multiple rows for same incident, containi
I am trying to add a space to the PCRE group name.Not sure how to do so.For ex: rex field=_raw "Time taken = (?<"TimeInMillisecs">[^\s^\D+]+) In the above
Scenario: My web API have to generate some message to kafka topic and in the same request context I have to send the response back to the client. My request pro
Below is the architecture of a model I’m implementing. Two generator networks (Generator 1 and Generator 2) are fully connected and only Generator 2 conne
BACKGROUND As I understand it, in a C++ project: Project Properties => Configuration Properties => General => Platform Toolset Tells the compiler which