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

I'm using Strapi 5 with the default users-permissions plugin. I currently have a route that allows authenticated users to update user information: PUT /api/users/{id} Authorization: Bearer <token&...
Evan's user avatar
  • 2,527
0 votes
0 answers
102 views

Missing_Device_Lock_Verification - CHECKMARX Getting this at checkmarx for a getter method declared in the model. Query Path ---> java/Java_Android/Missing_Device_Lock_Verification locatin---> ...
Shubham Misal's user avatar
1 vote
2 answers
132 views

I have email verification set up for when a new user account is created on my Django project, and until they verify their email the is_active flag on their account is set to False; once they verify ...
madjetmax's user avatar
0 votes
0 answers
61 views

I'm developing a Chrome Extension (non-commercial, open-source) that extracts information from Gmail messages and creates Google Calendar events. To avoid the “This app is unverified” warning, I'm ...
chaya's user avatar
  • 13
1 vote
1 answer
99 views

I’m working on an FPGA project and planning to use UVM (Universal Verification Methodology) for verification. I’m confused about the timing of when to apply UVM in the design flow. Should I develop my ...
Kerim Turak's user avatar
-2 votes
2 answers
137 views

In a membership website users are required to verify their mobile and email by one-time password while registering. There are some third-party websites and apps that provide temporary email id and ...
user28757434's user avatar
0 votes
0 answers
69 views

I have a Flutter web and android app using google calendar api, create/edit/delete a calendar for the app's own use. I use googleapis package, and chose "calendarScope" to access google ...
Jimmy's user avatar
  • 41
-2 votes
1 answer
38 views

