Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
139 views

I'm currently struggling on an assignment (probability class) which require creating a function (VBA excel) that contains a variable number of sums one inside the other based on a parameter. I'm not ...
Victor's user avatar
  • 1
0 votes
2 answers
116 views

Windows 11 Power shell I'm trying to run the following IF statement in power shell - basically to check if a file exists on encrypted drive P, if it doesn't then create the encrypted drive. I get an ...
Cholokom's user avatar
2 votes
2 answers
188 views

ff I have a function foo, it needs to accept a string, this string can be passed to it directly by typing at the terminal, from a variable or from the clipboard. function foo{ [CmdletBinding()] ...
Ralf_Reddings's user avatar
0 votes
0 answers
36 views

I try to use a webhook with a json body containing a single parameter But the inputs.parameters... does not get replaced by the proper value Here is my webhook sensor (note it is escaped as part of a ...
pf12345678910's user avatar
-2 votes
1 answer
58 views

playground link type Props = ( | { endpoint: 'constant-a' | 'constant-b'; property: object } | { endpoint?: 'constant-c'; property?: object } ) & ({ isMulti: true ...
Adam A's user avatar
  • 14.7k
0 votes
0 answers
95 views

I have done a XGBoost model, and used Optuna to get the best parameters. I saved the trained model and the features used. My question is, when I got to load the model and use it when making ...
Brandy Horne's user avatar
0 votes
1 answer
44 views

How should one ideally encode the outputdir/publishdir in a nextflow pipeline to make it more usable in the end? I am trying to decide, whether it's good practice to introduce a parameter in the main....
UtaHar's user avatar
  • 1
1 vote
1 answer
23 views

I am trying to create a date parameter based on a calculated field. Here is the calculation: SetMinDate: DATE(MIN([Gift Date])) but when I go to create the paramenter, it doesn't appear as an option ...
juan alonso's user avatar
0 votes
1 answer
136 views

Adding textfields like this in ui for textfields: now if i change value that parameter only i ned to pass in service call not all or "" parameters dont want to send... how? please guide ...
Swift's user avatar
  • 1,180
1 vote
1 answer
105 views

Is there a tsconfig flag or eslint rule to disallow this ? interface Order { title?: string; orderName?: string; } interface Product { title?: string; productId?: string; } var product: ...
TSR's user avatar
  • 21.5k
0 votes
1 answer
154 views

I'm building an app that, on default, sets date_input and selectbox options dateoption = st.sidebar.date_input("Select Date", value=get_previous_business_day(dt.date.today())) nameoption = ...
mmv456's user avatar
  • 33
1 vote
1 answer
166 views

I already know that I could use the [SupplyParameterFromQuery(Name = "status")] from a URL parameter in Blazor. To get the value from the URL parameter using the given attribute, I had to ...
DevQt's user avatar
  • 1,918
0 votes
0 answers
30 views

For this I am using curl: curl -X POST "http://localhost:8080/kie-server/services/rest/server/queries/definitions/jbpmHumanTasksWithAdminc" -H "accept: application/json" -H "...
Shikha's user avatar
  • 1
0 votes
0 answers
87 views

I have an SSRS report that returns records based on date span. My customer wants added filter options for a string field, all of which contain special characters, like 2025-01-1234. I created a Tablix ...
paaskanama's user avatar
0 votes
0 answers
59 views

I'm currently working on training a custom object detection model using YOLOv11, and I'm diving into the Ultralytics GitHub repository to better understand the internal structure of the training ...
NewPartizal's user avatar
  • 1,298
1 vote
2 answers
73 views

Solution requirements: Pre C++11 Statements: Function someFunction exists, that accepts 2D vector as vector of string vectors: vector2d. Class someClass exists, that contains 1D vector of strings: ...
KamilK's user avatar
  • 11
1 vote
1 answer
126 views

I have a simple SQL Script SELECT id, name FROM traders WHERE tradertype = 'C' AND id LIKE ? I have added a parameter which is a static combo box with the values 'Toilet', 'Parts'....
MKD's user avatar
  • 13
0 votes
1 answer
86 views

I am encountering a problem regarding XGBoost regressor. It produces NONE' default values as shown in figure below. What could be the reason behind for getting 'NONE' default values for XSGBoost ...
tom's user avatar
  • 75
-1 votes
2 answers
126 views

Suppose I have VHDL code that has a generic string STACK with the value "top". I want to pass it to a SystemVerilog module as a parameter, but SV does not have a type compatible with VHDL ...
jmhiu's user avatar
  • 1
0 votes
1 answer
89 views

In a powershell build step in job1 in Jenkins I am filtering/calculating values that I want to use in Jenkins job2, also in a powershell build step. How can I do this? It is a Freestyle project. I ...
HammerOfSweden's user avatar
0 votes
1 answer
74 views

Please advise, I have a problem in Android Studio version Meerkat where, for example, when I type Image and press Tab, it only generates Image(). However, I’ve seen that it’s possible to set it up so ...
Veday's user avatar
  • 1
0 votes
1 answer
111 views

Is it possible to parse url parameters and then use it for build? Take the snapshot as example, I would like to parse HelloWorld into my parameters user_name when I hit the url \ https://\<jenkins-...
swchen's user avatar
  • 823
4 votes
2 answers
83 views

Microsoft docs mention that if I apply the ValidateScript attribute to a collection, it will evaluate each element of the collection: If this attribute is applied to a collection, each element in the ...
Tilman Koester's user avatar
1 vote
1 answer
103 views

I use Eigen library in my C++ project and I don't understand how to pass an Eigen::Vector in parameter of my function. I have in my main function : Eigen::Vector<double, 3> direction_vector_ned =...
LnlB's user avatar
  • 320
0 votes
1 answer
36 views

I have the following powershell script, which I call from the command line: param( [Parameter(Mandatory = $true)] [string]$Name, [Parameter(Mandatory = $true)] [ValidateScript( ...
Bassie's user avatar
  • 10.5k
1 vote
1 answer
75 views

The docs for the __init_subclass__ hook (see PEP-0487 for background) give this example: class Philosopher: def __init_subclass__(cls, /, default_name, **kwargs): super().__init_subclass__(...
Jason S's user avatar
  • 191k
-1 votes
2 answers
264 views

I am trying to create a global exception handler for handling the exception for the api routes to catch the missing uri parameter. routes/api.php Route::resource('zones', ZoneController::class)->...
Mr.Singh's user avatar
  • 2,045
2 votes
1 answer
94 views

With writing custom PSSA rules and just parsing PowerShell scripts, I find myself often in the same use case where I would like to resolve command name (which is not that difficult) and the parameters ...
iRon's user avatar
  • 24.4k
3 votes
2 answers
121 views

I was doing a CTF reversing challenge when I came across this C code in Ghidra: int main(void) { int iVar1; char input[32]; fwrite("Password: ",1,10,stdout); __isoc99_scanf("...
1zverg's user avatar
  • 875
1 vote
1 answer
112 views

I have been trying to figure out a smooth way to use parameters in a Snowflake SQL stored procedure using this syntax: CREATE OR REPLACE PROCEDURE Schema1.TestProc (Param1 FLOAT) RETURNS VARCHAR ...
EliSquared's user avatar
  • 1,581
1 vote
0 answers
23 views

I want to define an agent with two different types, A and B and then I want to separate each type and do some calculation of each type. for this aim, I defined an agent, called Product. Then I defined ...
KaSher's user avatar
  • 11
-4 votes
1 answer
55 views

Ok, been looking at examples and answers given for this problem and so far none of them have worked. I either get the parameters aren't being passed or an error. I have an SSRS report setup where when ...
Wayne's user avatar
  • 15
0 votes
0 answers
53 views

When I attempt to pull data from the database I am getting zero results although my parameter is correct. From my index.js where CustID is a parameter app.get('/contacts', (req, res) => { ...
Carlosa1771's user avatar
0 votes
0 answers
103 views

At the bottom of my bash script, after all of my needed bash aliases and functions have been defined, I've got just a single line to be executed when the script is run: echo "$# args: $@ passed ...
David Sieving's user avatar
0 votes
0 answers
20 views

I have created dbcp connection within the nifi settings which is considered to be defined globally. So now when I create a processor group consisting of different processor (take one as example :- ...
Impu's user avatar
  • 1
0 votes
3 answers
141 views

I would like to make a constructor with an optional parameter, to avoid giving in Strings all the time, because I need to use the constructor like a thousand times, so I would like to call methods ...
Agnes Nycs's user avatar
0 votes
1 answer
88 views

The parameters within the Using block don't seem to align. My suspicion is the primary key is at fault, but I am using Scope_Identity. If String.IsNullOrEmpty(InvoiceID_TextBox.Text) Then Using ...
Lyall Pivo's user avatar
1 vote
2 answers
89 views

I am trying to pass values entered in a textarea field on suitelet (new line/space/comma/pipe separated) from client script to suitelet. There is limitation of suiteleturl length. I am trying to pass ...
Maira S's user avatar
  • 121
0 votes
2 answers
87 views

Creating a Visual Studio project template, I need to use the $solutiondirectory$ parameter in the "commandLineArgs of a launchSettings.json file. $solutiondirectory$ return a string with single ...
gileCAD's user avatar
  • 2,633
0 votes
1 answer
322 views

I am using maven jarsigner plugin and ant to make the last part of the deployment to move the jar to the server that I need, I am not using any pipeline tool like jenkins or circle ci. I don't want to ...
pguzman's user avatar
  • 113
0 votes
0 answers
58 views

When form load at that time I am calling .asmx.cs page via Ajax at that time getting error SyntaxError: Unexpected non-whitespace character after JSON at position 221 (line 1 column 222) Here is my ...
s.k.Soni's user avatar
  • 1,410
0 votes
1 answer
49 views

There are 2 routes to my .NET 8 razor page: https://localhost:7215/DemoForm/30030443-2b0c-4b94-959d-fb6132dc164f https://localhost:7215/DemoInfo?oid=30030443-2b0c-4b94-959d-fb6132dc164f Demo.razor: @...
HTK's user avatar
  • 1
0 votes
1 answer
98 views

I am trying to create an incremental load for a table that has no created/modified date fields, and no CDC on the source database. Since records are only inserted into this table, I would like to ...
Zebediah Jenkins's user avatar
-1 votes
1 answer
87 views

Please consider the following class/method being called from a Blazor page instance class. My question is: if two threads call the MyStaticMethod concurrently passing the same ref int index reference ...
David Rosenblum's user avatar
0 votes
0 answers
30 views

I have a reg form. I am using it to save a regform entity and InfoDM entity. InfoDM is called in regProcessService @PostMapping("/regprocess") public String regProcessController(@RequestBody ...
Venkatesh's user avatar
0 votes
0 answers
52 views

Let´s say I have a column with 10 unique ISIN values in Excel. I want to pass these ISINs as an argument/parameter to query. I know it works with a single cell, where I put "?" in the query ...
Vladimír Ondrášek's user avatar
0 votes
2 answers
276 views

I have a SQL server stored procedure with an input parameter @ClientID which I am trying to call from a VB.NET application. The following code always fails on the line which sets the parameter with an ...
BiigJiim's user avatar
  • 307
0 votes
1 answer
56 views

I try to develop a SSIS Package with an oracle source that uses a parameter. Here's is that parameter : Here's my SQL command in the oracle source : The problem is that the syntax doesn't work Here'...
SylvainKrier's user avatar
1 vote
1 answer
113 views

I have the following: def execute_query(sql_query, engine, params_tuple=None): params_tuple = params_tuple if params_tuple else {} with engine.connect() as connection: result = ...
DDigits's user avatar
  • 157
0 votes
1 answer
96 views

Beginner react-native programmer here. I'm trying to learn how to pass parameters from one router to another using router.push(). I've tried just about everything the documentation was saying, as well ...
Vince's user avatar
  • 2,666

1
2 3 4 5
463