Alex Matchneer

Results 138 comments of Alex Matchneer

Also, you provide a very complex templating example with compression; is there any way in the PR's current form for different metrics to have different Postgres/Timescale configurations re: compression or...

I've been trying this PR out in my local setup; I've had success sending it metrics from inputs.cpu and a custom socket_listener via the `telegraf-ruby` gem, but when I hooked...

I wonder if downcasing metric names should be an (opt-out-able) default for this PR (better to introduce it now as a default than change it later). So many downstream use...

I'm not sure about pg_partman. From my limited experience they seem to track managed tables in the `part_config` in the `parent_table` column. Looking at that table now there's lots of...

I'm not sure we can solve this without introducing some configuration to opt into the new behavior; I'm doing some refactoring at the moment and I'm finding cases where we're...

Before I start work on the above I wanted to consider another corner case / gotcha: From my tests and reading of the code, transaction hooks (as well as requires_lock...

I also want to make it clear that a move to active_record callbacks would also result in the following behavior when nested transactions are involved (assume each method defines an...

@Zahariel I ended up just having all of my upload scripts ensure the enclosing directories exist (like a `mkdir -p`) and I create the directories with `content_type: "application/x-directory"`. I couldn't...

@igorT while addressing your feedback I noticed these tests had an identical setup and what appeared to be a lot of leftover cruft from the original RFC implementation. It's much...

I'm running into the same issue, in addition to a different one: heroku-cli doesn't appear honor the EDITOR env var that I've set in my .zshrc: ``` machty@MacBook-Pro business-server %...