Justin Léger

Results 5 issues of 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 [...]`

enhancement

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...

enhancement