Justin Léger

Results 6 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

Previously, block was only able to be configured via the first scope definition. If it was redefined to add a scope or change the scope, it wouldn't get configured due...