JonBoyleCoding

Results 38 comments of JonBoyleCoding

Figured out the stable compile issue, I forgot to format the code!

Are there any intentions to keep on working on this and rusty-machine at this point? I see a number of Pull requests on both repositories with little activity from quite...

This issue stems from the call to the locater here: https://github.com/alyssaq/face_morpher/blob/7a30611cd9d33469e843cec9cfa23ccf819386a8/facemorpher/averager.py#L103 The locator.average_points returns an int32 type as defined here: https://github.com/alyssaq/face_morpher/blob/7a30611cd9d33469e843cec9cfa23ccf819386a8/facemorpher/locator.py#L91-L97 The version of matplotlib uses requires it to be...

It should be somewhat easy to support having a `rustfmt.toml` in the base of the code-base that is used in the same way as running `cargo fmt` (unless I'm understanding...

Sorry I haven't had the time to test this out. I won't have time until end of next week to do anything on the side - if you still need...

Thank you for your responses, and I appreciate how fast you were able to respond - I apologise for taking time myself, it's been very busy over here preparing for...

I think it best to close this issue down in favour of #1686 and #1723 as they focus constructively on how to deal with the changes and address (at least...

I would imagine as this PR was from over 2 years ago, that it might need to be updated. I'll try and have a look over the next few days...

I was just looking at this for myself @midiland, but I believe this commit has too many conflicts as it's from a branch where you have re-organised the file/folder structure....

Just want to note that this does not work with pdm lockfile version 4.2 (the example here is 4.3) generated by older versions of pdm. It outputs: `error: attribute 'files'...