Wesley Baugh

Results 5 comments of Wesley Baugh

Disclaimer: I've only done toy hello world examples so far with Haskell on lambda. Ideally the executable would be running in the background, frozen from an earlier lambda invocation. (I...

Yes, the Lambda docs indicate that subsequent invocations MAY reuse an existing process (not guaranteed). I don't think you'd need TCP to take advantage of this. Are you saying JVM...

I tried using `"\044"` (octal), and confirmed `"\U0024"` doesn't work. I even tried `"$"` (didn't produce 💰). I don't see any helpful hints in the [official docs](https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/EventOverview/TextDefaultsBindings/TextDefaultsBindings.html). Maybe there's a...

Maybe also a /help variant? Maybe that could work only if the bot is PM'd, or it could respond to PMs with the usage info if it doesn't recognize the...

To expand on this, it'd be nice if we could turn this script into a fully fledged CLI app that can use commands and options to specify the kinds of...