Closed alexthe2 closed 1 year ago
@fdeantoni forgot to tag you
Thanks for this PR @alexthe2! The PR generally looks good but I see it also includes .idea
files. Are these necessary or can we just make do with the changes in src/pbtime.rs
?
Oh yeah, ofc I guess the .gitignore
didn't work correctly, let me fix that
done ;)
Thanks @alexthe2! One thing though, I would rather not include any IDE specific things in the project .gitignore
. I think those are better placed in your global gitignore (since you can tailor that one specifically to the IDE you use). I know it's a little pedantic, but I hope it makes sense :) After all, there are many different IDE's out there and the working files/folders they store may change over time...
sorry, for the long wait I forgot about it. Modified it
This is great, many thanks @alexthe2 !
Added
chrono::Duration <-> pbDuration