boxdot

Results 80 comments of boxdot

I would love to see a federation of self-hosted GitLab instances. The is already an issue on GitLab: https://gitlab.com/gitlab-org/gitlab-ee/issues/4517

Spotify reporting is also useful for forwarding reports to other applications like Last.fm. I agree that this should be opt-in/opt-out.

I see that the API used by psst is the official Spotify API. Is it reversed engineered? I would like to implement this feature behind an opt-in flag, but I...

@softprops: Any update on publishing a new version? I would like to use this crate for a prototype of spec generation of actix-web app. Cf. https://github.com/actix/actix-web/issues/310.

> Is there the use-case of needing token based auth without openssl? openssl is a quite heavy dependency. I understand that not everybody tries to avoid it, but for some...

> Thanks for your PR! Hopefully some of this feedback is constructive. Thank you. It is very helpful.

Please note, to enable ring, openssl has to be disable now. And at least one of the two features has to be enabled (`--no-default-features` does not compile due to explicit...

> Just to clarify if both are enabled it will still work, correct? Yes, if both are enabled, `openssl` takes precedence and is used.

> LGTM - only small request - can you update the `Features` section in the `README` to reflect this before pushing pls? Updated

> Maybe one thing that could be added here is to get GitHub actions running without OpenSSL and using ring, at least clippy/format/compilation to see nothing breaks in the future....