Skip to main content

Questions tagged [key]

A unique identifier used to retrieve a paired value. Used in hash tables and databases.

1 vote
0 answers
5 views

Warning: Undefined array key 0 releases/80/vendor/magento/module-configurable-product/Model/Product/Type/VariationMatrix.php on line 47

A configurable in the Product view opens up with the error message, of which I cannot proceed any further. The children attached can open up without issue. There were not any issues with opening up ...
user76474's user avatar
0 votes
0 answers
12 views

LazyColumn items key not responding to my code in Kotlin

I am making a change in my List in the LazyColumn and added a key to the items property expecting to refresh the LazyColumn with the new List. But the LazyColumn does not refresh. What do you suggest? ...
jetberrocal's user avatar
0 votes
0 answers
26 views

Twitter API v2 Authentication Error: 401 Unauthorized Despite Correct Keys & Tokens

I am trying to access the Twitter API v2 both through the API directly on Postman and Tweepy in Python on macOS, but I keep encountering a 401 Unauthorized error. Despite using what I believe to be ...
Diya Girish Kumar's user avatar
0 votes
0 answers
9 views

Loading JSON into Dataverse with Unique Key issue

I'm generating an export file of a table (which I can't connect directly through API's). I'm trying to load this JSON file into a Dataverse Table. I have identified the uniqueKey in my dataflow and ...
Luuk_148's user avatar
0 votes
1 answer
36 views

How is a private key more than just an encrypted password? [closed]

I'm trying to understand public and private keys, instead of just using them. I understand that both the public and private key have to create a pair, but if the server you want access to is receiving ...
Nora McDougall-Collins's user avatar
2 votes
0 answers
16 views

How can I check if key is part of an interface in typescript? [duplicate]

I have an interface [simplified] export default interface FormListarAtendimentosDTO { idArea?: number; idAssunto?: number; idMotivo?: number; order?: string; page?: number; ...
Asderek's user avatar
  • 21
1 vote
0 answers
35 views

ASN1 corrupted data exception when converting .cer and .key files to .pfx in C#

I have a .cer file, .key and a password. I need to convert them to a .pfx file in .NET 6 but I have not a clear idea how to do it. With the help of ChatGPT I came up with this code but it is not ...
uplae's user avatar
  • 11
-1 votes
0 answers
18 views

Python - Generating all combinations of Hexadecimal strings with some filtering rules [closed]

So I'm looking for a script to generate a list of all possible combinations of 32-character long strings and to make this job faster need to add some filters: no repeating characters next to each ...
HonkyPete's user avatar
-1 votes
0 answers
35 views

how to get response from below jq data as response using jqs CE2-DG Group-id CE2-DG Group-id(CE2-LAG1, CE4-LAG1) ,CE4-DG-c Group-id(CE4-LAG1)

i want to create a map usin gbelow mentioned data I have below data want to get response like CE2-DG Group-id(CE2-LAG1, CE4-LAG1) using JQs { "Swagatha": [ { "a": ...
Swagata Mondal's user avatar
-1 votes
2 answers
49 views

Is there any way to check if a KeyValuePair<string, int> contains a specific Key in a Dictionary in one line?

In my code I have a Dictionary, which at first was just <string, int>. However, I needed a way for two things with the same string to be separate elements in the Dictionary, so I made the Key ...
polelord's user avatar
-1 votes
0 answers
27 views

AWS Payment Cryptography access on different aws account

My Requirement: i have AWS payment cryptography service active at aws source account,i need to give access to the another aws target account, the my application code is percent at ec2 instance(aws ...
mounika's user avatar
0 votes
0 answers
56 views

How to Configure CI/CD Pipeline to Pull Changes Using SSH Key or Access Token Without Username and Password?

I am in the process of setting up a CI/CD pipeline and need some guidance on configuring my script to automatically pull changes from a target branch. I would like to achieve this without the need to ...
ATUL VERMA's user avatar
-1 votes
0 answers
19 views

Running a block of code using a key (java) [duplicate]

import com.sun.jdi.request.MethodExitRequest; import java.awt.*; import java.awt.event.*; import java.util.Scanner; public class Main { public static void main(String[] args) throws ...
shrey200's user avatar
3 votes
3 answers
81 views

Renaming string via key/value matrix

I am attempting to rename strings that have been pulled from a user-defined field. So, I have set up a matrix that creates a relationship between what comes from the UDF and what I want that string to ...
Crimp's user avatar
  • 428
4 votes
4 answers
195 views

Is it possible to get the actual key back from a hashtable

Given a hash table (or a dictionary) like: $HashTable = @{ 'One' = 1; 'Two' = 2; 'Three' = 3 } (which is case insensitive by default, but doesn't has to be in every situation for my case. In fact, I ...
iRon's user avatar
  • 22.4k

15 30 50 per page
1
2 3 4 5
635