So... I'm not even entirely sure if my hooks are working but this is my current setup. I'm using "husky": "7.0.4" and "lint-staged": "12.1.2". My pre-commit on
I have a script that returns the alert and plotting. The idea was to place a limit long position and after low < limit price its open position and then close
I have a number of global variables in my script (e.g. group_1, group_2, group_3) and I am trying to refer to them inside a function. def plot
I am using signalr for asp .net My client does not attempt to connect when I call connector.start(); (I see no network calls being made and a breakpoint I set i
*SinglyLinkedListNode* insertNodeAtTail(SinglyLinkedListNode* head, int data) { SinglyLinkedListNode *t=new SinglyLinkedListNode(data); SinglyLinkedLi
When viewing my website on a mobile the top menu is all stacked up, and does not appear the same as the desktop version (a horizontal, single-line menu) Is ther
I am trying to center an MDI Child window in the center of my parent window's client area. By trial and error, I had found the following to work: ((parent.Clien
I am building a social media application and I would like some help encoding a password string to SHA512 in Swift. I found the CryptoSwift library on GitHub but
I need some help in python oop, I want to create an empty list as an instance in a python class, then add a method that appends points in that empty list, and a