rickythefox

Results 15 comments of rickythefox

Having trouble getting the test to pass due to missing code signing certificates in Travis. The package itself should work for real life use cases when the user has appropriate...

@nponeccop please have a look

@p-i- you're right. We can: 1. Let poetry figure out the versions freely (PR updated with this). I can submit a PR to update the tests, if we make sure...

I will sync the fork once we agree on the version handling per above. At the rate this codebase is changing it will look totally different once this PR is...

@p-i- @richbeales any chance of input on the version resolution question so I can rebase this PR onto the latest master?

@p-i- perfect, then my last update handled that II will rebase within a free hours

Updated and pushed. Note that I pinned `playsound = "1.2.2"` as 1.3.0 does not seem to build and 1.2.2 was the version used in requirements.txt anyway. If you want I...

Fixed and added pymilvus and redis. Dev dependencies are not installed when building docker image. @richbeales

@merwanehamadi @BillSchumacher well, the way I see it poetry will be more user-friendly. 1. Virtual environments are created by default. For someone not familiar with the venv, just using pip...

Resolved conflicts