Merge Queues Intermediate Anthony Explains 524
Do you find yourself frequently updating pull requests so your changes won't break the main branch? This is a common challenge ... today I go over git's `--intent-to-add` feature and what it gets used for! playlist: ... This video covers why PRs that pass CI individually can still break main when today I show how to recursively import all modules in a directory and also show a few use cases I have for this! - the `__import__` ... today I talk about `git apply` and a workflow I use to temporarily store diffs. playlist: ... today I show how I reworked pre-commit's testsuite and github actions to greatly speed up the runs. while the approach isn't ...
Today, CEO and Mergify co-founder Julien will show us why today's video is a bit of a puzzle! how to implement python's named-only / positional-only arguments but without the special syntax ... today we talk about a helpful argument in `git` for visualizing histories (and diffs!) playlist: ... today I show off a very short trick for avoiding noisy matches with `git grep`, `git diff`, and others! playlist: ... today I go over `git blame` -- how I use it, and how you can use the github UI as well for this! playlist: ... today I talk about python's `-O` and `-OO` and why they're all but useless - python is compiled?
today we talk about deployments and software lifecycle -- specifically we're looking at canary deploys and why they are useful! Master Data Structures & Algorithms for FREE at Code solutions in Python, Java, C++ and JS for this can be ... today I show how to set up a basic github actions workflow for testing a python project with pre-commit and tox! - example pull ...