David Futcher
David Futcher
(This may well have just been me having an incredibly slow moment but I thought I'd submit the issue to at least bring up the conversation) I had an issue...
Add an option to specify a path prefix for the bucket key ie. allow pushing git repos into sub-folders of S3 buckets. This would allow, for example, storage of multiple...
There are currently 0 (zero) tests for `git-s3-push`. Would be great to add: * Unit testing for whichever chunks of code make sense to unit test * End-to-end test to...
Hey @mrmekon, I'm the author of rustfm-scrobble and can see you use it here. Just wanted to give you a heads-up I released version 1.0 of the library. A lot...
Tracking issue for issues coming out of the [num_cpus Libz Blitz evaluation](https://internals.rust-lang.org/t/out-of-band-crate-evaluation-for-2017-10-13-num-cpus/5986). - [x] [Expand crate level documentation](https://github.com/seanmonstar/num_cpus/issues/56) - [x] [Add example to `get()` docs](https://github.com/seanmonstar/num_cpus/issues/57) - [x] [Add example to...
Add deprecation notice now that Spotify handles scrobbling server-side.
librespot-core provides some sort of credential caching system. Work out if it can be extended to cache all s-c-s credentials.
We want to start publishing `spotify-connect-scrobbler` to Crates.io. Currently, this crate is not publishable due to some unpublished dependencies. I'm working with their author to have them published. Tracking list:...
Trying to scrobble a track by an artist with the name "Ó" causes spotify-connect-scrobbler to panic. ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: WireError(InvalidEnumValue(4))', src/libcore/result.rs:906:4 stack...