dudicoco

Results 188 comments of dudicoco

Sorry for the delay @yxxhero. I think I've misunderstood the purpose of this flag, I believe it's supposed to exclude style differences such as indentation from the output, although I...

> The lockfile is used for pinning versions: [docs.astral.sh/uv/concepts/projects#project-lockfile](https://docs.astral.sh/uv/concepts/projects/#project-lockfile) > > I think it's almost always an anti-pattern to pin to the latest version in your `pyproject.toml`. Can you share...

> > [@zanieb](https://github.com/zanieb) why is it an anti-pattern to pin the version in pyproject.toml? > > The project metadata is used to declare supported ranges. The lockfile is used to...

FYI it is configurable: https://github.com/charmbracelet/glamour/tree/master/styles The [Catppuccin](https://github.com/catppuccin/glamour) theme supports different colors per header.

Thank you for adding this @milesj. Can we query the metadata?

@milesj we can query tags per https://moonrepo.dev/docs/concepts/query-lang#tag. So I would expect to be able to query metadata as well.

> Query fields must be static, and since metadata is dynamic, I don't think it will be possible. What is dynamic about metadata? How does it differ from a map...

Ohh so is it because the new metadata field can accept json as values, which could mean maps/arrays? I thought it's a simple string based key value, makes sense that...

@bestlem I don't believe it is better, I think we should follow the XDG standard since Colima already strives to follow that standard with its config file, and since the...

Hi @CountryTk, Looks like this PR does not fix external metric types. Currently when you have multiple external metrics kube-state-metrics cannot deduplicate them properly. I believe the correct way to...