Todd Wolfson

Results 190 comments of Todd Wolfson

Interesting. @wbond Can you provide insight into why we have a `.bat` and don't invoke `powershell.exe`?

I don't think this is a critical bug; it doesn't break anyone's UI. It causes a minor inconvenience which resolves itself. I am inexperienced with Windows programming as well. I...

Thanks for the bug report. As @silentmoose noted, we are attempting to address this in #78.

To make sure I fully understand the point, the following happens: - Press shortcut - Terminal opens - Wait for a second for it to finish launching - Type -...

Attribution: http://jeditoolkit.com/2010/09/04/git-status-in-bash-prompt.html#post It clicked when I read the title for this. However, the post itself seems to be a precursor to `sexy-bash-prompt`

Yea, I hear that =/ =( Life goes on but our projects stay in place (I was lucky to have time to dig into fixing my repo as-is) The simplest...

I had to look up the original PR, https://github.com/gulpjs/vinyl-fs/pull/287, that was opened in 2017 and landed in 2020. 2017 seems totally reasonable, I was still [releasing occasionally](https://github.com/gulpjs/vinyl-fs/pull/287) on `gulp.spritesmith` as...

I agree that `HashCounter` is currently acting as a stand-in on this PR -- we can rename it once we decide if this is good to land or not. With...

Ah, I see. Thanks for clarifying -- I think introducing `request_matching(stub1)` would resolve #445's main complaint as well. Another solution seems to be using the `request_stub.request_pattern` method/attribute: https://github.com/bblimke/webmock/blob/v1.22.6/lib/webmock/request_stub.rb#L7 ``` rb...

If y'all need a headstart on this, I wrote up this scraper. Unsure what data you specifically were looking for (I wanted the stats buried in the detailed pages that...