Ezequiel Salas
Ezequiel Salas
# Description I am using the `Net::Telnet` gem to connect to remove servers, most of the times, the returned string by the `cmd` method has `UTF-8` encoding, but the other...
# Pending - [x] filter by `hostname` - [x] filter by `name` - [ ] filter by `configuration/queues` Closes: #29
# Changelog - added finished_at range filter support for jobs Issue: #30 PD: I'll split the different filters in different PRs for easier review
Using the autogeneration of models, I've got some associations named after the foreign_key instead of the associated model name, for example: ```ruby class Musicbrainz::Musicbrainz::LLabelUrl < Musicbrainz::Base .... belongs_to :entity0, class_name:...
Hi there, i noticed that a couple of models from the models autogeneration have this weird empty belongs_to polymorphic association: `belongs_to :"", polymorphic: true` Here it's some debugging info I...
I was looking into [counter_agg()](https://docs.tigerdata.com/use-timescale/latest/hyperfunctions/counter-aggregation/) function to work with some 64bit SNMP counters. the current function the signature is: `counter_agg(ts TIMESTAMPTZ,value DOUBLE PRECISION[, bounds TSTZRANGE]) RETURNS CounterSummary` since the counter...