@github my account got flagged as spam and blocked.
I’ve opened a ticket and responded to support still, it’s yet to be unblocked.
Said account is in charge of a number of projects. Being locked out is causing serious problems as repositories, PRs etc returns 404.
@github@GitHubCommunity
We're rolling out a small tweak to boost visibility of your posts to your mutuals (people who you follow back).
We noticed this data was missing from the algo and it made your friends appear less in your replies. This resulted in the reply section feeling more like a battleground with people you don't recognize.
This should also help clusters form around interests more easily, which many people have asked for.
Most Flutter routers make a URL string the source of truth — then hand you codegen to recover the types that choice threw away.
kaisel flips it: routes are typed values. Sealed classes, one exhaustive switch. URLs are a codec at the boundary.
No string paths. No codegen. 🧵 #FlutterDev
I built something I believe is useful for agentic coding today. I’ve been too worried it’s not the best it can be, but my wife encouraged me to fail fast if I was worried about failure, so here we are.
Introducing Kontinuo by @pullbase, the continuity layer for your AI coding agents.
You’re mid-task, you hit a rate limit on Claude, and you want to keep going on Codex or Cursor. But the next agent has no idea what just happened. Kontinuo fixes that, it leaves a verifiable context log the next agent can actually use and it’s really token efficient.
Check it out: https://t.co/rNiUjhT4JP
Use it, break it. I hope it’s useful to at least one person.
Had some time to turn this tutorial https://t.co/qsANOzkJyG into a package (with improvements to the API surface).
Feel free to checkout ThemeKit (a very common package name but who cares 😅) https://t.co/BrAfuAF4tW.
Also, don’t forget to star if you use it or just feel like 🙏