Nicolas Rodriguez
Nicolas Rodriguez
```sh An error occurred while loading ./spec/draper/draper_spec.rb. Failure/Error: Bundler.require(*Rails.groups) SyntaxError: /Users/nicolas/.asdf/installs/ruby/3.3.3/lib/ruby/gems/3.3.0/gems/appraisal-2.5.0/lib/appraisal/gemfile.rb:52: syntax error, unexpected `end' # ./spec/dummy/config/application.rb:10:in `' # ./spec/dummy/config/environment.rb:4:in `require_relative' # ./spec/dummy/config/environment.rb:4:in `' # ./spec/spec_helper.rb:12:in `' # ./spec/draper/draper_spec.rb:1:in `'...
So this gem will still be here in ten more years 😄 Thank you!
Thank you!
Hi there! Do you think it's possible to implement Proxmox adapter? A bit like https://github.com/bb-Ricardo/netbox-sync/pull/389 I can help to implement this, I just need some guidance about what needs to...
**Is your feature request related to a problem? Please describe.** It would be nice/handful to set pgtune form entries from url params **Describe the solution you'd like** Calling https://pgtune.leopard.in.ua/?db_version=16 should...
Hi there! `strings` depends on [`unicode_utils`](https://github.com/lang/unicode_utils) (https://github.com/piotrmurach/strings/blob/master/strings.gemspec#L27) `unicode_utils` is not compatible with `frozen_string_literal` https://github.com/lang/unicode_utils/issues/13 and don't seem to be maintained 😢 And so it breaks with : ```sh /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/ruby/3.3.0/gems/unicode_utils-1.4.0/lib/unicode_utils/read_cdata.rb:124:in `force_encoding':...
Fix https://github.com/prometheus-community/postgres_exporter/issues/1060 See: * https://www.dbi-services.com/blog/postgresql-17-new-catalog-view-pg_stat_checkpointer/ * https://www.postgresql.org/docs/16/monitoring-stats.html#MONITORING-PG-STAT-BGWRITER-VIEW * https://www.postgresql.org/docs/17/monitoring-stats.html#MONITORING-PG-STAT-BGWRITER-VIEW Thank you!