Latest Questions

Vs Code Small Guide

Whenever i write code in Dart in Vscode It shows me guide about stuff I don't want to see How can I get rid if this annoying guide

How to execute a shell script and continue typing?

I'm trying to execute a shell script that ssh's into a jump server, enter a password and then be able to enter commands or ssh into another server. The issue is

What is a glibc free/malloc/realloc invalid next size/invalid pointer error and how to fix it?

You are most likely seeing this question because your question has been closed as a duplicate of this. For a moderately complete list of related questions, ple

Remove null from a json data (python)

When I use the Rest API to download data from Firebase, it looks like this. { "Dataset1": [ null, { "Key1": 1, "Key2": 2 }, {

CodePipeline : What is taskdef.json and appsec.yaml purpose?

The whole point of using CodePipeline for me is to deploy automatically an ECS Service (Blue / Green deployment), with CodeDeploy. CodePipeline have the followi

It's about IPv6 where I don't understand the prefix

What do the remaining three prefixes mean after the provider prefix and before the subnet prefix? I marked a question with an arrow enter image description here

How to show Toast Message with Binding Adapter

I dont see Toast Messages. I want to show a toast messagges when click userAddFavoriteButton.. @BindingAdapter("addFavorite") fun bindAddFavorite(userAddFavorit

React native margin: 'auto' working on web but not on device

I am building an application which uses react native on expo dev. I am trying to add a button in the top left corner which is adjacent to some text o the right

When trying to position elements in tkinter all elements are moved

I'm using tkinter to create a very simple GUI just to start learning how to use the module. However I'm trying to position two elements (a button and a text box

Error: Cannot init client | mongo-connect express-session

I am getting error while trying to save session on mongodb. Here is my code.. const express = require("express"); const session = require("express-session"); co

Access pixel value of mask using opencv

I got a problem where I need to access pixels of a opencv Mat image container. I use opencv inRange function to create a mask. In that mask I need to check the

Get AWS Inspector findings report from AWS Inspector in mail

I want to get the AWS Inspector assessment run findings on email. For that i had configured a SNS topic but the mail i received contains arns(refer pic) : The

PHP header() redirect is working when I serve the page from VS code, but not when I fire the script from a cron job or a Cli

I have a simple PHP script that queries MySQL DB and deletes(unlinks) file(s) from an uploads folder when a condition (expiry timestamp) is met. Then it redirec

Mac Catalyst net maui KeyChain

I'm trying to access the keychain to get the installed certificates, but it always returns null. I installed the pfx certificate on my macOS, but in the code ou

How can i link an external function to another static library?

I am programming two static libraries with extern functions in C++. In my first library I have this line of code: EntryPoint.hpp: extern Application* createAppl

2 Forms, Same Method but different task

How can I make 2 forms which has the same method? One is responsible to open editaddresss.php with hidden addresse ID, and the second form (editaddress.php)shou

Node JS Using AND or OR operator - Fetching data

Good Day! I need help on the below issue: Goal: is to filter data depending on the department content. What I'm trying to do is to fetch data from MongoDB based

Getting a SameSite cookie issue when trying to load recaptcha api.js in ASP.Net core project

I am trying to add a Google v2 reCaptcha on my ASP.Net Core 6 Web Application and test it on my localhost. When I add the following line: <script src="ht

How to use dayjs relative time

Hi guys I have this weird problem when using Dayjs relative time Previously I use momentjs var date = "2021-02-26 16:04:15"; moment(date).fromNow(); The relati

SQL Server Change Data Capture - Validating Incremental Window

I want to implement an incremental load process using SQL Server Change Data Capture. Every example I find takes the "happy path." In other words, they assume t

How to delete a version in tradingview pine

I have been changing my tradingview pine code, when I save it, tradingview creates a version. Now I am getting confused with so many version. I want to delete t

Getting authentication failed error when calling APIM API which has Product scope from postman

I have an APIM API, which is associated with a Product(Product scope). When I test the API within APIM (Test tab), everything works fine. But when I copy the sa

How can I fill my array in JavaScript depending on user input?

How can I fill my array depending on user input instead of changing this array manualy in JavaScript? How can I link my form in HTML to my javaScript ? let mov

What's the most efficient and/or easy way of exporting and using a TensorFlow model

Ive created a time series forecasting model (RNN) which is heavily based off this tutorial, If I wanted to export this model and use it with, say, a kivy UI in

Why does frame selection breaks after page reloads?

I am trying to inspect a page with playwright that holds a frame document that when I click a button a banner will appear for a couple of minutes. When it's don

webpack dev server only reloads once

Ok so now i have read a lot of different issues on stackoverflow without any luck, they seem all to go to an older version of webpack-dev-server. I have tried a

Casting DatabaseEvent snapshot.value to a specific type in Flutter

I'm trying to retrieve data from a DatabaseEvent event type. The data I have on the database is this in this layout Basically some users id and each user has a

Add button Preview (custom) Header EditView Strapi V4

I’m trying to add a button and Preview next to the Save and Publish button in EditView, but it’s complicated. I already tried putting a plugin (stra

R replace string in df with partial match in a list

I have a dataframe (df) in R and I want to create a new column (city1_n) that contains a line stored in the list key whenever there is a partial match between c

Twilio Flask app video call is not connecting over a public IP address

I created an application in Flask Python with a frontend in HTML and Twilio SDK JavaScript version 2.3.0. A video call is working on local host, but if I try th