I need to modify the code below so the check() will pass, even if values are not exact as long as abs(val1 -val2) < 1.00 .check( jsonPath("$.data.attributes.contentValue") .is(...
DTM's user avatar
  • 21
0 votes
2 answers
89 views

I am verifying a matrix multiplication procedure: Here is my code: predicate abvalid(a:array<array<int>>, b:array<array<int>>) reads a, b { a.Length > 0 && b....
zc z's user avatar
  • 1
1 vote
0 answers
34 views

I'm working on coding up a neural network from scratch into js, and have implemented the following: class Network{ constructor(layerSizes, activation){ this.activation = activation[0] this....
R. Reed's user avatar
  • 146
0 votes
1 answer
93 views

I am writing some SV code. I have 'define value which I want from terminal with +define for following `define ENV_TOP. the value should go in the config_db block as I am retrieving the value for ...
Sarth Rana's user avatar
0 votes
0 answers
95 views

I'm trying to make full code verification for cycle sort function on C. With ASCL annotations we need to "proof" that code is valid. Result is structured in Why3 GUI. I need to cover all ...
st_dec's user avatar
  • 150
1 vote
1 answer
120 views

I defined following data structures: typedef int profile_lru_q_t[PROFILE_NUM]; typedef profile_lru_q_t vc_lru_queue[$]; vc_lru_queue vc_lru_queue_inst; It's a ...
Wuuu's user avatar
  • 21
0 votes
1 answer
65 views

I am trying to write a Dafny function that converts 2D matrix indices to a 1D array index. Below contains my current code. The issue I face is that Dafny's verification times out after 20 seconds. Is ...
carbonaramerchant's user avatar
-1 votes
1 answer
176 views

We are facing an issue with Play Store Profile verification and would appreciate any guidance on how to resolve it. Background: Initially, our account was created as an individual account. We later ...
ask coreehs's user avatar
1 vote
1 answer
69 views

I have a small Django 5.1.1 project, in which I use an AJAX request to submit form data. I'm using {% csrf_token %} and have the setup for attaching the form csrfToken to the xhr header. Problem: The ...
solo dev's user avatar
0 votes
1 answer
72 views

I'm writing a function in dafny to verify a series of updates in a map in an iterative method, however, dafny cannot prove those changes in the map. This is the code: function updateMap(t: (bool, ...
Markel Barrena's user avatar
1 vote
1 answer
1k views

Hello Developers, I'm facing an issue with my Google Play Developer account being restricted due to identity verification problems. Here's a summary of the situation: I received a notification from ...
Julio 's user avatar
  • 21
0 votes
2 answers
76 views

On one hand the Java class spec says: There may be no more than one LocalVariableTable attribute per local variable in the attributes table of a Code attribute. But on the other hand lots of ...
Computer says 'no'--SOooooo's user avatar
0 votes
1 answer
961 views

Problem: debsig-verify verification fails with no (or unhelpful) information about what is wrong. The specific output that isn't really telling me what's wrong is: gpg: [don't know]: invalid packet (...
Avram's user avatar
  • 303
2 votes
1 answer
95 views

I am a new Frama-C User and I am trying to prove certain properties for a large project. I was seeing a particular proof fail, and tried reducing the problem to a minimum reproducible example, and the ...
LakshyAAAgrawal's user avatar
1 vote
1 answer
71 views

I'm learning Express.js and I'm a bit confused about the difference between middleware functions and route handlers. I understand that middleware functions usually have the next argument, but I'm not ...
prajitha k's user avatar
0 votes
1 answer
181 views

There is an error when logging in from the Django admin page. I'm working on tutorial02, and I've tried various things and found related documents, so there's no change. Please understand that the ...
DaeHun Hong's user avatar
0 votes
1 answer
76 views

I am trying to write verification code in PhP following these steps... The verification code is calculated by: Verification code = integer(SHA256(the hash)[-2:-1]) mod 10000 Calculate SHA256 from the ...
Steve's user avatar
  • 3
1 vote
1 answer
563 views

My goal is to transfer a BPMN model to any workflow tool that will allow me to verify it. I learned about Petri nets, so I want to be able to transform an XML file I obtained after creating a BPMN ...
Curious's user avatar
  • 815
0 votes
2 answers
57 views

For following element I need to locate the counts for Requeues, App Exits and Greets Started. Further I will need to verify the counts for for each events. <div _ngcontent-ome-c213="" ...
NS S's user avatar
  • 1
0 votes
1 answer
611 views

I want to use the following SystemVerilog concepts: clocking block: to avoid race conditions between driver and monitor, i want to have it in a central place, in the interface modport: normally (e.g. ...
G. B.'s user avatar
  • 632
0 votes
2 answers
152 views

I am trying to create a keep with this functionality: extend sys { ListA : list of uint; keep ListA.size() == 3; // For the example keep for each in ListA { // For the example it &...
Ank's user avatar
  • 1
1 vote
1 answer
725 views

I want to test a receiver with the following ports: Details about the arrows in the diagram above: Control/Status Registers: 16x32bit input signals (16 control registers) 16x32bit output signals (...
G. B.'s user avatar
  • 632
1 vote
2 answers
951 views

I'm busy going through the process of registering as a developer on Meta to try build out a service application but on the verification screen I'm receiving an SMS that is 5 digits long and the submit ...
Conway Stern's user avatar
-1 votes
1 answer
262 views

I am a beginner in using UVM RAL. I am trying to access by DUT Registers using UVM_BACKDOOR. I think this should not require an adapter and a predictor. I maybe wrong thinking so. Below is my code ...
newbie99's user avatar
0 votes
1 answer
112 views

I would like to check if files or folder exist in my current project. I have try using react-native-fs but this not take the files in the project but on the phone. So for exemple, i would like to get ...
Vénon's user avatar
  • 55
0 votes
1 answer
118 views

For example, there is a given string ( a > b or a > c) and a < d in python. I want to at first extract expression and logical operator from this statement, then check it one by one, such as ...
Xiyue's user avatar
  • 1
0 votes
1 answer
335 views

I've started to familiarize myself with cocotb and I'm having trouble. I wrote a simple test like this: @cocotb.test() async def add_test(dut): dut._log.info("Running add test!") c = ...
s345's user avatar
  • 33
-1 votes
1 answer
119 views

i had create on google cloud console app that require access to google calendar and google sheet . google drive i had submit my app for verification , now pass about 2 weeks without any feedback from ...
Moetaz Darwish's user avatar
0 votes
1 answer
211 views

I'm following Leino's paper "Specification and verification of OO software" and trying to implement the queue example. I'm unable to resolve an (syntax?) error that comes while defining the ...
Drona Nagarajan's user avatar
1 vote
0 answers
130 views

I'm encountering an issue verifying a Google ID token using the PHP API. The tokeninfo endpoint successfully verifies it, but $client->verifyIdToken($id_token) returns false in my PHP code. I have ...
Moses Henen's user avatar
1 vote
2 answers
271 views

I want to do email verification. Actually, it succeeded, but only to the email in the .env file. Why didn't other users receive the email verification link? Model class User extends Authenticatable ...
anasa's user avatar
  • 21
0 votes
1 answer
93 views

How can I 100% verify the domain from which I received a request or connection via WebSocket? Ideally, this should take no more than a second. It should not be susceptible to spoofing like the Host or ...
Gura's user avatar
  • 21
1 vote
1 answer
3k views

I am trying to understand how the JWT sent from Google to the client when using the sign in with Google feature, can be verified on my server for authentication. I would like to authenticate a user ...
LuNaTiqQc's user avatar
0 votes
1 answer
713 views

Is there a free library available for implementing an ID card verification scanner in React Native? This is similar to the functionality where users register in an app and need to validate their ...
Cayenne Ezra Gagno's user avatar
4 votes
0 answers
2k views

Verification of UPI address using API. I tried razorpay with this API: "https://api.razorpay.com/v1/payments/validate/vpa" but got response as: {"error":{"code":"...
Nibras A's user avatar
1 vote
1 answer
1k views

I installed TLS on a server on the Azure side and I cannot log in to the react project due to TLS. I get the net::ERR_CERT_AUTHORITY_INVALID error in the console. Therefore, I add the following code ...
Sabri Yaşar's user avatar
1 vote
2 answers
265 views

I am curious as to how the sampling happens in a SystemVerilog covergroup when we have an event specified and we also use type_option.strobe = 1 for said covergroup. For example: covergroup c @(...
Gus Mantzorogeorge's user avatar
4 votes
1 answer
4k views

I’m not receiving any SMS OTP for verifying my phone number when registering for gitlab account. Any solution?
Akmal Saputra's user avatar
1 vote
1 answer
194 views

I wanted to verify connectivity (using SystemVerilog) of a 255-wire bus from source to destination. To this effect, I wanted to drive random values on the source bus and ensure the corresponding ...
user10367180's user avatar
0 votes
1 answer
281 views

I want to implemente match on card verification on my device. The first two steps (parameter with Threshold and Rotation ) proceed successfully with a 9000 response, but during the verification step, ...
Bouls's user avatar
  • 39
3 votes
2 answers
814 views

Let's say I have a following data structure in Kotlin (simplified from the actual need): data class RootClass( val a: String, val nestedContent: MiddleClass, ) : Result data class MiddleClass(...
Touko's user avatar
  • 11.8k
0 votes
2 answers
181 views

In Dafny I want to find the highest index in an int array where the value is != 0 The method requires that such a value exists I tried this but can't figure out how it can't provy any of the ensures ...
J.Ober's user avatar
  • 199
0 votes
1 answer
89 views

I have 2 different data storages which have same data stored in them. I want to check if both of them are similar. The type of data is const object1 = { "name": "John", "...
Sani Patel's user avatar

1
2 3 4 5
29