I am trying to create a macro that inserts an image into one cell when the user enters specific information into an other cell. Right now it's working but not r
In a scenario of Spark stream-stream outer join: val left = spark.readStream.format("delta").load("...") .withWatermark("enqueuedTime", "1 hour") val right = s
I want to compare two strings in JavaScript that are the same, and yet the equality operator == returns false. One string contains a special character (eg. the
I am working on a new NFT collection on ETH with Solidity, and plan to release it on opensea as well. We want to pause secondary sales while the minting step is
I need some very basic help. Basically, im trying to create a Modal Confirmation dialog, and i've got most of it down. Simply put, it's a dialog asking "Are you
I have a popup.html which loads jQuery and then popup.js. I am trying to change the cursor when I hover over a div with a certain class but this is not happenin
My source code is as follows: There are warnings : Property '****' is never used. I added "@Suppress("UNUSED_PARAMETER")", "@Suppress("UNUSED_PROPERTY_GETTER
I'm trying to implement LinkedList operation in Golang from scratch. But I found a problem when dealing with removing first element. My approach is using OOP st
all, I have a maven java project with junits: for example: import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath; imp
I'm looking for a way to automatically check if specific maven artefact has known security vulnerabilities. I've seen dependency-check-maven plugin, but that is