Daniel (dB.) Doubrovkine

Results 557 issues of Daniel (dB.) Doubrovkine

See https://github.com/ruby-grape/grape-swagger/pull/513. We could at least detect whether the changes are only markdown files at the root of the repo.

new feature

The issues appear right below an example. Should have a header. ![screen shot 2016-09-13 at 12 16 59 pm](https://cloud.githubusercontent.com/assets/542335/18481895/0d2d635e-79ac-11e6-8b42-2b2f9a7a15c7.png)

new feature

Number of files changed, trivial commits, etc. From https://github.com/artsy/eigen ``` # Oi, CHANGELOGs please fail("No CHANGELOG changes made") if git.lines_of_code > 50 && !github.modified_files.include?("CHANGELOG.yml") && !declared_trivial ```

new feature

``` ruby has_app_changes = !git.modified_files.grep(/lib/).empty? has_spec_changes = !git.modified_files.grep(/spec/).empty? ``` This kind of stuff could be made part of the `changelog` or not.

new feature

In https://github.com/dblock/ARTiledImageView/commit/ebce492c707c97d056bf7ee6fed74f8ee71204df the ARTiledImageDemoViewControllerSpec snapshots have changed and don't look right. The VC isn't auto-zooming or tiling anymore. I've made the specs pass, but there's a bug here.

confirmed bug

It would be helpful to add a border to the image tile that would be visible in a preview in XCode, along with maybe text that tells you the tile...

feature request

From a test that wasn't setting `tileSize`, still needs a proper repro within ARTiledImageView. ``` Thread 2 Crashed:: com.apple.CoreAnimation.render-server 0 QuartzCore 0x0086c7ac CA::OGL::TiledImageGeometry::TiledImageGeometry(CA::Render::TiledTexture*, CA::OGL::Context&, unsigned int, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::ContentsGeometry...

bug?

https://github.com/opensearch-project/OpenSearch/pull/5418#issuecomment-1333013481 https://build.ci.opensearch.org/job/gradle-check/7464/ Not reproducible. ``` ./gradlew ':server:internalClusterTest' --tests "org.opensearch.action.admin.indices.create.CreateIndexIT" -Dtests.seed=EA9B1803756CB3DA -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en -Dtests.timezone=Etc/UTC -Druntime.java=19 ```

bug
flaky-test
Cluster Manager

We have a scenario where we're fetching parameters such as foobar[]= (Rails arrays) from the query string. They get parsed and then encoded into a foobar%5B... which Rails doesn't parse....

Thanks for this library! It does look like there are no updates since 2017? I've tried to improve upon the design of a openweather client with https://github.com/dblock/open-weather-ruby-client, which provides a...