Seth Herr

Results 9 comments of Seth Herr

I took the `log_files.yml` from [this template](https://gist.github.com/ckraybill/b82f0595251b835eadb6), which is referenced by [Papertrail's Cloud 66 instruction](http://help.papertrailapp.com/kb/hosting-services/cloud-66/). While parsing of ENV variables in `log_files.yml` would be cool, there's an easier solution -...

@lmarburger I waffled on what made more sense with requiring papertrail, and your comment makes me think maybe I chose the wrong course. Would it be better to put the...

:+1: Do you want help writing the update? I would happily work on this.

Since it seems like this project is dead, @Intrepidd would you consider forking and releasing a new gem from your branch? I also need propshaft support and am excited that...

@inkthink - you should use homebrew to compile avr It's easy: ``` brew tap osx-cross/avr brew install avr-libc ``` Then you can just cd into the ergodox directory and ```...

Thanks for the heads up about the firmware.eep broken link. It's been fixed

I was not able to figure out a quick way of diagnosing what the difference was between the CircleCI and local parsing, and just manually edited the whitespace back in...

I agree that the name of the job should set the name of the monitor (rather than the slug). The slug is much less readable! I opened #2290 specifically for...

A related/separate disadvantage of `prepend` is that you can't inherit `sentry_monitor_check_ins` from parent classes. For example: ```ruby class BaseScheduledJob sentry_monitor_check_ins def perform # this calls Sentry::Cron::MonitorCheckIns::Patch#perform end end class SomeSpecificScheduledJob...