WebClients icon indicating copy to clipboard operation
WebClients copied to clipboard

Add Appstream Metadata file

Open proletarius101 opened this issue 1 year ago • 5 comments

AppStream allows upstream projects to define metadata about the components they provide using small XML files, metainfo files, which get installed into locations on the client system and are used by distribuors to enhance their metadata.

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html

It is suggested (but not required) by Flathub to be maintained and controlled in the upstream (this repository).

proletarius101 avatar Jun 14 '24 15:06 proletarius101

I have the same issue with a Turborepo using pnpm workspaces on a Mac. The error makes sense cus Transit Nodes have to use the name of a script that does not exist anywhere in the project as mentioned here.

Hoping some sort of whitelist behavior could be added like @jeniabrook mentioned.

Alternatively, it would be nice if we had a certain keyword like transit or topo as a fixed Transit Node name for everyone - as it currently seems too 'vague' to have any random keyword as the Transit Node task name.

For context, this was still an issue with the latest versions - turbo v2.0.9 and the Turborepo LSP VSCode Extension v2.0.0

aryanprince avatar Jul 27 '24 21:07 aryanprince

I don't think this should be a linting rule at all. For example, I have a "deploy" task that runs all the necessary scripts to build a given app. But I have no "deploy" scripts. Turbo supports this behavior—it shouldn't mark it as an error.

mikestopcontinues avatar Jan 28 '25 14:01 mikestopcontinues

Same isssue

Image

SohelIslamImran avatar Mar 24 '25 14:03 SohelIslamImran

Same issue

Image

It's also a little odd that we can "Run" the task via the extension but it's not a "real" task

Image

yamcodes avatar Oct 12 '25 15:10 yamcodes

It's weird that this is still not fixed. I have actually thought that I needed to have each turbo task defined as a package.json task.

ivancuric avatar Nov 03 '25 14:11 ivancuric