3 comments

  • cipherself1 minute ago
    For anyone else who&#x27;s suffering, paste this in the console in devtools:<p><pre><code> document.getElementsByTagName(&#x27;main&#x27;)[0].style.margin = &#x27;0 auto&#x27;;</code></pre>
  • IshKebab0 minutes ago
    Very impressive! I doubt Github or Gitlab would ever do something as good as this but maybe there&#x27;s a chance we could get it in Forgejo?
  • amadeus52 minutes ago
    A bit of a technical deep dive into how we built CodeView, a review surface that can handle rendering diffs of immense size, all in a browser.