Zulko
Zulko
I'm wondering if this file has the wrong associated permission in the git repo, at which case typing this in a terminal should solve it: `chmod +x ./backend/worker_reload.sh`. Would CUBA...
Yeah you could either change that `/var/log/nginx_cuba` folder path so it points to any empty folder on your computer (it will write the logs there) or you could create `/var/log/nginx_cuba`...
There are several ways to up speed computations, but that depends on your project (do you have a minimal example you could share?). The `verify_constraints` method is probably called on...
Here is a [relevant project](https://github.com/Edinburgh-Genome-Foundry/galaxy_synbiocad_dnaweaver) using DNA Weaver. It takes in a SBOL file with different constructs (each construct having a list of parts), extracts the parts, reconstructs the final...
Won't have time to write more before the weekend but in a nutshell: - I like what you're proposing for class-based effects. I agree that it is cleaner although slightly...
Regarding the core effects, I think adding a handful of effects manually is the way. Some really core effects can have their own short name so they flow well: `clip.cropped().rotated().resized()`...
kind of missed that but ideally we wouldn't need `effect_copy = effect.copy()`, effects would just be a description of specs and an `apply` recipe to make the effect happen, but...
> I would have liked clip.with_crop().with_rotate().with_resize() better. You are right regarding consistency, but core-core features can be allowed to be a bit irregular. My thinking here is that core examples...
Do it your way :+1:
I had a look at the effects, looking good :+1: One interesting thing to try to get an idea of the new API, would be to update the examples in...