Daniel (dB.) Doubrovkine

Results 557 issues of Daniel (dB.) Doubrovkine

Coming from https://github.com/octokit/octokit.rb/issues/1489 I am attempting to handle the rate limit as follows. ```ruby module GitHub module RateLimited def rate_limited(&_block) suspend_s = 5 begin yield if block_given? rescue Octokit::TooManyRequests =>...

Status: Up for grabs
Type: Feature

Add a retry to integration tests on 429 rate limits. e.g. https://github.com/slack-ruby/slack-ruby-client/actions/runs/4844106929/jobs/8632162955

confirmed bug
chore

Coming from https://github.com/slack-ruby/slack-ruby-bot-server/issues/150#issuecomment-1293818003, document how to add a RESTful API. This monkey-patching should work: ```ruby module SlackRubyBotServer module Api module Endpoints class MyEndpoint < Grape::API get 'foobar' do { ok:...

new feature

DCO check ensures that DCO is signed with an email address that matches the commit author. Is it possible to enforce that all commits are signed with 1) a valid...

Coming from https://github.com/opensearch-project/OpenSearch/issues/7280 it looks like neptune tools may need to add support for OpenSearch. The existing Elasticsearch tools should work well for OpenSearch 1.x in backwards compatibility mode (haven't...

Travis-CI is no more. Inspire from https://github.com/dblock/ruby-enum/pull/34 for example.

feature

**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/OpenSearch/issues/12456, a user is asking for FSCrawler support for OpenSearch. I found [3 issues](https://github.com/dadoonet/fscrawler/issues?q=is%3Aissue+OpenSearch+is%3Aclosed) that mention varying issues/successes...

feature_request

Travis-CI is long MIA, replace with GHA.

new feature

JRuby tests are failing, see https://github.com/ruby-grape/grape-swagger-rails/actions/runs/8030570532/job/21938077626 @SofiaSousa mind taking a look? it's likely unrelated to your latest PR.

confirmed bug