Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Is there an option to have the Strava posts displayed in an “uncollapsed” view that only shows some info, like name and run distance and then if someone wants to...
``` …t-0.13.1/lib/slack/web/faraday/response/raise_error.rb: 11:in `on_complete' …ruby/2.5.0/gems/faraday-0.15.3/lib/faraday/response.rb: 9:in `block in call' …ruby/2.5.0/gems/faraday-0.15.3/lib/faraday/response.rb: 61:in `on_complete' …ruby/2.5.0/gems/faraday-0.15.3/lib/faraday/response.rb: 8:in `call' …ruby/2.5.0/gems/faraday-0.15.3/lib/faraday/response.rb: 8:in `call' …gems/faraday-0.15.3/lib/faraday/request/url_encoded.rb: 15:in `call' …0/gems/faraday-0.15.3/lib/faraday/request/multipart.rb: 15:in `call' …/2.5.0/gems/faraday-0.15.3/lib/faraday/rack_builder.rb: 143:in `build_response' …by/2.5.0/gems/faraday-0.15.3/lib/faraday/connection.rb: 387:in `run_request'...
Similar to what https://github.com/dblock/slack-moji does.
If I only want to pull events from a specific club, is there a way to configure that other than "connect", /slava clubs, then "disconnect"? Currently the answer is "no",...
``` E, [2018-11-21T02:36:57.172244 #236] ERROR -- : TypeError: can't convert nil into an exact number /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.2.1/lib/active_support/core_ext/time/calculations.rb:53:in `at' /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.2.1/lib/active_support/core_ext/time/calculations.rb:53:in `at_with_coercion' /app/slack-strava/models/user.rb:99:in `connect!' /app/slack-strava/api/endpoints/users_endpoint.rb:18:in `block (2 levels) in ' /app/vendor/bundle/ruby/2.3.0/gems/grape-1.1.0/lib/grape/endpoint.rb:57:in `call' /app/vendor/bundle/ruby/2.3.0/gems/grape-1.1.0/lib/grape/endpoint.rb:57:in...
The other direction of https://github.com/dblock/slack-strava/issues/15, give kudos directly from Slack.
It's confusing that `/slava set` doesn't work.
Seems to have a nice HAL API. https://developer.underarmour.com/docs/v71_User/ https://www.mapmyrun.com/vxproxy/v7.0/user/self/ https://www.mapmyrun.com/vxproxy/v7.0/workout/?user=122804885&order_by=-start_datetime
For now manual, getting the user that installed the bot. ```ruby Team.active.each do |team| next unless team.activated_user_id client = Slack::Web::Client.new(token: team.token) info = client.users_info(user: team.activated_user_id) next unless info.user && info.user.profile...