Tim Tilberg

Results 21 comments of Tim Tilberg

@postmodern I took a look but didn’t find a CDP event translation helper for `on(:response)`. However, in an earlier issue I noted and used `network.responseReceived`, might this get you on...

I just did this and quite unexpectedly overwrote my crontab... :| The `--help` content was not helpful in guiding me away from this. ``` Usage: whenever [options] -i [identifier], Default:...

@wbond This would be very beneficial to help learn the keyboard shortcut when you are first getting acquainted. This repository hasn't had any updates in five years, but surely this...

For future people who stumble on this, who are new to Sentry and just checking it out, I resolved part of the migrations issues with: ``` docker-compose run www upgrade...

One such issue seems to be related to code blocks with a language specified. I was reviewing a simple gem I wrote and found the readme was looking in disarray....

@searls For what it's worth, I ran into this and was surprised outside of Sorbet a few months back: https://www.reddit.com/r/ruby/comments/hw8t6a/how_to_please_standardrbrubocop/. It also references another user in Rubocops tracker with a...

I believe this is a side-effect of an issue I was going to bring up today related to process backgrounding. Since I think it's related, I'll leverage this existing issue....

I was reading through this issue, and wanted to note that the resulting expression may need to have parenthesis in order to keep order of operations good. I'm not sure...

Maybe there should be a check for "does the replacement candidate, or replacement targets include any method calls" in the ast? And if so, we should use parens? This may...

Updated the issue to reflect that spatial index creation is already available using the `type` option, i.e. ```rb add_index :zip_codes, :geography_point, type: :spatial ```