Jônatas Davi Paganini

Results 74 comments of Jônatas Davi Paganini

that's a great point @exterm. I'm looking to make it a seamless integration. Let's discover how to make it through railties.

Hi @jflambert , thanks for reporting! That's a great feedback. I think @billy-the-fish can also incorporate some ideas in the docs too 🙌 I see Sven answered some of your...

I'm curious to understand if the [rolling](https://docs.timescale.com/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable/#rolling) is not already doing it. ```sql SELECT bucket, average(rolling(stats_agg) OVER fifteen_min), stddev(rolling(stats_agg) OVER fifteen_min, 'pop'), kurtosis(rolling(stats_agg) OVER fifteen_min, 'pop') FROM (SELECT time_bucket('1 min'::interval,...

> Like for sum() only would be much lighter to just keep one accumulator. Or count(distinct) without toolkit methods. Have you seem the other `_agg` functions? I guess counter_agg can...

> Sure, that just counts, doesn't have a sum? Yes, it's specialized on count. But I think then `stats_agg` will be doing the [sum](https://docs.timescale.com/api/latest/hyperfunctions/statistical-and-regression-analysis/stats_agg-one-variable/#sum).

Man! thanks a lot! I'm on Ruby 3.2.2 and here is the output: ``` remote/host: python3 host registered plugins ['aerojump'] function remote#host#UpdateRemotePlugins[6]..126_RegistrationCommands[15]..remote#host#Require[10 ]..provider#ruby#Require[8]..provider#Poll, line 7 Vim(if):Error invoking 'poll' on channel...

Thanks for bringing this @ryoung! I never used it, I'll consider also migrating all docs and hooks to use it too. I have some work in progress to let the...

Thanks a lot for the feedback @exterm. Let's build a validation of the argument type and avoid such scenarios.

Hi @colby-swandale, thanks for the update. @segiddins mentioned a few weeks ago. This was a great learning exercise and let me better develop the timescaledb gem.

I brought this to @thanasisk attention. Here's his reply: > What happens if a malicious user gets access to Vitaliy's IPs? If this is the only layer of defense, it...