Adam Spiers

Results 1047 comments of Adam Spiers

I'm afraid I don't have a Mac to try this out on, but maybe this is an issue with an old version of `makeinfo`?

Ah, this looks like a duplicate of #93.

It's quite disappointing and surprising to find that https://github.com/marketplace/actions/yarn-install-cache was deprecated in favour of this (`actions/setup-node`) and yet this basic functionality of caching `node_modules` is not covered out of the...

I found https://github.com/yarnpkg/berry/discussions/5924 which says that caching `.yarn/install-state.gz` turns `YN0007` errors into `YN0008`. I guess our work is still not done... :disappointed:

Also there seems to be no way to configure this action to cache `.yarn/install-state.gz`, short of forking it and extending the functionality :disappointed:

OK thanks for the info. So are there any plans to update it? Either way, the README needs updating because it still claims that the extension can be installed from...

> AGENTS.md would be perfect and is what Codex CLI uses. It's also becoming a standard as per #1091 and https://agent-rules.org/ But yes, we should have _both_: - a standardized...

I traced the issue back to `display: block` being applied to the `` element which displays the Linear icon. It's caused by this CSS fragment from `@unocss-preflight-tailwind.css`: ![image](https://github.com/user-attachments/assets/724d8656-9c82-40b9-bfc2-0959895efbec) Disabling that...