I'm new to Mongoose and NodeJS and I'm building a ticket management system where logged in users can fill up a form to create a ticket. It has two fields (title
I have made a mockup of my google sheet here: https://docs.google.com/spreadsheets/d/1u5wlCjSdZOYdAs0V-WKGK8KYcZ7p80OJReTasTK3oH4/edit?usp=sharing. (My actual d
Related to this question: How to set the replication scope of an AD-Integrated DNS zone using WMI?. I need to change (using PowerShell, so .NET, ADSI or WMI) t
Consider we have the following Map component. This is in TypeScript, but the same should apply for normal JavaScript. import * as React from 'react'; import Re
I've started using the package ggmap after a while again, now I'm encountering a problem when I try to fetch a map using the function get_map. No matter which s
I have these inputs: s1 = 'I am using c++ programming'. s2 = = 'I am usingc++ programming'. I want to check if s1 or s2 contains the exact word c++. running
It could be used to auto pin folders to Quick access in File Explorers, for example.
I'm currently having an issue where I'm unable to ping people in embeds. I've searched up solutions online, but none of them are working. Here's my code, thanks
I have a function which returns some InsettableShape like this: func test(value: Int) -> some InsettableShape { if (value == 0) { return Cir