jsr
jsr copied to clipboard
Show number of dependencies / dependents on the web
Currently number of dependencies / dependents are not available on the web.
I find them super useful to quickly check how many dependencies / dependents it has.
Why is package_lastest_version a optional?
@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.
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 What is the error you are running into?
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
Hey, i'd like to work on this feature, Is there any requirements to follow ?