Renaming a resource or moving it into a module makes Terraform plan a destroy and a create, and 1.1 lets the rename be declared instead. The value over…
Concurrent rendering can render the same component twice with different store values, which produces a torn UI unless the store tells React how to subscribe. The infinite loop…
A deploy script that fixes ownership runs once per deploy and does nothing about a directory created afterwards by something else. The age field turning it into a…
Model properties come from the database and the analyser cannot see the schema, so a generated docblock is the bridge and it drifts on the next migration. Generating…
Boolean mode has no fifty per cent threshold and no meaningful relevance score, so results come back in whatever order the index produced them. The scoring being a…
React 17 batched state updates inside event handlers and not inside promises, timeouts or native handlers; 18 batches everywhere. Fewer renders is the intended benefit and the breakage…
A test asserting that a fetch happened once fails under React 18 development mode, and the test is wrong rather than the framework. Loosening the assertion to toHaveBeenCalled…
Deciding where to coordinate during an incident is a decision made badly under pressure, and automating the creation removes it. The timeline being captured automatically is the part…