Andy Rossmeissl

Results 10 issues of Andy Rossmeissl

Another useful metric to consider would be the number of other (unique?) users watching a user's repositories. I typically watch important repos from important people rather than following the people...

``` ruby kvc.store :site_addr, :synthesize => lambda { |parcel| parcel.slice('No1', 'Street', 'Unit').values.map(&:strip).delete_if(&:empty?).join(' ') } ``` should be shortcut: ``` ruby kvc.store :site_addr, :synthesize => ['No1', 'Street', 'Unit'] ```

DEPRECATION WARNING: The following options in your DataMiner::Run.has_many :column_statistics declaration are deprecated: :order. Please use a scope block instead. For example, the following: ``` has_many :spam_comments, conditions: { spam: true...

Can DM automatically print debug information when it's been invoked as part of a rake task?

Does the Google Slides API support Animations? My specific use case is revealing bulleted list items one by one on click ("by paragraph" mode) but I suppose this could be...

enhancement

@emk here's another "I'm sure you've thought of this, but why . . ." question. If I want to make changes to my `web` service, I feel like the natural...

RFC

@nerixim since you set up the automatic testing environment, would you mind please taking a look to see why tests are failing for Ruby versions 2.5, 2.6, and 2.7?

Without this, none of the Capybara tests pass (or will even run)

I have several people in an office, each with a Beets library. We have a Raspberry Pi running Mopidy that we'd like to use to play music from all of...

C-enhancement

App version: 3.3.0 Android version: 11 Ever since upgrading to Android 11, Waistline has been exhibiting a hard crash when taking pictures for OFF upload. I used the Android "send...

bug
High Priority