-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement mirror and oci settings #988
Conversation
Closes #172 |
504fc93
to
45da196
Compare
Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
5fd458f
to
e4b7448
Compare
could we also add a |
Testing the examples in the documentation still gives me:
Not sure it is because the website doesn't work or because of the mirror. Edit: This bug was happening because I didn't have a working token. This is however not correct as it shouldn't error on a broken token while accessing a public channel. @baszalmstra is onto it. |
no_jlap: false, | ||
no_bz2: false, | ||
no_zstd: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't these be dependent on the config
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nvm this should be done in #1015
This also updates the
toml
crate because I rancargo update
. ApparentlyDocument
is deprecated in favor ofDocumentMut
.