I am new to spring security. I am trying to create a security application basing on the tutorial available in internet. pom.xml <parent> <g
I have two lists: a list of about 750K "sentences" (long strings) a list of about 20K "words" that I would like to delete from my 750K sentences So, I have to l
I'm trying to swap tokens using swapExactTokensForTokens() (Pancakeswap Router function), web3 imported in Python. Here's my code and error below. Please be spe
I need help for a query. This is my query and my sample : GET /product/_search { "query": { "bool" : { "must" : { "multi_match" : {
I'm running the following MSBuild command from PowerShell to publish a solution file: $Configuration = "Release" $slnFullPath = "...\Solution.sln"; $PublishPath
I have a model made in Strapi which contains a specific component which can be used to add social media links. Each link contains a text field and a link field.
I have a list of cards that want to drag and drop. I want the user could drag and drop by pressing on the specific place (div) on the card (not the whole card
Let's say I have a REST API using RestRserve like this, is there a way to add an Etag to enable caching on cloud services? writeLines("Hello World", "myfile.txt
I have an adaptive card in the form of a JSON file, which contains an Input.ChoiceSet. This is provided with a data payload, which is dynamic and so it is not t
I want to download all the files from Azure blob storage, create a zip file out of these files and upload the zip file back to the blob storage. As the file siz
I am automating with selenium and noticed something weird, on a specific webpage, there is a ul list containing some li roles that are buttons. For some reason,
What's the problem? I want to add a PayU plugin installment widget for a product subpage for WooCommerce, but I have a problem with displaying the product price
I need to check transitive dependency under pom.xml for maven project. Is there a way to check dependency hierarchy in intellij likewise in Eclipse? for sake in
I have a dropdown that the user uses to switch between different Angular forms. HTML <form [formGroup]="evalForm"> <mat-form-field appearance="fill
I am using an Android POS machine to print receipts for my customers using an Android App. Recently I made a website for this service and need to print by web
I have an issue with tooltips in bootstrap when the placement top is forced. I use the latest version for now: 5.1.3 I have tried to create a code snipped, but
The current Dart SDK version is 2.14.4. Because trackkit requires SDK version >=2.16.0 <3.0.0, version solving failed. pub finished with exit code 1 My pu
am trying to make a signature for a HTTP request , using flutter/dart for the app and the server in NodeJs but i have a problem there is little different betwee
I'm trying to figure out the best way to have a scroll fade in on my webpage. I tried using React Reveal however it breaks everything if you are on version 17 o
I was trying to put texture onto quad with this code: import pygame from pygame.locals import * from OpenGL.GL import * from OpenGL.GLU import * from PIL import
An app signed with a codesign version provided on an older macOS, like Catalina (10.15) will not run on iOS 15 because the lastest version you can install is Xc
I have this code, which works just fine in a simple case, meaning the "permissionList" const is type inferred, VSCode can suggest me the properties, such as "pe
IconButton(//... visualDensity: VisualDensity.minimumDensity,), // The argument type 'double' can't be assigned to the parameter type 'VisualDensity?'. Why can'
I want to hide the columns password & OTP ,that is included in $uses result. Actually these 2 columns are part of the users table. I've tried like below. B
I have an issue with sending mails using MS Graph API. Here`s my code: public GraphMailUtil(){ getConfiguration(); this.graphClient = configureG
this is the Interface: Namespace IBasBS100 Public Interface IBasBSMoedas <DispId(0)> <Obsolete("This method is obsolete. Use Actualiza(BasBE100.Bas
I cloned a GitHub repository (https://github.com/tomergreenwald/tac-adx) and did some changes in the code. But if i run the application with the runServer scrip
Trying to understand what kind of output do I get from the histogram function. phase = mod(phase,Nper*2*pi) cl_phase = arange(0,Nper*2*pi+step,step) c,p = histo
I'm quite newbie for the testing library. I already find out how to test the span appearance with the element but seems there's no answer of it. I have an examp
So what i want to do is take values from user input, then do some calculation with it inside the controller with method and that method return value to be displ