João Ferreira
João Ferreira
Docs: https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0#conversationparameters-object
I wasn't able to _actually_ test this request with pagination because (I think?) I don't have a large enough team... but the endpoint does work, even if it only returned...
I can't get any reply from support except for an auto-email saying the "offices are closed". No code's being merged since last year, and nothing's in the changelog since 2018....
Adds the ability to send structs as events in log metadata: ```elixir Logger.info("Something happened", event: %AnEvent{with_data: true}) ``` Right now, doing this raises an exception and the log message is...
This doesn't look intentional considering it's one of the commands echoed out. Just had a bunch of fixtures imported in prod after loading up the cli and I suspect this...
Most definitely not backwards compatible.
When Sendgrid returns 403 bad user/pass you'd expect a SendgridTookit::AuthenticationFailed error but get a SendgirdToolkit::SendgridServerError instead: ``` pry(SendGridExporter)> e.class => SendgridToolkit::SendgridServerError pry(SendGridExporter)> e.message => "The sengrid server returned an error....