I'am trying do deploy 2 containers by using docker-compose on ElasticBeanstalk with new Docker running on 64bit Amazon Linux 2 (v3). When I add .env_file direct
I have a knex chema migration to create a table, with the line - exports.up = async function(knex) { return knex.schema.createTable("newTable", table => { ta
I have a web app, Angular 13, Visual Studio 2022, dot net core 6.0. I upload 2 docx file with input file. html code here <div class="custom-file"> <i
I'm trying to implement Passport.JS and JWT functionality into my nodejs application and receive the following error TypeError: fn is not a function in this
The title might be misleading, so here is a better explanation. Consider the following code: def minimum_working_environment(r): trial=np.arange(0,6)[::-1]
Hello I am creating an app with Xcode and I am having the following problem, I created this API with mockapi.io (if you enter the link you'll see the JSON data)