Dzhelil Rufat

Results 2 issues of Dzhelil Rufat

Does pydoit provide a facility similar to the DELETE_ON_ERROR option for GNU make? According to the documentation from [the official website](https://www.gnu.org/software/make/manual/html_node/Special-Targets.html): > .DELETE_ON_ERROR > > If .DELETE_ON_ERROR is mentioned as...

enhancement

I want to run some rendering code on a headless computer without launching a GUI window. Would it be possible to render directly into a `gloo.FrameBuffer` without an `app.Window` followed...