James :ruby:'s latest activity
@tenderlove It feels like a bit of an abuse of the branch description, which is presumably why there's no command to view the description. However, it doesn't seem like *much* of an abuse and I can't see the harm in it!
…See more
@tenderlove It feels like a bit of an abuse of the branch description, which is presumably why there's no command to view the description. However, it doesn't seem like *much* of an abuse and I can't see the harm in it!
See less
@tenderlove It feels like a bit of an abuse of the branch description, which is presumably why there's no command to view the description. However, it doesn't seem like *much* of an abuse and I can't see the harm in it!
@tenderlove It feels like a bit of an abuse of the branch description, which is presumably why there's no command to view the description. However, it doesn't seem like *much* of an abuse and I can't see the harm in it!
…See more
See less
# Add description to current branch
git branch --edit-description
# View description of current branch
git config --get "branch.$(git rev-parse --abbrev-ref HEAD).description"
https://git-scm.com/docs/git-branch#Documentation/git-branch.txt---edit-description
…See more
# Add description to current branch
git branch --edit-description
# View description of current branch
git config --get "branch.$(git rev-parse --abbrev-ref HEAD).description"
https://git-scm.com/docs/git-branch#Documentation/git-branch.txt---edit-description
See less
# Add description to current branch
git branch --edit-description
# View description of current branch
git config --get "branch.$(git rev-parse --abbrev-ref HEAD).description"
https://git-scm.com/docs/git-branch#Documentation/git-branch.txt---edit-description
# Add description to current branch
git branch --edit-description
# View description of current branch
git config --get "branch.$(git rev-parse --abbrev-ref HEAD).description"
https://git-scm.com/docs/git-branch#Documentation/git-branch.txt---edit-description
…See more
See less
For Rails apps, I've been using Cuprite (https://cuprite.rubycdp.com/) which uses CDP to talk to Chrome like Playwright which I think is the main thing that makes it more stable. However, it only works with Chrome which isn't ideal.
I've previously used Playwright with a JavaScript web app and I was very impressed, so thanks for posting about this!
…See more
For Rails apps, I've been using Cuprite (https://cuprite.rubycdp.com/) which uses CDP to talk to Chrome like Playwright which I think is the main thing that makes it more stable. However, it only works with Chrome which isn't ideal.
I've previously used Playwright with a JavaScript web app and I was very impressed, so thanks for posting about this!
See less
For Rails apps, I've been using Cuprite (https://cuprite.rubycdp.com/) which uses CDP to talk to Chrome like Playwright which I think is the main thing that makes it more stable. However, it only works with Chrome which isn't ideal.
I've previously used Playwright with a JavaScript web app and I was very impressed, so thanks for posting about this!
For Rails apps, I've been using Cuprite (https://cuprite.rubycdp.com/) which uses CDP to talk to Chrome like Playwright which I think is the main thing that makes it more stable. However, it only works with Chrome which isn't ideal.
I've previously used Playwright with a JavaScript web app and I was very impressed, so thanks for posting about this!