Ben Turner
Ben Turner
Hand in hand with `fixup!` commits are `!amend` commits (e.g. `git commit --fixup=amend:`) Would be great if this action also blocked on those
Adding the four lines suggested to `rails_helper.rb` and running `USE_PIPPI=1 bundle exec ./bin/rake` causes numerous tests to fail in our otherwise passing test suite. All these tests are related to...
--- I already searched for this issue **Edition:** (2nd) **Book Title:** get started **Chapter:** 2 https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/get-started/ch2.md#L281 **Question:** Forgive me if I'm wrong (because I don't know JS yet!) but it...
With the code: ``` def regexp %r{ \b # word boundary ([\w\-.]) # $1: username; first letter @ # at ([a-z\d\-.]+) # $2: domain except TLD \. # dot ([a-z]+)...
This evening, I realised I forgot to track a couple of hours in the morning on an ongoing project, so typed `t resume -a 08:15` `t out -a 10:15` But...
Not sure how feasible this is (or if it's a bug with just my setup) but the default help menu (e.g. the menu invoked with `` when inside the telescope...
Changelog talks about releases up until 6.18.0, but the latest tagged version is 6.16.0 Did some releases get lost or forgotten?
I've been trying to capture the `customer.subscription.paused` event in my codebase, but looking over the errors / source code I believe it's not supported in the `stripe-rails` gem currently? For...
### Checklist - [X] I am able to reproduce the bug with the [latest debug version](https://github.com/z-huang/InnerTune/actions). - [X] I've checked that there is no open or closed issue about this...
# Problem When running a "random" mission, we are getting one less threat point worth of threats than requested Running the latest version on Google Play store, on a Pixel...