3,132 questions with no answers
1
vote
0
answers
57
views
Why doesn't my GD script with autoloads post its variables?
When I use (Morton.morton_statetest) in another script, It gives me 0, and even if I put a print in Morton script and If I put an print in the other script, it gives me two values different, wit out ...
0
votes
0
answers
53
views
Pass data between routes
I am learning python with flask, flask-mysqlbd, flask-login and flask-WTF for web development at the moment and I would like to solve this doubt.
How can I pass data between routes?
I come from .net ...
0
votes
0
answers
98
views
in coldfusion how do I get query metadata in the variables scope?
When I cfdump the variables scope, I want to know the query metadata in all queries while debugging a huge project.
This snip seems to be working, but is there a more direct call or attribute in ...
1
vote
0
answers
91
views
How to print a variable and set its value without casting its type
been using gas assembler and here is code below that moves a data between register and memory
3 .section .data
4 constant:
5 .int 10
6
7 .section .text
8 .globl _start
9 ...
0
votes
0
answers
111
views
Issue with Inner Loop Modifying Outer Loop Variables in Python
I am having a problem where an inner loop rewrites variables in the outer one, specifically when working with a list representing a Tic-tac-toe board. I want to place "X" in each empty ...
0
votes
0
answers
39
views
Exiting properly from multiple if/then statements, AND comparing the length of a variable
Good day everyone. I am writing a script which will parse a flat file with all the information I need, and if a certain variable is too long, or greater than some length, I need to break out of that ...
0
votes
0
answers
69
views
Make.com not pulling value from previous module (returning empty)
I am pulling a checkout session from Stripe, where I have a custom field (dropdown) for language.
The Watch and HTTP modules retrieve and return the correct value, but I cannot use it anywhere in the ...
0
votes
0
answers
116
views
Undefined variable: updates - in Homepage Sponzy template
I have tried to call the function "@include('includes.updates')" and it throws me the error "ErrorException
Undefined variable: updates"
In hompage there are other functions like &...
0
votes
0
answers
66
views
Do Shopware 6 scss variables from the plugin config to be defined with a "sass"-Prefix?
I have some troubles with this part of the shopware 6 documentation:
https://developer.shopware.com/docs/guides/plugins/plugins/storefront/add-scss-variables.html
I did everything like explained and ...
0
votes
0
answers
80
views
How can I access variables passed with res.render EJS (from NodeJS) in my script.js File
I am trying to access my header variables sent from NodeJS in my script.js file.
I can successfully pass the variables into my EJS templates and use them there; however, I can find a way to access the ...
1
vote
0
answers
30
views
Function resolving maps that point to other maps in SASS
Learning and got stuck a bit, I'm trying to get the attributes of a map that contains keys that are the same as my maps that I create in a setup area.
Currently my "Setup" maps are like:
$...
0
votes
0
answers
12
views
Trying to use a customisable template to display a 5 sided box multiple times
I am using aframe-template-compoment with variables but just seem to get consol errors telling me the position is NaN. I am using the aframe-template-component but not sure if I am using it right with ...
0
votes
0
answers
75
views
Gulp - variable not visible for gulp.src
I have 2 tasks in gulp.
In the first one, I am initializing a variable with the path of a file. In the second task I´m trying to read the variable. If I use console.log it´s works, it is showing me ...
0
votes
0
answers
21
views
Grafana Variables
I work with grafana v11.5.2, the datasource is prometheus.
I want to have a variable var1 that takes the distinct values for a criteria AND variable var2 that based on selected var1 value gives the ...
0
votes
0
answers
97
views
GCP dashboard can't use variables that have dash in values
In GCP dashboard I have a variable defined like this:
cluster_name="anthos-ooo"
When I run this PromQL query
sum(increase(logging_googleapis_com:user_my_metriv{monitored_resource="...