After 18 years at Microsoft, with roughly a decade of that time working on TypeScript, I have unfortunately been let go in the latest round of layoffs. I need to take a few days to process before I start looking for work. Thanks to everyone who's been part of my journey so far.
@csetanmayjain@Madisonkanna You can use sshfs to mount a path of remote machine on your host and then nvim to make edits.
There is a plugin that abstracts this all for nvim https://t.co/6G7rNvmYXQ
@eddaz7 @SimonBitwise@chancethedev You can achieve this but it is more explicit than js
def Person():
pass
Person.__dict__["name"] = lambda: print("John")
https://t.co/MI2Dbv4Gts() // prints "John"