Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
## Description Currently, the `Activity.attrs_from_strava` method only captures a subset of the fields available in the Strava API v3 activity response. Many potentially valuable fields are being ignored that could...
Coming from https://github.com/dblock/slack-strava/issues/191 ```ruby bundle exec ruby -e "require 'chronic'; puts 'last 14 days: ' + Chronic.parse('last 14 days', context: :past, g uess: false).to_s; puts 'past 14 days: ' +...
Danger uses a hardcoded token, which gets revoked by GitHub. We need to split Danger work into a part that runs on `pull_request` to analyze the PR, and the part...
Lots of failures in jruby tests https://github.com/ruby-grape/grape-swagger-rails/actions/runs/17731901204/job/50384667445 Remove it?
I am working on https://github.com/dblock/tcx, which is a TCX XML file parser. It was [fairly easy](https://github.com/dblock/tcx/blob/master/lib/tcx/types/base.rb#L8) to parse a Nokogiri::XML tree structure turning it into a hash that is then...
## Summary - Replace ruby-grape-danger with danger-pr-comment gem v0.1.0 - Update workflows to use numbata/danger-pr-comment reusable workflows - Add direct changelog.check! and toc.check! calls in Dangerfile ## Test plan -...
When https://github.com/opensearch-project/opensearch-build/issues/388 is done we will have a way to know what the next version of OpenSearch is. This means this repo could have automation that could create a page...