jsr icon indicating copy to clipboard operation
jsr copied to clipboard

Show number of dependencies / dependents on the web

Open shinebayar-g opened this issue 1 year ago • 5 comments

Currently number of dependencies / dependents are not available on the web. image

I find them super useful to quickly check how many dependencies / dependents it has. image

shinebayar-g avatar Mar 31 '24 07:03 shinebayar-g

Why is package_lastest_version a optional?

aspizu avatar Mar 31 '24 09:03 aspizu

@aspizu Because a package might have been created on JSR with no code being been published to it yet. Creating a package on JSR just means mostly registering the package name. It's required before being able to publish to it. In that time frame there are no package versions.

marvinhagemeister avatar Mar 31 '24 09:03 marvinhagemeister

so, number of dependencies / dependents would need to be optional? I'm trying to get the toolchain working on my system but sqlx is failing to permission errors, I was running the first command with sudo.

aspizu avatar Mar 31 '24 09:03 aspizu

@aspizu What is the error you are running into?

lucacasonato avatar Apr 01 '24 09:04 lucacasonato

Could you please guide me on setting up the test database.

error returned from database: password authentication failed for user "aspizu"

My api/.env is

DATABASE_URL=postgres://aspizu@localhost/registry

aspizu avatar Apr 01 '24 15:04 aspizu

Hey, i'd like to work on this feature, Is there any requirements to follow ?

BorisLord avatar Nov 21 '24 23:11 BorisLord