Results 216 comments of Lauris BH

Automatic container linking to repository would also be nice if container has source url label

Probably it would be ok also to use "." in Table for this and mysql, sqlite that does not support schemas could just use schema as table prefix

~~When looking at code probably best way to do this would be moving escaping of the table name to `Quoter` interface by adding method `Table(string) string` in addition to `ID`...

yes commit that was tagged is from branch for PR github-linguist/linguist#6753 that has been deleted so is not part of repository now

Why not just use drawio JS as lib?

Imho prettier should be integrated as eslint plugin so linting can be done in single step not by running multiple tools

I agree with @KN4CK3R that most package types have specific field for this and that should be used instead of guessing by name

For different packages there will be different places to look for metadata: * container images will have `org.opencontainers.image.source` that will point to source code repository * npm package.json will have...

First step should definitely be this as this is the most common case, than we can improve upon this for edge cases > For different packages there will be different...

I don't quite get why api would have to be changed for automatic mapping using package metadata?