Maybe you were looking for...

Issue with docker and postgres, cannot run containers

Hi guys I have issue with docker-compose and postgres image. I am trying to use docker-compose(I am new to docker) for my API and postgres database. Her is how

Cancelling and creating tasks from different requests

In an ASP.net core application I spawn background tasks in one request, which can finish by themselves, or be cancelled by a second request. I have the followin

Filtering out Special Characters and Numbers in R

I'm new in R and I'm working on a chips manufacturer project. I got a data frame containing names of products and I'll like to filter out special characters and

Segmentation Fault when i use std::packaged_task?

these code complie success but running error. like #include <thread> #include <future> #include <functional> #include <memory> int func

Symfony remove file after download

I am working on a Symfony application where users can crop images with. After someone has downloaded the cropped image I want the application to remove it from

Vue/TypeScript/ESLint/Prettier/Vetur formatting doesn't work

Trying to get Vue/TypeScript/ESLint/Prettier/Vetur formatting in VS Code is a nightmare. There are many many GitHub issues and StackOverflow posts on this but I

How do i apply Mongodb database and inside collections in multiple node.js applications

Good Day I have two nodes.js apps and they connect to the same database. I created a user model and here I save the new user in the first app. ex. const User =

How can i insert row into table sqlalchemy object?

i have table object that its name is tags and i don't know how to insert new row into it this is my table object : tags = db.Table('tags', db.Column('tag_

how to merge the response of webClient call after calling 5 times and save the complete response in DB

i have scenario like: i have to check the table if entry is available in DB then if available i need to call the same external api n times using webclient, coll