In order to make two objects, User1 and User2, of a class User sending and receiving messages, #include <iostream> using namespace std; class reply { p
Okay. This idea might sound crazy but bear with me. I was writing some snippets for myself earlier and realized how restrictive the "conditional" aspect of the
I have a table in postgres with a UUID field type that must be unique but can be null with a table & model like this CREATE TABLE IF NOT EXISTS asdf( id
I can't seem to target the textarea field in this function. I'm essentially using HTML "required" validation for the first three input fields, but for the texta
I'm trying to build a Source Generator. Right now, just the most basic static method that returns "Hello World". The generator project builds, but the generated
I am trying to set up visual studio 2019 on macos (10.14.3), but when attempting to build a default web MVC project I get this dependency error: Target _C
I have a question regarding synchronizing Prometheus data. I have 2 pods running (the same Spring Boot service and connected to same Redis Db) in 2 different en
Trying to edit the template for a helpdesk and want to add our logo img src and center it in the blue bar at the top, but unable to figure it out. Can someone h
I found that leading 0s had dropped from my data set at some point. Maybe someone had opened a CSV file and the leading 0s had fallen off or the data had been r