Adam

Results 44 comments of Adam

fyi: all of these changes outlined above are available on nuget now I'm still conflicted on whether double repeat and whatnot is even worth supporting, it's probably going to be...

I'm not totally across what the difference between the two files are, but last time I checked it'd pretty much require those files in particular to be handled separately which...

Left it open for now because I want to actually look at what the LGP shit actually is at some point

it's because of this https://github.com/mishk0/slack-bot-api/blob/master/index.js#L61-L65 I've had the same issue and needed to modify the object to get around that

The data is fine, the issue is the exception handler handles every exception that happens down the call chain when using `bot.on("message", function() { any errors here });` so if...

when the GPL licenses source code and not binaries, only the source code specifically is licensed via the GPL and any interop or otherwise with non-GPL licensed code is irrelevant....

password managers like bitwarden don't store credentials on your local computer and authenticating provides you with the ability to fetch secrets from the remote server (normally for a limited period)...

I don't use BitWarden, but 1password doesn't store them locally :) Comes over as an encrypted blob and is decrypted using your keys locally.

yeah, this one is a little annoying (hence why it's not fixed yet) but an idea I was playing with but don't really like much is passing through a `ThreadLocal`...