Dan Moore

Results 21 issues of Dan Moore

The 20s metrics return valid results, even for extended periods of time, but the 300s result sets are always empty: ``` irb(main):163:0> pm.retrieve_stats([hosts[2]], ['cpu.usagemhz'], {max_samples: 72, interval: '300', start_time: '2013-07-30...

Long-time user. I don't see any content related to the new "update" that will block YT Ads in exchange for using some of my compute power. Questions: What is it,...

question
chrome

Here is the Gemfile that is created when suspenders generates an app now: ```ruby source "https://rubygems.org" git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end ruby "2.5.0" gem "autoprefixer-rails"...

Enhancement

http://edgeguides.rubyonrails.org/5_1_release_notes.html [Pull Request](https://github.com/rails/rails/pull/28038) > Rails now allows management of application secrets in a secure way, building on top of the [sekrets](https://github.com/ahoward/sekrets) gem. > Run `bin/rails secrets:setup` to setup a new...

Currently heroku is setup near the end of the pipeline. If the name is already taken, an error is shown in output, but the process continues: ``` Creating ⬢ marketplace-backend-staging......

The `bin/setup` command is failing on CircleCI with the default format: ```bash if heroku join --app app-staging > /dev/null 2>&1; then git remote add staging [email protected]:app-staging.git || true printf 'You...

On a new suspenders environment, the heroku bootstrapping doesn't actually deploy the base rails config to staging or production, meaning the database configuration commands from #826 don't succeed. ` ▸...

I left this similar comment on devise's repository, to hopefully see a larger target audience. I'll copy and paste it here to reach another audience while linking to the original....

Is there a recommended way of mass-adding tags to collections of objects? We have about 20K entries that need a new tag as we migrate some data. I've tried to...

After reading your scoping wiki document, it looks like the scope system was built for static names, but I'd like to scope evaluations to calculate a reputation by relationships. For...