Justin Léger
Justin Léger
Given that `session[:userinfo]` already maps to raw info, we can no longer show the full user profile by calling `session[:userinfo][:extra][:raw_info]` as it leads to a `NoMethodError`. Now, we display the...
When running in development, we encounter a lot of `DEPRECATION WARNING: Initialization autoloaded the constants [...]`
Slack recently made public the block kit for richer attachments. This new UI framework doesn't make use of `callback_id` and favors unique `action_id` per button/interactive field. I believe we could...