Closed eknoes closed 2 months ago
Cool, I'll do the changes in the next days :) Yes, its pretty basic, I just changed what I needed for my usecase and never worked with the library before. I'll do the changes and write a test or two!
Same as me. I started with only for my use case and it grew so much now I'm maintaining the crate -_-'
For tests there's the blocking and async ones. Be careful as async is on by default, and you need to specify to use blocking. There's a line in the cargo.toml
to easily switch defaults for development
I tested some discids and wrote a test! :)
There's only the three fields left to make non optional (see review above). Also don't forget to do cargo fmt
. There's a CI check for that
Sorry, I don't see what three fields you mean but I guess the ones I changed now? Also did the formatting.
One last thing I didn't caught earlier is that the base branch was main instead of develop... And sadly there's a merge conflict with the serialization. I'll merge it into a new branch and resolve it myself.
Thanks a lot! Sorry, did not know of the develop branch, next time I know :)
I should just do better documentation too... Apparently gitflow is not universally know
I missed to possibility to look up a disc in my drive through the DiscId. With that patch it is possible. It seemed to me the disc entity was not used before.