silverwind

Results 1226 comments of silverwind
trafficstars

Does this present an alternative to https://github.com/go-gitea/gitea/pull/20571 or replace it?

I still don't understand this YAML frontmatter business. How does it apply to Markdown? How is it used?

Yes, but we don't write YAML in markdown content, or do we?

Ok, I see it's https://docs.gitlab.com/ee/user/markdown.html#front-matter, basically some metadata that can be rendered on top of markdown and that can be used by tools that process the markdown document.

Maybe test with last known working cli, e.g. `npm i -g [email protected]` to downgrade global npm on your machine. Aftwards you can revert to latest via `npm i -g npm@latest`.

Odd, maybe try with `yarn` or `pnpm`, just to confirm it's working :D

Hmm okay. I gues we'll see how it goes. Generally I think unpublish should probably be able to be disabled via config, it's considered bad practice as it breaks dependants....

Still think one global package deletion policy would make sense, not only for npm but other package types as well. Configuring it per-package will become cumbersome fast.

Dropdown seems cut off in the screenshot, or at least it's missing padding. Can you check if usage is same as other dropdowns and there is no CSS interference?

No problem if other dropdowns are affected as well. IIRC, there's some CSS hacks abound there, definitely partly broken currently.