Jônatas Davi Paganini

Results 40 issues of Jônatas Davi Paganini

# Description I just created this for our first integration with Typescript. Let's make it public, and it will also be useful for further integrations. # Writing help For information...

Implements #80.

Currently, configuring the complete data lifecycle for TimescaleDB hypertables and their continuous aggregates requires multiple separate method calls and configurations. This proposal suggests adding a declarative configuration API that would...

enhancement

Hey Timescale community! 👋 A few days ago, I was discussing with @intermittentnrg about the actual continuous aggregates macro, and it's still not trustable if we handle data directly from...

enhancement

Discussing database performance with Ruby folks on Reddit, I got this excellent comment: > Went there to say the same. It also have a huge pack of plugins, many of...

I'm just looking around and learning with @intermittentnrg use cases, and it seems a useful scenario: https://github.com/intermittentnrg/intermittent-importers/blob/d2bb428afc85c05d0e62efd12b53a685b2615c11/app/models/generation_unit.rb#L7-L16 ```ruby def self.enable_compression_policy! connection.execute

Instead, let's use the pg quote as it's already a dependency. ``` PG::Connection.quote_ident ``` Feedback from [Reddit](https://www.reddit.com/r/ruby/comments/1i3fyuo/comment/m7om45r/) user.

enhancement

Feedback from [Reddit](https://www.reddit.com/r/ruby/comments/1i3fyuo/expert_ruby_review/): > Readme should call out the difference between `this_week` and `previous_week` scopes. For example, is `this_week` the last 7 days? or has it been since Monday? Let's...

documentation

Great feedback from [reddit](https://www.reddit.com/r/ruby/comments/1i3fyuo/comment/m7ncst4/?context=3). > Nit: I hate seeing any acts_as prefix these days (for acts_as_hypertable). Thats an old paradigm which holds no value. Would rather it just be timescale_hypertable...