I create a validating class like so: public interface IDataErrorInfo { string this[string columnName] { get; } string Error { get; } } public class Bas
I'm working on a Vite App (Vue 3.x) that makes use of Transloadit for some operations with images/PDFs. I'm running into some errors when adding the Transloadit
CSV sample: I have the below code, where I would like to overwrite the current value in the PreviousGroup field. I know that -append adds to the end of the col
I'm trying to build a project in which the user can click on an image and then an interactive .svg is loaded (inside an object tag). For that, I need to track t
How to Setup 2 node master slave replication in VM machine(MySQL)? Demo session I could not start shell on MySQL workbench. How should I do it? I have to Write
In this web-app, we have 3 different types of users: Participants, Volunteers and Staff. The Volunteers are the only users that we store their "availability" in
This is the entirety of the code that I have on this page. I've linked to the server connection, which works. Can't figure out what's wrong. Some input would be
I am fitting several mixed models using the lmer function in the package lme4, each with the same fixed effects and random effects, but different response varia