David PAGNON

Results 123 comments of David PAGNON
trafficstars

Hi, this is definitely something I want to add to the pipeline, maybe next week or the one after if I find time. In the meantime, have you checked this...

This is great @j-ullrich ! Don't hesitate to post it here so that other users can benefit from it, or even to do a pull request if you think your...

Hi both, That sounds awesome! Just in case you want a platform to discuss it more easily, here is the link of the discord server for contributors :) https://discord.com/invite/4mXUdSFjmt Concerning...

Concerning the config file, try to add a `print(config_dict)` in your script to see what's wrong. I suspect that you will need to do something like ``` python config_dict.get("project").update({"project_dir":session_dir})`. with...

Hi, sorry for the delay. I think your height and mass are stored as strings, so you need to convert them to float like so: ``` python updated_toml_p1 = update_participant_info(input_toml,...

This is strange. Do you get any output in the console? You don't have to, but if you're up for it, for such conversations/projects it might be easier to switch...

This issue has been marked as stale. Please feel free to reopen it if needed!

I love it when it is solved without my help 😁 Would you mind telling me what went wrong, in case some other users face it?

Nice, thanks your for following up!

Interesting, thanks! I'll read it more carefully and fix it as soon as possible, but in the meantime you can write ['test.mp4'] instead and it should work.