I have these two guards @Injectable({ providedIn: 'root' }) export class DesktopGuard implements CanActivate { constructor( private router: Router, p
I'm trying to create a windows application and statically link to the CRT. I'm getting this error, LINK : error LNK2001: unresolved external symbol WinMainC
I am trying to figure out how to make a table like in the picture below of the macos file explorer. I want to be able to show one record per file but in a nest
I've been a Mac programmer since 1993 and find it somewhat hard to get into the iOS frame of mind from time to time. I've got an iPhone app that was designed f
I'm working on NPL with sklearn, slipt my data set into training and test sets as follow: X_train, X_test, y_train, y_test = train_test_split(X,Y,test_size=0.3,
I would like the user to be able to send messages when he/she presses the "Send" button on the keyboard also. For a textField I know that can be achieved with t
I am attempting to learn coding through Harvards cs50 class on VScode but one of the problems I encounter is this fatal error message. [enter image description
Using a when function, I need to navigate to particular graph in my compose navigation tree. The issue is when navigating away from the current screen to the ne