Daniel (dB.) Doubrovkine

Results 557 issues of Daniel (dB.) Doubrovkine

Something discussed in https://github.com/solnic/virtus/pull/343. For a contributing developer the build would fail on something like what is being added as part of feedback in #343. This also removes any conversation...

Via https://github.com/nixme/pry-debugger/issues/55. ``` source 'https://rubygems.org' ruby '2.0.0' gem 'rails' gem 'sqlite3' gem 'debugger' ``` ``` $ rails c Loading development environment (Rails 4.1.4) 2.0.0-p353 :001 > n /tmp/n-wat$ ``` This...

enhancement

Right now on HEAD for me: ``` ~/source/rabl/dblock (master)$ bundle Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Using rake 10.4.2 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.7.0 Using...

Was looking at https://github.com/LTe/grape-rabl/pull/22 which is failing on JRuby. Rabl doesn't support JRuby, oj and msgpack both fail to install, to start.

Is there anything more than looping while redirected and avoiding infinite loops in https://github.com/gamache/hyperresource/blob/master/lib/hyper_resource/modules/http.rb#L220, before I implement it?

I'm interested in resurrecting this gem, was using an oder version in https://github.com/slack-ruby/slack-ruby-bot-server. This adds CI. Needs to work to pass feature specs.

Coming from https://github.com/opensearch-project/opensearch-plugins/issues/96, add MacOS (Darwin) support. - [ ] Passing CI on MacOS - [ ] Documentation

macos

**Describe the bug** The `jacocoExclusions` list is quite long, https://github.com/opensearch-project/anomaly-detection/blob/main/build.gradle#L478. Maybe we're just ignoring coverage thresholds, or they are too high? In either case those thresholds are likely not useful....

bug
Priority-Medium
v3.0.0

**Is your feature request related to a problem? Please describe.** Developers are asking how to build and debug logstash-output-opensearch. **Describe the solution you'd like** A new section in DEVELOPER_GUIDE called...

enhancement
help wanted