Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
I'd like to be able to see semi-live progress as the build is running (last X lines) and be able to download the entire log after the build is done.
See https://travis-ci.org/dblock/ARASCIISwizzle/jobs/21587100 UIImage+ASCIITests.m, see https://github.com/dblock/ARASCIISwizzle/commit/56ec85abc3b6c9fe6e787f49869de10fc74b7c90.
The [implementation of drawImageFromText](https://github.com/dblock/ARASCIISwizzle/blob/master/Classes/UIImageView%2BASCII.m#L147) used to first draw the text, then resize it, creating something blurry. I removed resizing in https://github.com/dblock/ARASCIISwizzle/commit/4598e98148121c295a53da24f66802984cfe5f4c, but now you get images of different size. If...
Similar to https://github.com/igrigorik/em-proxy/pull/31, but which works on JRuby. Looks like this requires eventmachine support first.
Coming from https://github.com/michaelherold/benchmark-memory/issues/9. Output was confusing without `GC.start`.
There's a similar/related implemented in https://github.com/Waffle/waffle, maybe worth explaining the differences?
I needed a random GPX route generator for debugging some issues in https://github.com/dblock/slack-strava, so I wrote one. Is this of interest? If yes, I can then extract some hard-coded things...
Coming from https://code.dblock.org/2018/08/25/storing-timestamps-in-mongodb-with-mongoid.html. I'd be interested in moving this gem into the [mongoid organization](https://github.com/mongoid), merging #2 and adding support for newer versions of Mongoid. I'll do all the work. @sporkd?
See https://github.com/Waffle/waffle/issues/638#issuecomment-402899320 Allow all filters to be disabled with `enabled='false'`. Deprecate the `disableSSO` option that shipped in 1.9.1 via #636.