I'm trying to add automapping models with reflection, I created an interface IMapFrom<> and implemented it in all dtos. Then I created class public class
Imagine I have a vector like this one: c("A", "B", "C", "D") there are 4 positions. If I make a sample with size 1 I can get 1, 2, 3 or 4. What I want is to be
The following gives this error in GCC: pasting "func_x" and "(" does not give a valid preprocessing token #include <stdio.h> #define LOG_FUNC(fname) print
I have created a react application, started with create-react-app. My backend is made with spring boot and with pom.xml I managed to add my built frontend-side
Hopefully this is a simple enough question but I am having trouble figuring out how to word it in the title. I was making a function that gets and sets a value.
Hi so my problem is that in the trasnferFrom function where the address from is it tells me Expected ';' but got ',' but in the below function safeTrasferFrom(
How to connect mongodb with digital ocean database using mongoose. I tried this way it does not work. Although in local it says Error: ENAMETOOLONG: name too lo
I've created a app where I can download a file through the server.The file can be of type image,video ,pdf or text.For this I've used flutter_downloader package