Oliver Joseph Ash

Results 333 comments of Oliver Joseph Ash

Related to this, I just thought of something else that I miss from lazygit's branch list view: the ability to select a branch and then start a rebase (of the...

That works for me! It's a shame to lose inline bookmarking, but I understand the trade-off. I guess an alternative UI would be something more akin to oplog where it...

In our design system, all icons have a `desc`. I'm debating removing it from all icons though, because we usually have alternative text elsewhere e.g. `aria-label` for icon buttons.

If I understand correctly, when a persistent task exits, it will never run again, even if `inputs` change for example. So in this case I'm not sure it is self-healing....

> If you have a linter for example running in watch mode it makes sense that it'll fail during the course of development, but that shouldn't bring everything else down....

Ah, nice! > I think in your example since there's no label in/near the trigger There is when there's a selection e.g.:

To answer that question, here's what our design team have in Figma. It's very possible this is a bad design and we need to go back to the drawing board....

I'm using the workaround mentioned above but I get this error. @kubukoz Did you find a solution for this?: ``` Activating installPackages Activating onFilesChange /nix/store/zhrjg6wxrxmdlpn6iapzpp2z2vylpvw5-home-manager.sh: line 125: /nix/store/jply1gcrcc4q48055849ai4w4harw28q-dummy/bin/vscode: No such...

Ah, thanks, I needed this: `version = "0.0.0"`.

I believe this is also needed for React applications where streaming SSR emits content as hidden `div`s at the end of the HTML, with `script`s to move/copy things into place....