Urgent.News

What's breaking now, across thousands of outlets.

Tech

Official doc: India's Serious Fraud Office urges the government to probe Xiaomi over alleged business model irregularities and foreign investment law violations (Aditya Kalra/Reuters)

India's Serious Fraud Office has recommended Xiaomi be investigated for alleged irregularities in its business model and compliance …

We haven't written up this one. Techmeme has the full story — the link below goes straight to it.

Read the original at reuters.com →

More in Tech

How to add country icons to a Vue 3 app

Vue has no shortage of icon sets. Carets and chevrons come in every pack. Geography is the thin part of the shelf: where a set covers countries at all, it usually means flag squares rather than map…

The shell step that could not fail no matter what we did to it

Our integration suite had been green for eleven weeks. That is not a boast, it is the symptom. A colleague onboarding to the repo wrote a deliberately broken test to see what a failure looked like…

  • Shell step npm run test:integration | tee integration.log || true contained two errors
  • set -o pipefail absent, causing pipeline exit status to always be zero
  • Fix: all scripts began with set -euo pipefail

More from Friday 11 September →