I'm working on a website that uses vue and firebase. After the authentication part the user gets to the dashboard where there is the list of his projects that a
I recently started using the stars R package. I'm struggling with reassigning NA values to "Unknown". I found a potential solution here, but it doesn't seem to
I have a Model in mongoose with a field named items, I've tried setting the type to Object and mongoose.Mixed but whatever but I can't add to the object. When I
using System.Management; namespace MyTestUtility { public class FacilityUtility { public FacilityUtility() { } public string GetInfo(
My code should make the Parrot class randomly choose only one method of speaking, what the code currently does is repeat all the lines at the same time. Current
I know the syntax for Math.floor is a number so you can put a number inside of the statement as an argument or have a very equal a number, but in my case I have
I have a java library that I want to use inside a quarkus application, this library has a custom annotation that I want to use for bean loading so I wrote a qua
i have a mysql query that looks like this : select (pondérée_note*100)/pondérée as b from answers where answers.question_id in (s
Sample db.collection.update({}, { "$pull": { "a": { x: { $lt: ISODate("2022-01-01T00:00:00Z") } } } }, { multi: true }) How d