When running my jar file: java -jar target/places-1.0-SNAPSHOT.jar I'm getting the next error : no main manifest attribute, in target/places-1.0-SNAPSHOT.jar
Hi i recently started using VS code for my C++ course. I am trying to get the debugger to work but even with hours of trying to figure out what's wrong i still
I have the following code: from dataclasses import dataclass class Expr: def __repr__(self): fields = ', '.join(f'{v!r}' for v in self.__dict__.va
I have a pipeline that builds an ipa and an xcarchive. Currently, I have to download the xcarchive onto my Mac and open it, distribute the app and sign it using
I have a naive statistical question: Do I need to adjust p-values two times when I perform a multi-group and multi-variable comparasion? Suppose I have a data f
I am new to flutter. I have built the app using flutter and firestore. I am fetching the list of data using stream builder. Inside Stream builder, I have used L
So I'm learning Julia by solving ProjectEuler problems and I came up with this code for problem 27: function isPrime(num) num < 2 && return false
I have a map that has a specific view and zoom specified that is good for desktop, however if the user is on a phone I need to adjust the zoom so that the conti
I'm currently in the process of learning Blazor Server, and I'm not sure why I'm getting the error I'm getting. I'm getting CS1503 Argument2: cannot convert fro