Latest Questions

Jenkins : Permission denied (publickey,password)

I'm trying to copy files using scp command from jenkins (ci/cd). But i got permission denied error. If i'm trying manually from diffrent servers, its all done,

How to (selectively) disable auto-links to examples in Doxygen

I have the following problem: I want to add code examples to my doxygen documentation. It works fine, but I have quite some examples, each of which needs to cal

How to attach or get filenames from MapDataset from image_dataset_from_directory() in Keras?

I am training convolutional autoencoder and I have this code for loading data (images): train_ds = tf.keras.preprocessing.image_dataset_from_directory( 'pat

MySQL procedure error in dynamic column name using EXEC ()

I am getting an error in MySQL procedure at EXEC () function: What is the cause of error? CREATE PROCEDURE get_string_try(in_strlen int, in_id int) BEGIN set

RNGestureHandlerModule.attach Gesture Handler got 3 arguments, expected 2

I am building an app with React Native and have a login, Home, and member screen. when the user is admin I let him go to the home screen and when he is member I

Get & apply setting (e.g. color) from another indicator

I am creating multiple indicators - ideally to be used together. Since many levels share the same coloring, I was wondering if I can get the color a user may sp

how to change image following mouse direction?

this the picture Hello can anyone help me to do this so i should make this by using css when mouse close to div, the picture will change to mouse direction i ca

Should the /out folder in an intellij project be added to gitignore?

I have observed the following different files in my intellij java project - .idea folder .out folder .iml file .src folder Out of these files I'm thinking of ad

Get previous package versions with conda

Given a specific package name when I run conda list my-package-name I get its current version. What's a simple way / command to get instead the history of the p

how to create a table in React Draft WYSIWYG

how do I create a table in React Draft WYSIWYG, I'm trying to create a rich text editor but I need to include a button so the user can include table in the text

typescript - detect if the div is overflow with text (not working if -webkit-scrollbar display is set to none)

Below mentioned code works fine if the scrollbar is visible. But it stops working once i use ::-webkit-scrollbar {display: none;} and -ms-overflow-style: none;

I'm only able to access values in the outer JSON array , is there a way of accessing the values of the inner JSON array in Oracle plsql?

[ { "name": "sometablename", "numofcolumns": 5, "numofrows": 5, "colheadings": [ { "colname": "customcol1", "coltype": "

Compiling error while compiling two java files in the same package that use each other

Suppose we have two .java files in the same directory. Test.java: public class Test { public void func() { System.out.println("Hello World"); }

Connection failure error unable to handle in passport-windowsauth, how to handle it

I'm trying to connect ldaps server using passport-windowsauth. If I provide valid credential the connection is working fine. If the credential is not valid then

How to add multiple email addresses in the Endpoint Field under AWS SNS Subscription?

I'm working on AWS SNS Topics. I need to add more than one email address in the endpoint field as seen in the image below. I want to add for ex. - helloworld@gm

Regex: negative lookbehind not directly before target

I am debugging some JavaScript code and I need to identify lines that contain " = " followed by a comparison operator such as "==", ">", "<", "!=". Howev

method to print checkov external modules downloading status

I'm using checkov to scan the static code for my terraform scripts. My terraform scripts internally imports few modules from private repo or public repos. Is th

How does IntelliJ IDEA implement an interrupt mechanism like Visual Basic?

Is it necessary to develop an interrupt mechanism for IDEA?

setting default font when tailwind fails?

If I use a universal selector in conjunction with tailwind, not all the elements resort to default. I want everything to default to Impact (in case tailwind doe

How to monitor and alert on changes made to Azure Storage Account Firewall rules

I'm looking to monitor(obtain ip addresses and alert on) changes made to Firewall rules in azure storage account(also Key Vaults). I'm checking the Activity Log

React-query returns Cannot read properties of undefined even though I can see id is set

I am trying to learn react-query and been following quite a few guides. However everytime I try with parameters something goes wrong. This code that I have unde

how to fix php spark serve not working and said thrown in C:\xampp\htdocs\ci-news\system\CLI\CLI.php on line 758

this is what cmd said and I don't know how to fix this I saw similar cases like this in the stackoverflow but their suggestion didn't fix my problem I hope you

Input to reshape is a tensor with 3072 values, but the requested shape requires a multiple of 4000 in capsNet

I was using a CapsNet-GRU method. But I have an error code. Input to reshape is a tensor with 3072 values, but the requested shape requires a multiple of 4000 [

Update a parameter value in Brightway

It seems to be a simple question but I have a hard time to find an answer to it. I already have a project with several parameters (project and database paramete

Display Jackson ObjectMapper configuration

Before I invest energy building a utility to interrogate an ObjectMapper to output its configuration via methods like: objectMapper.getRegisteredModuleIds(); ob

How to install additional python packages in Gluu

There's a requirement for hashing/cryptography. While User onboarding one of the user's attributes needs to be persisted as a hash and during login the user-pro

Will y_train change during training in keras?

I am trying to write a custom metric in keras like this: def C_index1(E,T): T = T.reshape(len(T),1) T_ind = T > T.T E_ind = E.reshape(len(E),1) E_ind

flex row exceeding page width, text-overflow: ellipsis not working

my apps flex capabilities have changed since adding some code. In my MovieContainer ideally I want the flex-direction to be row (it's currently set to column) a

Could not find a working python interpreter. Unity, Firebase

Could not find a working python interpreter. Please make sure one of the following is in your PATH: python python3 python3.8 python3.7 python2.7 python2 I insta