Last active
November 11, 2020 21:37
-
-
Save kardolus/08263c907fc014901390a7d885237f9f to your computer and use it in GitHub Desktop.
Sam jamsession
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cors: | |
whitelist: | |
- https://localhost:3000 | |
- https://marketplug.app | |
alpaca: | |
schedule: | |
start: 9 | |
close: 19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
whatsThisName() | |
function whatsThisName() { | |
logError("hi there") | |
} | |
function logError(message) { | |
const caller = arguments.callee.caller.name; | |
console.log(caller, message); | |
// I'm sure you can add line numbers | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Me to Everyone: (3:25 PM)
https://gist.github.com/kardolus/08263c907fc014901390a7d885237f9f
From Me to Everyone: (4:08 PM)
https://stackoverflow.com/questions/40987138/how-create-static-functions-objects-in-javascript-nodejs-es6
From Me to Everyone: (4:22 PM)
https://www.npmjs.com/package/jest-websocket-mock
From Me to Everyone: (4:36 PM)
https://stackoverflow.com/questions/13417000/synchronous-request-with-websockets