Skip to content
#

crates

Here are 248 public repositories matching this topic...

marioortizmanero
marioortizmanero commented Jun 11, 2022

Is your feature request related to a problem? Please describe.

The webapp example could definitely be improved.

Describe the solution you'd like

  • Add token refreshing
  • Use the new API properly (at some point we do spotify.token = ..., we can surely avoid that).
  • Proper error handling? It has too many unwrap in my opinion.
  • Add string interpolation where possible
enhancement good first issue
Hirevo
Hirevo commented Oct 13, 2019

This is a tracking issue for additional Store implementations.

Here is a non-exhaustive list of potential candidates for an Store implementation:

  • S3Storage:
    This would store crate tarballs and rendered README pages into Amazon's S3.
  • RemoteStorage:
    Requires to implement a companion server.
    The idea is to have a reserved folder on another machine which runs a comp
C-enhancement help wanted good first issue P-medium
yodaldevoid
yodaldevoid commented Mar 1, 2021

I am looking at using ktra as an internal registry at work, and while I don't think I will loose my password, there is the possibility for others to do so. It would be nice to have a way to delete user accounts or forcibly set an account's password to allow for recovery.

documentation enhancement good first issue

Improve this page

Add a description, image, and links to the crates topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crates topic, visit your repo's landing page and select "manage topics."

Learn more