Antoine Beyeler

Results 303 comments of Antoine Beyeler

As I said before, my intension is to regroup all reading and writing into the `read` and `write` command, primarily using file extension to decide on the format. I'm thus...

Honestly, I'm the bulk of my user base cares little about the possibility of uninstalling/installing plug-ins and such and does not know what scipy is, let alone has an opinion...

I'm revisiting this issue following the discussion in vpype-gcode (tatarize/vpype-gcode#2). The direction vpype is taking is now to strip `write` from any layout capabilities (mainly `--center` and `--page-size` + `--landscape`)....

Some late night feedback in no particular order: * `--input-format` should be dropped and the current page size (defaulting to the current bounds) should be used * generally: `size` should...

Thanks for the detailed feedback! ### Clipping path It's a bit tough to say without taking a deep dive into it. Using shapely would be the default choice to implement...

@cbmoore What are your thoughts regarding the alternative proposal above? It always have been a plan to have a `mask` command that would use (closed) geometries in one layer to...

A good chunk of *vpype* users are not developers at all, and I suspect some people's generative art endeavours bring them to a terminal for the first time ever. So...

Done for windows since 1.2.0 (#120)

At first sight, my suggestion would be the following: - add `MessagePump.stop_timer(timer)` - for implementation, change `MessagePump._child_tasks` into `MessagePump._timers` Client code would use `Timer` instance returned by `set_timer()`/`set_interval()` as C-style...