Marcin Rataj
Marcin Rataj
@aschmahmann do you remember the rationale/issues from 2023? (if not fine, we can find it later)
We managed to resolve #922 without bigger refactor, so parking this as lower priority, but keep issue open if someone has spare cycles to open a PR. ### Some pointers...
@aschmahmann indeed, 404 are a lazy way of tracking "no results" that abuses HTTP semantics and creates more problems for down the stack. These days we have way better way...
Maybe `-f` / `--force` (or `--force-update`) then, to make it very clear what it does?
There is no gh issue for this afaik, this PR fixes panic I experienced during regular work, as noted in description.
@babakks No, afaik we don't use GHES, and Yes, I can still reproduce it: ```console $ cd ~/project/ipfs-companion $ gh issue view 1324 --repo ipfs/ipfs-companion $ gh --version gh version...
@BagToad ```console $ gh auth status github.com ✓ Logged in to github.com account lidel (/home/lidel/.config/gh/hosts.yml) - Active account: true - Git operations protocol: ssh - Token: github_pat_[my-token] ``` Perhaps what...
Anything I can do to help with landing the fix for this? I am unable to use `gh` cli in some contexts because of this panic.
This seems to be happening again on inbrowser.link and .dev. Let's take an opportunity to improve the UI. Good idea from @autonome: > would be super cool if that interstitial...
This probably needs to be revisited after #757 is addressed. Have static HTML+CSS that by default shows loading screen, so if it flashes during those redirects, then it is a...