Gabriele Marini, PhD

Results 9 comments of Gabriele Marini, PhD

I realised that the va riable messages in the API call simply means "return all the matches with/without messages". Edited the method to retreive ALL the matches including the ones...

Sorry I couldn't test it at the time, only looked at the Tinder web version. Might as well make a PR :) Edit: I also re-checked the code above and...

Hey, yeah I wrote a method to get all the messages in my own fork: https://github.com/Gabryxx7/AI_Dating/blob/349fda890e5852dd9041e5df74bf22fdef582a21/API/tinder_api_extended.py#L415 Given the `match_id` you can get messages with this API call: `path = '/v2/matches/%s/messages?locale=en&count=%s'...

Hello everyone, I have been working on the texture support for meshlabjs, it has been developed on a [separate branch](https://github.com/cnr-isti-vclab/meshlabjs/tree/textureSupport) and is currently waiting to be merged into the master...

Unfortunately, I cannot really tell when it will be merged in the master branch to be available for everyone! But you can check out the result in some old screenshots...

I was having the same issue and I had to merge it with the updated master branch. Furthermore, the vcglib has been updated and some functions had a different name...

You're welcome @btchouston ! :) I hope this branch will eventually be merged in the master branch; Along with the undo/redo, I think is a quite interesting and requested feature!

Hi! I haven't work on it or tried in more than a year but I definitely remember it not reaching the exact spot I wanted! This is due to the...

Hi, that was the point of the project. A simple, gradient descent based way to reach a point by setting certain constraints on the joints and nothing else. There is...