Latest Questions

Add Noise to Background for Voice Separation

I want to implement a voice separation project. Now, I got a voice dataset with no background noise and a dataset about noise, such as engine sound , horn sound

How can I overlap Content Widgets of the monaco editor?

I have configured the monaco editor in my APP to support graphql operations but it seems that the content widgets are not displayed as expected. Look at the ima

Destructure a function parameter in Typescript

I'm trying to give a type to the members of below function. args is an object with a data property of type UserCreateInput So, from this: createUser(parent: a

Terraform - How to output multiple value

I am very new to Terraform, and programming, however, I have to develop my skills, so I would appreciate your suggestion to have the correct output.tf file. In

Yellowbrick: PredictionError dimensionality issue

I'm trying to use the yellowbrick PredictionError and am running into strange dimensionality issues. I am using yellowbrick version 1.4. Suppose we had this ver

Synching validations between front-end and back-end projects

What do you do for synching validations between front-end and back-end teams in laravel? I read this post but I would like to know about laravel. I have also se

Why is my connection refused while connecting to upstream? Nginx Error 502

I have 3 docker containers CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS

I want to build a login form that allows users to access the welcome page using only their passwords

I want to build a login form : users access the welcome page using their passwords.

How to copy ACF fields from one page to another using php?

As the question states, how do I copy an ACF field from one post to another? This is what I have so far. Any help would be appreciated. add_action('save_post',

Using batch for processing Text file

I am new to batch scripting and would like to process my input file with the content : MD5 hash of sample.js, 81f87dd81ef88f59a57d95d9ede5f92e MD5 hash of sear

Typescript Function Arguement with Child/Inherited class?

I am trying to write a function that sets some properties on its arguments (not return a new object), the argument is of a class that extends from the same base

Error output from CocoaPods: ↳ Searching for inspections failed: undefined method `map' for nil:NilClass

So, guys, this problem happening every time when i try to add a cloud_firebase in pubspec.yaml. My mac is working on intel processor, so the solution sudo arch

Possibility to access wildfly / app server libraries via jboss-deployment-structure.xml?

I have a web application running on a wildfly app server (22.X). It contains a war file which has the ability (besides the actual functionality) to query the wi

Cannot pass null for argument 'pathString' in child() in android studio

Trying to Delete messages in a chatting application. There are 2 ways, 1) Delete for Me and 2) Delete for Everyone. But I'm not able to perform any of those as

Flex direction changes when I use persist gate(next js with redux)

I am using next js and redux to build an app. When I use in my _app.js the flex direction changes in index.js, from row to column. No changes in the CSS or in

list values into entry widgets

I am trying to put list values into entry widgets, keep getting brackets and quotes. lista = ['abc', 'def', 'ghi'] # These are normally strings, but can be inte

Can't find variable: IDBIndex on firebase/react native(expo)

I am developing a RN app in Expo with firebase as backend. So far, the app only uses firebase auth and firestore and for whatever reason, I randomly started get

Connecting FIWARE Orion with Azure Cosmos DB

I tried using FIWARE Orion [1] and for the database I used Azure Cosmos DB Mongo API. I followed the steps as outlined in the issue [2]. The contents of the fil

Proper mapping ( JPA ) composite key

For example i have entities @Entity public class A{ @Id Long Id; ... } @Entity public class B{ @Id Long Id; ... } @Entity @IdClass(ABId.class). public class AB{

MongoServerError: bad auth

I make an app using node.js. and connect this with MongoDB. But when I start my server it gives me an error. The error is below. Example app listening on port 5

spaCy: How to implement a special lookbehind in the word tokenizer?

I'm working on a text corpus in which many individual tokens contain punctuations like : - ) ( @. For example, TMI-Cu(OH). Therefore, I want to customize the to

Docker compose specified port not mapping to connect to the health check endpoint

I am a newbie to docker. This is the layout I am working with. I have 2 projects in the docker compose file. A dotnet6 web api and a mvc web app. In the web api

My python tkinter buttons are updating too quickly after the wrong comparison is made

I'm trying to make a memory game for fun and as a learning experience, and I've run into the issue where even with something like time.sleep(.5) I still can't g

pcolormesh plot with data from csv file

I have some time series data in the following format from csv file: Time 1 5 10 18 21 22 29 30 35 2019/11/01 09:00 5

kafka - How to read and process messages in a fault tolerant way? [closed]

I am new to Kafka, and I am trying to understand how a Kafka Consumer can consume and process a message from a Kafka topic without losing mess

Why doesn't setting NodeJS module cache to false get NodeJS to reload module?

I have 2 files, one named one.js and other name first.js.one.js var first = require("./first.js") require.cache[first.module.id].loaded=false require("./first.j

Calling Firebase cloud function causes DEADLINE_EXCEEDED error when using Firebase emulator

I've got a very simple cloud function that returns a string in a JSON. const functions = require("firebase-functions"); // Create and Deploy Your First Cloud F

Vuestic-ui VaCheckbox Component is missing template or render function

I am using it with Laravel 8 and VUEJS 3. Everything works fine except " VaCheckbox " gives this message. " Component is missing template or render function "

Wordpress ajax post filter by category/taxonomy

I want to do category base post filtering in WordPress. But I'm tired of debugging. I don't understand whether it is Ajax problem or something else. I tried man

Custom authorization issue

I'm testing some custom authorization without the default Entity Framework stuff. I have created an "ASP.NET Core Web App (Model-View-Controller)" project using