Grégoire Passault

Results 289 comments of Grégoire Passault

@davidschnermann what version are you using? The `bin/` directory isn't a thing since https://github.com/Rhoban/onshape-to-robot/pull/60/files If you installed it with `pip` it should work, else (if you cloned the repository) you...

Hello, I think the best would be for you to share a buggy document with me (`[email protected]`) so that I can have a closer look

Hello, This looks like a mistake that should be fixed now I also uploaded a new minor version on pip with this fix I think we have little SDF users...

Hello, In that case, why wouldn't we use the name of the folder containing `config.json` instead ?

Hello, ## Setting the "configuration name" I guess you are using a configuration "list" to set your global configuration. When you do that, OnShape generates a random name for the...

I merged #101 Thanks for contributing

Hello, I am not sure to understand your bullet points: 1) and 2) are just workflow/packaging things, how does it prevent PHP from working with PHP8 ? 3) is merged...

This is related to #108, all joints-related configuration could be uniformized, including friction and damping would then be smoother

Hello, What's slow is converting the image to true colors (see https://github.com/Gregwar/Image/blob/master/Adapter/GD.php#L404) If your server is running PHP 5.5, it should be faster because `imagepalettetotruecolor` was introduced, allowing to do...