I have a required custom field on any ticket created (Bug, Tasks, PBI). I have a pipeline that creates tickets automatically, but the values that are used to cr
I use these 2 classes : auth.js import React from 'react'; import log from './../components/log/'; const auth = () => { return (
I'm a beginner user of Google OR-Tools, especially the CP-SAT. I'm using version 9.3, and I'm interested in the C++ version. I'm modeling a problem where I need
Need help making email verifications with the variable 'pattern' and making it so that it loops if it doesn't contain whatever is within the pattern. Required t
I have the following situation, could you help me? I would like to leave some dynamic data (variables) inside my .sql file and execute my test correctly in .rob
I am trying to get a picture from my files to print after the user input a number for PokeID in the interactive manual. But when the number is entered it does n
I'm currently deploying a security tool for my cluster. It worked well but I want to reduce the length of the code and avoid repeating code inside the file. Her
I'm trying to start a program in a Start-job scriptblock using a variable for the path. Here is the line: $using:plinkdir\plink.exe -telnet $using:ip -P $using:
I need to acess a variable in list for example var1=[Orange,Banana] var2=[Apple,Pear] var3=[Banana,Pear] var4=[Grapes,Orange] var5=[Orange,Apple] user_fruit =
I want to use and change global variables from other components, my files structure looks like this... enter image description here I have my variables in globa
class makequestions(QMainWindow): def __init__(self): super(makequestions, self).__init__() uic.loadUi("Addquestions.ui", self) self
I am inside function #1 and triggering function #2. Function #2 has a variable that I want to get back into function #1 and use it. My output ends up being:
I use package.json variables like this in NPM scripts: // package.json { "version": "0.12.1", "scripts": { "get-version": "echo %npm_package_version%"
We're working on converting our Classic Azure Pipelines to YAML Pipelines. One thing that is not clear is how to ensure that two different variable groups with
Let's suppose we have a neural nets with three layers : Inputs > Hidden > Outputs and consider that the weigths between the Hidden and Outputs layers are
my previous attempts to declare a variable always failed. Task: In the table mybb->users there is the column verified. This column has either a "1 or a "0" (
So I am trying to make a save file system thing, and it creates a file with your username, but when you log in it checks the user saves file to see if theres a
I am working on transfer learning for an image classification task. The training generator is as follows: train_generator = train_datagen.flow_from_directory(
What is the scope of variables in javascript? Do they have the same scope inside as opposed to outside a function? Or does it even matter? Also, where are the v
Hello this is a little complicated question. I hope you can understand what I'm trying to ask. Let's say I have: newvar = hoavyeph8 There is an 'e' in this var